DBA Data[Home] [Help]

APPS.INVPAGI2 dependencies on HR_ORGANIZATION_INFORMATION

Line 861: from hr_organization_information

857: 'Accounting Information',
858: TO_NUMBER(ORG_INFORMATION3),
859: TO_NUMBER(NULL)) operating_unit
860: into op_unit
861: from hr_organization_information
862: where organization_id = cr.organization_id
863: and (org_information_context|| '') ='Accounting Information';
864:
865: begin