DBA Data[Home] [Help]

APPS.INV_LABEL_PVT8 dependencies on WSH_TRIPS

Line 893: , wsh_trips wt

889: FROM wsh_new_deliveries wnd
890: , wsh_delivery_legs wdl
891: , wsh_document_instances wdi
892: , wsh_trip_stops wts
893: , wsh_trips wt
894: WHERE wnd.delivery_id = wdl.delivery_id(+)
895: AND wdi.entity_name (+) = 'WSH_DELIVERY_LEGS'
896: AND wdl.delivery_leg_id = wdi.entity_id (+)
897: AND wdl.pick_up_stop_id = wts.stop_id (+)