DBA Data[Home] [Help]

APPS.WSH_CONC_UTIL_PKG dependencies on WSH_CARRIER_SHIP_METHODS

Line 38: from wsh_carrier_ship_methods wcsm

34: -- II. Get All the Fgt.Code - S.Method not upgraded and thus would be having problem
35: --
36: cursor c_get_comb_notupg is
37: select wcsm.ship_method_code , wcsm.organization_id , wcsm.freight_code
38: from wsh_carrier_ship_methods wcsm
39: where
40: not exists (select 'x' from wsh_carriers wc,
41: wsh_carrier_services wcs
42: where