DBA Data[Home] [Help]

APPS.WSH_TRIP_STOPS_VALIDATIONS dependencies on MTL_CLIENT_PARAMETERS_V

Line 915: mtl_client_parameters_v mcp

911: wnd.client_id -- LSP PROJECT
912: from wsh_new_deliveries wnd,
913: wsh_delivery_legs wdl,
914: wsh_shipping_parameters wsp,
915: mtl_client_parameters_v mcp
916: where wnd.delivery_id = wdl.delivery_id
917: and (wdl.pick_up_stop_id = p_stop_id
918: OR wdl.drop_off_stop_id = p_stop_id )
919: and wnd.organization_id = wsp.organization_id