DBA Data[Home] [Help]

APPS.XLE_BUSINESSINFO_GRP dependencies on HR_LEGAL_ENTITIES

Line 31: from hr_legal_entities hrle,

27: business group*/
28: cursor business_c is
29: select xlep.legal_entity_id,
30: xlep.party_id
31: from hr_legal_entities hrle,
32: xle_entity_profiles xlep
33: where business_group_id = l_business_group_id
34: and xlep.legal_entity_id = hrle.organization_id;
35:

Line 115: from hr_legal_entities

111: for the given Legal Entity information */
112: BEGIN
113: select business_group_id
114: into l_business_group_id
115: from hr_legal_entities
116: where organization_id = l_legal_entity_id;
117:
118: EXCEPTION
119: when no_data_found then