DBA Data[Home] [Help]

APPS.WMS_PACKING_WORKBENCH_PVT dependencies on WSH_TRIPS

Line 2085: , wsh_trips wt

2081: ,wsh_delivery_assignments_v wda, wsh_new_deliveries_ob_grp_v wnd
2082: -- Bug 5121507
2083: , wsh_delivery_legs wdl
2084: , wsh_trip_stops wts
2085: , wsh_trips wt
2086: WHERE wda.delivery_detail_id = wdd1.delivery_detail_id
2087: AND wda.parent_delivery_detail_id = wdd2.delivery_detail_id
2088: AND wnd.delivery_id (+) = wda.delivery_id
2089: AND wdd1.released_status = 'Y'

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

2424: BEGIN
2425: SELECT t.trip INTO l_material_rec.trip
2426: FROM(
2427: SELECT distinct wt.name trip
2428: FROM wsh_delivery_legs wdl, wsh_trip_stops wts, wsh_trips wt
2429: WHERE wdl.delivery_id = l_material_rec.delivery_id
2430: AND wts.stop_id = wdl.pick_up_stop_id
2431: AND wt.trip_id = wts.trip_id) t
2432: WHERE rownum <2;