DBA Data[Home] [Help]

APPS.PER_DB_PER_SETUP dependencies on HR_ORG_INFORMATION_TYPES

Line 278: , hr_org_information_types oit

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
282: AND hoi.org_information_context = 'CLASS'