DBA Data[Home] [Help]

APPS.OE_BULK_PROCESS_HEADER dependencies on WSH_ORG_CARRIER_SERVICES

Line 1178: wsh_org_carrier_services wsh_org

1174:
1175: SELECT freight_code
1176: INTO l_freight_code
1177: FROM wsh_carriers wsh_ca,wsh_carrier_services wsh,
1178: wsh_org_carrier_services wsh_org
1179: WHERE wsh_org.organization_id = p_ship_from_org_id
1180: AND wsh.carrier_service_id = wsh_org.carrier_service_id
1181: AND wsh_ca.carrier_id = wsh.carrier_id
1182: AND wsh.ship_method_code = p_shipping_method_code