DBA Data[Home] [Help]

APPS.PA_CC_IDENT dependencies on HR_ORGANIZATION_INFORMATION

Line 1599: FROM hr_organization_information

1595:
1596: /* R12 Legal entity changes - get from HR not PA Imp */
1597: SELECT org_information2
1598: INTO l_legal_entity_id
1599: FROM hr_organization_information
1600: WHERE organization_id = p_org_id
1601: AND org_information_context = 'Operating Unit Information';
1602:
1603: RETURN (to_number(l_legal_entity_id));