DBA Data[Home] [Help]

APPS.INVPAGI2 dependencies on HR_ORGANIZATION_INFORMATION

Line 910: from hr_organization_information

906: 'Accounting Information',
907: TO_NUMBER(ORG_INFORMATION3),
908: TO_NUMBER(NULL)) operating_unit
909: into op_unit
910: from hr_organization_information
911: where organization_id = cr.organization_id
912: and (org_information_context|| '') ='Accounting Information';
913:
914: begin