DBA Data[Home] [Help]

APPS.PAY_WF_PKG dependencies on HR_ORGANIZATION_INFORMATION

Line 2057: from hr_organization_information org

2053: -- get the GRE contact
2054:
2055: CURSOR c_gre_contact IS
2056: select org.org_information1
2057: from hr_organization_information org
2058: where org.org_information_context || '' = 'Contact Information'
2059: and org.organization_id = ln_gre_id;
2060:
2061: begin