DBA Data[Home] [Help]

APPS.WMS_OP_DEST_SYS_APIS dependencies on WSH_TRIP_STOPS

Line 1426: FROM wsh_trips wt, wsh_trip_stops wts, wsh_delivery_legs wdl

1422: CURSOR l_del_trip_stop
1423: (v_del_id IN NUMBER)
1424: IS
1425: SELECT wts.STOP_ID
1426: FROM wsh_trips wt, wsh_trip_stops wts, wsh_delivery_legs wdl
1427: WHERE wdl.delivery_id = v_del_id AND
1428: wts.stop_id = wdl.pick_up_stop_id AND
1429: wts.trip_id = wt.trip_id;
1430: