DBA Data[Home] [Help]

APPS.PA_XLA_INTERFACE_PKG dependencies on HR_ORGANIZATION_INFORMATION

Line 238: from hr_organization_information

234: from pa_implementations ;
235:
236: select to_number(org_information2)
237: into g_legal_entity_id
238: from hr_organization_information
239: where organization_id = g_org_id
240: and org_information_context = 'Operating Unit Information';
241:
242: g_calling_module := p_calling_module;