DBA Data[Home] [Help]

APPS.WSH_ASN_RECEIPT_PVT dependencies on WSH_CARRIERS_V

Line 6375: wsh_carriers_v wcv,

6371: --Cursor to get the Ship method code for a Delivery ID for a given Carrier.
6372: cursor l_carrier_csr (p_delivery_id IN NUMBER, p_carrier_id IN NUMBER) IS
6373: select wcs.ship_method_code
6374: from wsh_new_deliveries wnd,
6375: wsh_carriers_v wcv,
6376: wsh_carrier_services wcs,
6377: wsh_org_carrier_services wocs
6378: where wnd.delivery_id = p_delivery_id
6379: and wcv.carrier_id = p_carrier_id