DBA Data[Home] [Help]

APPS.WSH_TRIPS_PVT dependencies on WSH_TRIPS_S

Line 17: SELECT wsh_trips_s.nextval

13: )
14: IS
15:
16: CURSOR get_next_trip IS
17: SELECT wsh_trips_s.nextval
18: FROM sys.dual;
19:
20: -- Remove cursor get_row_id for Bug 3821688
21:

Line 832: UPDATE wsh_trips SET

828: x_return_status => l_wf_rs);
829: END IF;
830: */
831:
832: UPDATE wsh_trips SET
833: trip_id = p_trip_info.trip_id,
834: name = p_trip_info.name,
835: planned_flag = p_trip_info.planned_flag,
836: arrive_after_trip_id = p_trip_info.arrive_after_trip_id,