DBA Data[Home] [Help]

APPS.AMS_LISTIMPORT_PVT dependencies on HR_LOCATIONS_S

Line 13542: select hr_locations_s.nextval into x_location_id from dual;

13538: location_rec hz_location_v2pub.location_rec_type := p_location_rec;
13539:
13540: BEGIN
13541:
13542: select hr_locations_s.nextval into x_location_id from dual;
13543: location_rec.location_id := x_location_Id;
13544: location_rec.orig_system_reference := x_location_id ;
13545: location_rec.CREATED_BY_MODULE := 'AMS_LIST_IMPORT';
13546: location_rec.application_id := 530;