DBA Data[Home] [Help]

APPS.WSH_MAPPING_DATA dependencies on WSH_CARRIERS_V

Line 729: wsh_carriers_v wcar

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