DBA Data[Home] [Help]

APPS.HR_H2PI_DOWNLOAD dependencies on HR_ORG_INFORMATION_TYPES

Line 95: hr_org_information_types oit

91: from hr_organization_units org,
92: hr_organization_information ogi,
93: hr_organization_information ogi2,
94: hr_org_info_types_by_class oitbc,
95: hr_org_information_types oit
96: where org.organization_id = ogi.organization_id
97: and ogi.organization_id = ogi2.organization_id
98: and ogi2.org_information_context = 'CLASS'
99: and ogi2.org_information1 IN ('HR_ORG', 'HR_LEGAL', 'HR_BG', 'HR_PAYEE', 'US_CARRIER', 'US_WC_CARRIER ')