DBA Data[Home] [Help]

APPS.PER_DB_PER_SETUP dependencies on HR_ORG_INFO_TYPES_BY_CLASS

Line 277: , hr_org_info_types_by_class tbc

273: hr_utility.set_location('per_db_per_setup.insert_org_information',10);
274: SELECT oit.org_information_type
275: INTO l_org_information_type
276: FROM hr_organization_information hoi
277: , hr_org_info_types_by_class tbc
278: , hr_org_information_types oit
279: WHERE oit.org_information_type = p_org_information_context
280: AND oit.org_information_type = tbc.org_information_type
281: AND tbc.org_classification = hoi.org_information1