DBA Data[Home] [Help]

APPS.PAY_WF_PKG dependencies on HR_ORGANIZATION_INFORMATION

Line 4093: from hr_organization_information org

4089: -- get the GRE contact
4090:
4091: CURSOR c_gre_contact IS
4092: select org.org_information1
4093: from hr_organization_information org
4094: where org.org_information_context || '' = 'Contact Information'
4095: and org.organization_id = ln_gre_id;
4096:
4097: begin