DBA Data[Home] [Help]

APPS.WSH_MAPPING_DATA dependencies on WSH_CARRIERS_V

Line 727: wsh_carriers_v wcar

723: -- use the delivery's ship method to validate the incoming ship method
724: cursor c_ship_method_cur is
725: select wcs.ship_method_code
726: from wsh_carrier_services wcs,
727: wsh_carriers_v wcar
728: where wcar.carrier_name = p_carrier_name
729: and nvl(wcs.service_level, '!') = nvl(p_service_level, '!')
730: and nvl(wcs.mode_of_transport, '!') = nvl(p_mode_of_transport, '!')
731: and wcs.carrier_id = wcar.carrier_id;