DBA Data[Home] [Help]

APPS.PA_XLA_INTF_REV_EVENTS dependencies on HR_ORGANIZATION_INFORMATION

Line 75: FROM hr_organization_information

71:
72: CURSOR c_legal_entity(p_org_id number)
73: IS
74: SELECT TO_NUMBER(org_information2)
75: FROM hr_organization_information
76: WHERE organization_id = p_org_id
77: AND org_information_context = 'Operating Unit Information';
78:
79: