DBA Data[Home] [Help]

APPS.PER_US_ETHNIC dependencies on HR_ORGANIZATION_UNITS

Line 44: from hr_organization_units hou,

40: v_errorcode number;
41:
42: cursor get_all_bgs is
43: select hoi.organization_id, hou.name
44: from hr_organization_units hou,
45: hr_organization_information hoi,
46: hr_organization_information hoi1
47: where hoi.org_information_context = 'Business Group Information'
48: and hoi.org_information9 = 'US'