DBA Data[Home] [Help]

APPS.WSH_TRIP_STOPS_PVT dependencies on WSH_TRIP_STOPS_S

Line 16: SELECT wsh_trip_stops_s.nextval

12: )
13: IS
14:
15: CURSOR get_next_stop IS
16: SELECT wsh_trip_stops_s.nextval
17: FROM sys.dual;
18:
19: CURSOR check_stop IS
20: SELECT rowid

Line 844: UPDATE wsh_trip_stops SET

840: l_frozen_flag := 'Y';
841: END IF;
842:
843:
844: UPDATE wsh_trip_stops SET
845: stop_id = p_stop_info.stop_id,
846: trip_id = p_stop_info.trip_id,
847: stop_location_id = p_stop_info.stop_location_id,
848: status_code = p_stop_info.status_code,