DBA Data[Home] [Help]

APPS.HR_H2PI_DOWNLOAD dependencies on HR_ORG_INFO_TYPES_BY_CLASS

Line 94: hr_org_info_types_by_class oitbc,

90: ,ogi.org_information20 ogi20
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'