DBA Data[Home] [Help]

APPS.WSH_ASN_RECEIPT_PVT dependencies on WSH_ORG_CARRIER_SERVICES

Line 6377: wsh_org_carrier_services wocs

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
6380: and wcv.active = 'A'
6381: and wocs.organization_id = wnd.organization_id