DBA Data[Home] [Help]

APPS.OE_DEFAULT_HEADER dependencies on WSH_ORG_CARRIER_SERVICES

Line 39: wsh_org_carrier_services wsh_org

35: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110509' THEN
36: SELECT freight_code
37: INTO l_freight_code
38: FROM wsh_carriers wsh_ca,wsh_carrier_services wsh,
39: wsh_org_carrier_services wsh_org
40: WHERE wsh_org.organization_id = p_header_rec.ship_from_org_id
41: AND wsh.carrier_service_id = wsh_org.carrier_service_id
42: AND wsh_ca.carrier_id = wsh.carrier_id
43: AND wsh.ship_method_code = p_header_rec.shipping_method_code