DBA Data[Home] [Help]

APPS.PAY_US_DB_PER_SETUP dependencies on HR_LOCATIONS_S

Line 2331: select hr_locations_s.nextval

2327: --
2328: hr_utility.trace('Entered Create_us_location');
2329: hr_utility.set_location('scltstdat.create_us_location',1);
2330: --
2331: select hr_locations_s.nextval
2332: into l_location_id
2333: from sys.dual;
2334: --
2335: hr_utility.set_location('scltstdat.create_us_location',5);