70
pdfcrowd.com open in browser PRO version Are you a developer? Try out the HTML to PDF API Setting Up Multi Org Structure in R12 (MOAC) 12 Replies Setting up Multi Org Structure in R12: Sequence of steps to be carried out: Develop or Design a structure: Search RECENT POSTS Query to Find Schema and its status SQL Queries for practice Create Receivable Invoice Ship Confirm the Sales Order ALL ORACLE APPS All Oracle Apps HOME REASON BEHIND ARTICLES ORACLE ORACLE APPS ANDRIOD APPS SCRIPTS VIDEO TUTORIALS

Setting up Multi Org Structure in R12.pdf

Embed Size (px)

DESCRIPTION

Setting up Multi Org Structure in R12

Citation preview

pdfcrowd.comopen in browser PRO version Are you a developer? Try out the HTML to PDF API

All Oracle Apps Org Structure

Define Location

Open the E-Business Suite and navigate to Human Resources, Vision

Enterprises Responsibility:

Pick Release Sales Order

CATEGORIES

Anonmys Scripts

API's/Interfaces

Apps Functional

Apps Functional Modules

Apps Technical

Apps Technical Modules

AR

Articles

Featured

HR

INV

OAF

OM

OM API's

Oracle

Oracle Apps

Oracle Scripts For Practice

OracleWorkflow

PLSQL

pdfcrowd.comopen in browser PRO version Are you a developer? Try out the HTML to PDF API

Human Resources

Navigate to Work Structures –> Location:

 

QP

Scripts

Shipping API's

SQL

TCA

TCA API's

XML/BI

ARCHIVES

Select Month

RECENT COMMENTS

All Oracle Apps on Setting Up

Multi Org Structure in R12

(MOAC)

Mahendra on Setting Up Multi

Org Structure in R12 (MOAC)

All Oracle Apps on Setting Up

Multi Org Structure in R12

pdfcrowd.comopen in browser PRO version Are you a developer? Try out the HTML to PDF API

Script to see the rows inserted:

 

After selecting the Address style you will be prompted to enter the details of

the location as shown in the form below.

1234567

SELECT *    FROM HR_LOCATIONS_ALL   WHERE location_code = 'XXAOA';  SELECT *    FROM HR_LOCATIONS_ALL_TL   WHERE location_code = 'XXAOA';

pdfcrowd.comopen in browser PRO version Are you a developer? Try out the HTML to PDF API

Enter the business group name and the location created in the previous step

and save the changes.

Script to find the records:

Select the LOV as business group under the Name field in the organization

classifications block

123

SELECT *   FROM HR_ORGANIZATION_UNITS WHERE name LIKE 'AllOracleApps%';

pdfcrowd.comopen in browser PRO version Are you a developer? Try out the HTML to PDF API

 

Create Legal Entity

As per the structure defined above we have our business in 2 different

geographical locations, hence we need to create 2 legal entities. The 2 legal

entities to be created are:

1. India Legal Entity

2. USA Legal Entity

Switch responsibility to General Ledger, Visions Operations (USA)

23

  FROM HR_ORGANIZATION_INFORMATION WHERE org_information_context = 'Business Group Information';

pdfcrowd.comopen in browser PRO version Are you a developer? Try out the HTML to PDF API

 

Confirmation message:

 

Script:

1234567

SELECT *    FROM   XLE_ENTITY_PROFILES EntityProfileEO,             HZ_GEOGRAPHIES HzGeographies,             HZ_ORG_PROFILES_CPUI_V HzOrgProfiles,             XLE_LOOKUPS lkp   WHERE  EntityProfileEO.GEOGRAPHY_ID=HzGeographies.GEOGRAPHY_ID   AND    EntityProfileEO.PARTY_ID=HzOrgProfiles.PARTY_ID

pdfcrowd.comopen in browser PRO version Are you a developer? Try out the HTML to PDF API

 

Create Ledgers

 In the above scenario we need to create 2 ledgers and this depends on the

following:

1. Currency

2. Calendar

3. Chart of Accounts

In multi org structure we will follow the same calendar,currency and chart of

accounts for the companies. In the above scenario as we have the

companies in 2 different countries we will have 2 different ledgers.

1. India Ledger

2. USA Ledger

Navigate to General Ledger Visions Operations (USA)

789

   AND    EntityProfileEO.PARTY_ID=HzOrgProfiles.PARTY_ID   AND    lkp.LOOKUP_TYPE='XLE_YES_NO'    AND    lkp.LOOKUP_CODE=EntityProfileEO.TRANSACTING_ENTITY_FLAG

pdfcrowd.comopen in browser PRO version Are you a developer? Try out the HTML to PDF API

 

Create and assign operating units and legal entities

Navigate to General Ledger Visions Operations (USA)

 

12

SELECT *   FROM gl_ledgers;

pdfcrowd.comopen in browser PRO version Are you a developer? Try out the HTML to PDF API

Navigate to Setup –> Financials –> Accounting Setup Manager –> Accounting

Setups

 

Enter the ledger name and click on GO button:

pdfcrowd.comopen in browser PRO version Are you a developer? Try out the HTML to PDF API

 

 

Create Inventory Organizations

Switch responsibility to Human Resources Vision Operations

123

SELECT *   FROM HR_ORGANIZATION_INFORMATION WHERE org_information_context = 'Operating Unit Information';

pdfcrowd.comopen in browser PRO version Are you a developer? Try out the HTML to PDF API

 

Reports/Programs:

In order to use the operating unit we need to run the Replicate seed data

concurrent program from system administrator responsibility

12

SELECT *  FROM MTL_PARAMETERS_VIEW

pdfcrowd.comopen in browser PRO version Are you a developer? Try out the HTML to PDF API

Multi org access control is implemented in R12 to allow the users to submit

requests and access data of different operating units in a single

responsibility.

This can be achieved by setting the security profile in HRMS

There are 2 security profiles:

SECURITY PROFILE:  is used for the selection of operating units from the

same business group

GLOBAL SECURITY PROFILE: is used for the selection of operating units

from the different business group

 

Set up of Multi-Org Access Control:

Setup Security Profile in HRMS

Navigate to Human Resources Vision Enterprises responsibility:

 

pdfcrowd.comopen in browser PRO version Are you a developer? Try out the HTML to PDF API

Select operating unit under classification and the operating unit name

created under the organization name. Save the changes

Add the operating units for which the MOAC feature needs to be shared.

Navigate to Process And ReportsàSubmit Processes and Reports