DBA Data[Home] [Help]

APPS.PER_DB_PER_SETUP dependencies on HR_ORGANIZATION_UNITS_S

Line 122: SELECT hr_organization_units_s.nextval

118: end if;
119: --
120: hr_utility.set_location('per_db_per_setup.insert_organization_unit',1);
121: --
122: SELECT hr_organization_units_s.nextval
123: INTO l_organization_id
124: FROM sys.dual ;
125: --
126: hr_organization.unique_name(p_business_group_id,l_organization_id,p_name);