You are on page 1of 8

Enterprise Structure configurator (ESC)

If you use ESC, Organization tree will be created automatically.


If you create Organization separately and not using ESC then we have to create O.rganization tree
In HCM we call as Legal employer and in Finance we call as Legal Entity
BU can be in any level of organization it can be in division level or legal entity level or in department level.

For each country we have to have at least one Legislative data group (LDC), if tax is different for a entity in a country then you
have to have more than one LDC

BU is to secure the transaction or record the transaction against BU

BU is always associated with reference data set or SETID in peoplesoft.


There are four set enabled Objects in HCM. They are DEPARTMENT, LOCATIONS, JOBS and GRADES.
When we create item/data for above objects, it will be created under reference data set, only BU that has this reference data
set can see that item/data.
When we create BU we have to assign one reference data set to it. One BU can have only one reference data set
COMMON (Common Set) reference data set was delivered by oracle which is shared by all BU by deafult. item/data for above
objects created under Common set is available for all BU.
select * from FND_SETID_SETS_VL order by SET_CODE

Enterprise Structure configurator

Enterprise

Manage Divisions
Manage Legal Entities
select * from XLE_REGISTRATIONS order by SOURCE_TABLE
select * from XLE_REGISTRATIONS where SOURCE_TABLE = 'XLE_ENTITY_PROFILES'
Select LEGAL_ENTITY_ID, PARTY_ID, LEGAL_ENTITY_IDENTIFIER, NAME, GEOGRAPHY_ID,
TRANSACTING_ENTITY_FLAG, EFFECTIVE_FROM, EFFECTIVE_TO, ACTIVITY_CODE, SUB_ACTIVITY_CODE,
TYPE_OF_COMPANY, PSU_FLAG, LEGAL_EMPLOYER_FLAG, PARENT_PSU_ID, ENTERPRISE_ID From
XLE_ENTITY_PROFILES

Create Business Unit


select * FROM XLE_ETB_PROFILES etbp
WHERE
etbp.establishment_id in
(SELECT xlr.source_id
FROM XLE_REGISTRATIONS xlr
WHERE xlr.source_table = 'XLE_ETB_PROFILES')
select * from XLE_REGISTRATIONS where SOURCE_TABLE = 'XLE_ETB_PROFILES'
Select ESTABLISHMENT_ID, ESTABLISHMENT_NAME, PARTY_ID, LEGAL_ENTITY_ID, MAIN_ESTABLISHMENT_FLAG,
ACTIVITY_CODE, SUB_ACTIVITY_CODE, TYPE_OF_COMPANY, ETB_EFFECTIVE_FROM, ETB_EFFECTIVE_TO,
REGISTRATION_NUMBER, LEGISLATIVE_CAT_CODE, EFFECTIVE_FROM, EFFECTIVE_TO, LOCATION_ID,
ADDRESS_STYLE, ADDRESS_LINE_1, ADDRESS_LINE_2, ADDRESS_LINE_3, TOWN_OR_CITY, REGION_1,
REGION_2, REGION_3, POSTAL_CODE, COUNTRY From XLE_ESTABLISHMENT_V
Manage Business Unit

Manage Reference Data Set


select * from FND_SETID_SETS_VL order by SET_CODE

Manage Business Unit Set Assignment


Manage Location Reference Set

Before submit

You might also like