DBA Data[Home] [Help]

APPS.PAY_PMA_BUS dependencies on HR_ORGANIZATION_INFORMATION

Line 117: from hr_organization_information ogi

113: where a.organization_id = p_organization_id;
114: --
115: cursor c2 (p_org_id NUMBER) is
116: select null
117: from hr_organization_information ogi
118: where ogi.organization_id = p_org_id
119: and ogi.org_information1 = 'CA_PMED'
120: and ogi.org_information_context = 'CLASS'
121: and ogi.org_information2 = 'Y';