DBA Data[Home] [Help]

APPS.ARP_LEGAL_ENTITY_UTIL dependencies on HR_OPERATING_UNITS

Line 421: from hr_operating_units

417: g_org_id_dlc := p_org_id;
418:
419: select default_legal_context_id
420: into l_legal_entity_id
421: from hr_operating_units
422: where organization_id = p_org_id;
423:
424: g_le_id_dlc := l_legal_entity_id;
425: END IF;