Human Capital Management - EBS (MOSC)

MOSC Banner

Oracle EBS: Derive the Legal Entity Details given the Organization with type LE

edited Oct 5, 2016 5:00AM in Human Capital Management - EBS (MOSC) 1 commentAnswered

Hi,

We are trying to derive the legal_entity_id given the organization_id where type is 'LE'.

Is there a way to connect this without using the name column?

We need to derive the legal entity of the organization defined in HR (not the default legal entity of the OU where organization belongs)

SELECT * FROM HR_ALL_ORGANIZATION_UNITS

where type = 'LE'

and name = 'Sample LE'

SELECT * FROM XLE_ENTITY_PROFILES

where name = 'Sample LE'

from above query is there a specific table where we can get the association between them?

Appreciate any help,Thanks,

Jd

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center