[Home] [Help]
APPS.WSH_TRIP_STOPS_VALIDATIONS dependencies on WSH_DELIVERY_ASSIGNMENTS_V
Line 926: wsh_delivery_assignments_v wda,
922: cursor stop_to_det_cur( p_stop_id IN NUMBER ) is
923: select distinct 'X'
924: from wsh_delivery_details wdd,
925: wsh_new_deliveries wnd,
926: wsh_delivery_assignments_v wda,
927: wsh_delivery_legs wdl
928: where (wdl.pick_up_stop_id = p_stop_id OR wdl.drop_off_stop_id = p_stop_id)
929: and wnd.delivery_id = wdl.delivery_id
930: and wda.delivery_id = wnd.delivery_id