DBA Data[Home] [Help]

APPS.PER_US_EEO4_PKG dependencies on HR_ORGANIZATION_UNITS

Line 1004: SELECT name from hr_organization_units

1000:
1001: l_bg_name VARCHAR2(300); --bug 13645315 -increased the size of l_bg_name from 100 to 300.
1002:
1003: CURSOR get_bg_name IS
1004: SELECT name from hr_organization_units
1005: WHERE organization_id = g_business_group_id
1006: AND business_group_id = g_business_group_id;
1007:
1008: BEGIN