DBA Data[Home] [Help]

APPS.OE_BULK_PROCESS_HEADER dependencies on WSH_CARRIERS

Line 1177: FROM wsh_carriers wsh_ca,wsh_carrier_services wsh,

1173: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110509' THEN
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