DBA Data[Home] [Help]

APPS.ARP_LEGAL_ENTITY_UTIL dependencies on HR_OPERATING_UNITS

Line 379: from hr_operating_units

375: g_org_id_dlc := p_org_id;
376:
377: select default_legal_context_id
378: into l_legal_entity_id
379: from hr_operating_units
380: where organization_id = p_org_id;
381:
382: g_le_id_dlc := l_legal_entity_id;
383: END IF;