DBA Data[Home] [Help]

APPS.PA_CC_IDENT dependencies on HR_ORGANIZATION_INFORMATION

Line 1716: FROM hr_organization_information

1712:
1713: /* R12 Legal entity changes - get from HR not PA Imp */
1714: SELECT org_information2
1715: INTO l_legal_entity_id
1716: FROM hr_organization_information
1717: WHERE organization_id = p_org_id
1718: AND org_information_context = 'Operating Unit Information';
1719:
1720: RETURN (to_number(l_legal_entity_id));