DBA Data[Home] [Help]

APPS.AMS_REGISTRANTS_PVT dependencies on HR_LOCATIONS_S

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

900: Write_log(L_API_NAME, 'B2B:Creating Location' || location_rec.address1);
901: x_return_status := null;
902: x_msg_count := null;
903: x_msg_data := null;
904: select hr_locations_s.nextval into x_location_id from dual;
905: location_rec.location_id := X_location_Id;
906: location_rec.orig_system_reference := x_location_id ;
907: location_rec.created_by_module := 'AMS_EVENT';
908:

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

1468: -- Create Location
1469: x_return_status := null;
1470: x_msg_count := null;
1471: x_msg_data := null;
1472: select hr_locations_s.nextval into x_location_id from dual;
1473: location_rec.location_id := X_location_Id;
1474: location_rec.orig_system_reference := x_location_id ;
1475: /*IF (AMS_DEBUG_HIGH_ON) THEN
1476: