DBA Data[Home] [Help]

APPS.PJM_PROJECT dependencies on HR_ORGANIZATION_INFORMATION

Line 74: from hr_organization_information

70: L_Org_ID NUMBER;
71:
72: CURSOR c IS
73: select TO_NUMBER(org_information3)
74: from hr_organization_information
75: where ( ORG_INFORMATION_CONTEXT || '') ='Accounting Information'
76: and organization_id = X_inv_org;
77: --FND_PROFILE.VALUE('MFG_ORGANIZATION_ID');
78: