DBA Data[Home] [Help]

APPS.PAY_US_DB_PER_SETUP dependencies on HR_ORGANIZATION_UNITS_S

Line 128: SELECT hr_organization_units_s.nextval

124: end if;
125: --
126: hr_utility.set_location('pay_us_db_per_setup.insert_organization_unit',1);
127: --
128: SELECT hr_organization_units_s.nextval
129: INTO l_organization_id
130: FROM sys.dual ;
131: --
132: hr_organization.unique_name(p_business_group_id,l_organization_id,p_name);