DBA Data[Home] [Help]

APPS.PA_XLA_INTERFACE_PKG dependencies on HR_ORGANIZATION_INFORMATION

Line 243: from hr_organization_information

239: from pa_implementations ;
240:
241: select to_number(org_information2)
242: into g_legal_entity_id
243: from hr_organization_information
244: where organization_id = g_org_id
245: and org_information_context = 'Operating Unit Information';
246:
247: g_calling_module := p_calling_module;