DBA Data[Home] [Help]

APPS.HR_ORG_UTILITY dependencies on HR_ORG_INFO_TYPES_BY_CLASS

Line 20: hr_org_info_types_by_class oitbc

16:
17: Cursor c1 is
18: select 1
19: from hr_organization_information org2,
20: hr_org_info_types_by_class oitbc
21: where org2.organization_id = p_organization_id
22: and org2.org_information_context||'' = 'CLASS'
23: and org2.org_information2 = 'Y'
24: and org2.org_information1 = nvl(p_restricted_class,org2.org_information1)