APPS.PER_US_EEO5_EXP_PKG dependencies on HR_ORGANIZATION_UNITS
Line 335: SELECT name into l_business_group_name from hr_organization_units
331:
332: END LOOP;
333:
334: -- Get Name of the business group. 335: SELECT name into l_business_group_name from hr_organization_units 336: WHERE organization_id = p_business_group_id
337: AND business_group_id = p_business_group_id;
338:
339: -- Load Header tags