DBA Data[Home] [Help]

APPS.WSH_IB_UI_RECON_GRP dependencies on WSH_TRIP_STOPS

Line 31: wsh_trip_stops wts,

27: --{
28: cursor l_trips_csr(p_shpmt_header_id NUMBER) is
29: select distinct wt.trip_id
30: from wsh_trips wt,
31: wsh_trip_stops wts,
32: wsh_delivery_legs wdl,
33: wsh_new_deliveries wnd
34: where wnd.RCV_SHIPMENT_HEADER_ID = p_shpmt_header_id
35: and wnd.delivery_id = wdl.delivery_id