DBA Data[Home] [Help]

APPS.WSH_TRIP_STOPS_VALIDATIONS dependencies on WSH_SHIPPING_PARAMETERS

Line 912: wsh_shipping_parameters wsp

908: NVL(wnd.tms_interface_flag,WSH_TRIP_STOPS_PVT.C_TMS_NOT_TO_BE_SENT) tms_interface_flag, -- OTM R12, glog proj
909: wsp.otm_enabled
910: from wsh_new_deliveries wnd,
911: wsh_delivery_legs wdl,
912: wsh_shipping_parameters wsp
913: where wnd.delivery_id = wdl.delivery_id
914: and (wdl.pick_up_stop_id = p_stop_id
915: OR wdl.drop_off_stop_id = p_stop_id )
916: and wnd.organization_id = wsp.organization_id;