DBA Data[Home] [Help]

APPS.GMI_SHIPPING_UTIL dependencies on WSH_DELIVERY_LEGS

Line 2823: FROM wsh_delivery_legs dg,

2819: l_if_internal number ;
2820:
2821: CURSOR pickup_deliveries IS
2822: SELECT dg.delivery_id , st.transaction_header_id
2823: FROM wsh_delivery_legs dg,
2824: wsh_new_deliveries dl,
2825: wsh_trip_stops st
2826: WHERE st.stop_id = dg.pick_up_stop_id AND
2827: st.stop_id = p_stop_id AND