Search Results freight_carrier_code
Overview
WSHFV_DELIVERY is a reporting view in the Oracle E-Business Suite (EBS) Order Entry (OE) module, delivered as part of the shipping execution data model. It is documented in ETRM as a retrofitted object, meaning it was carried forward from an earlier EBS release and maintained for backward compatibility rather than introduced as a new 12.1.1 or 12.2.2 construct. The view presents delivery header information for outbound shipments, joining the delivery record to organization, carrier, departure, customer, and ship-to attributes so that a single row represents a consolidated, reporting-ready view of a delivery.
The view replaces the need to join multiple base tables manually for delivery-level reporting. It exposes both the departure associated with the planned departure (DPW_*) and the departure associated with the actual shipment confirmation (SC_*). This dual structure is significant for users tracing the freight carrier code at the time a delivery was planned versus the carrier code recorded when it was actually confirmed and shipped.
Underlying Base Objects
The ETRM metadata records no documented base objects and indicates the view is not implemented in the reference database, so the object text is the authoritative source. Parsing the view definition, WSHFV_DELIVERY is built on the WSH_DELIVERIES table (aliased DEL) as the driving source. It joins to:
- ORG_ORGANIZATION_DEFINITIONS (
ORG) for the organization code. - WSH_DEPARTURES (aliased
DEP1) for the planned departure and (aliasedDEP2) for the actual departure. - A customer/party source (
RC) supplying customer name and number. - Location sources (
SU1,SU2,SU3) supplying ultimate, intermediate, and pooled ship-to locations. - FND_USER (
FU1,FU2) to resolve picker and packer names. - A report set source (
SRS) for the report set name.
Key Columns
Because the user searched for freight_carrier_code, the most relevant columns are the two carrier exposures: DPW_FREIGHT_CARRIER_CODE from the planned departure and SC_FREIGHT_CARRIER_CODE from the actual departure. Additional carrier context appears in DEL.FREIGHT_CARRIER_CODE and FREIGHT_TERMS_CODE at the delivery level. Other notable columns include DELIVERY_ID, DELIVERY_NAME, ORGANIZATION_CODE, STATUS_CODE, SOURCE_CODE, WAYBILL, BILL_OF_LADING (as DPW_BOL and SC_BOL), GROSS_WEIGHT, WEIGHT_UOM_CODE, VOLUME, VOLUME_UOM_CODE, ASN_DATE_SENT, ASN_SEQ_NUMBER, and audit columns (CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE).
Common Use Cases and Queries
The view supports carrier analysis, delivery status reporting, and ASN tracking. A typical query sourcing the freight carrier code is:
SELECT delivery_id, delivery_name, organization_code, dpw_freight_carrier_code, sc_freight_carrier_code, freight_carrier_code, status_code FROM wshfv_delivery;- Filtering by carrier:
WHERE sc_freight_carrier_code = :carrier_code. - Reconciling planned versus actual carrier: comparing
DPW_FREIGHT_CARRIER_CODEtoSC_FREIGHT_CARRIER_CODE. - Weight/volume reporting by organization using
GROSS_WEIGHTandVOLUME.
Because the view is retrofitted and not implemented in all databases, availability should be validated in the target instance before relying on it in custom reports or integrations.
-
View: WSHFV_DELIVERY
12.1.1
product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: WSHFV_DELIVERY
12.2.2
product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: WSH_DLS_UNASSIGNED_SC_V
12.1.1
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: WSH_DLS_UNASSIGNED_SC_V
12.2.2
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: WSHFV_DEPARTURE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSHFV_DEPARTURE, object_name:WSHFV_DEPARTURE, status:VALID, product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: APPS.WSHFV_DEPARTURE ,
-
View: WSHFV_DEPARTURE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSHFV_DEPARTURE, object_name:WSHFV_DEPARTURE, status:VALID, product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: APPS.WSHFV_DEPARTURE ,
-
View: SO_DELIVERIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_DELIVERIES_V, object_name:SO_DELIVERIES_V, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.SO_DELIVERIES_V ,
-
View: SO_DELIVERIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.SO_DELIVERIES_V, object_name:SO_DELIVERIES_V, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.SO_DELIVERIES_V ,
-
View: WSH_DEPARTURES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_DEPARTURES_V, object_name:WSH_DEPARTURES_V, status:VALID, product: OE - Order Entry , description: Departures for departure planning or ship confirm , implementation_dba_data: APPS.WSH_DEPARTURES_V ,
-
View: WSH_DELIVERIES_V
12.2.2
product: OE - Order Entry , description: Deliveries for departure planning or ship confirm , implementation_dba_data: Not implemented in this database ,
-
View: WSH_DELIVERIES_V
12.1.1
product: OE - Order Entry , description: Deliveries for departure planning or ship confirm , implementation_dba_data: Not implemented in this database ,
-
View: WSH_DEPARTURES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_DEPARTURES_V, object_name:WSH_DEPARTURES_V, status:VALID, product: OE - Order Entry , description: Departures for departure planning or ship confirm , implementation_dba_data: APPS.WSH_DEPARTURES_V ,
-
View: WSH_SHIPPING_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_SHIPPING_DETAILS_V WSH.WSH_SHIPPING_DETAILS_V, object_name:WSH_SHIPPING_DETAILS_V, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.WSH_SHIPPING_DETAILS_V ,
-
View: WSH_SHIPPING_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_SHIPPING_DETAILS_V WSH.WSH_SHIPPING_DETAILS_V, object_name:WSH_SHIPPING_DETAILS_V, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.WSH_SHIPPING_DETAILS_V ,
-
View: WSH_DELIVERIES_DPW_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_DELIVERIES_DPW_LOV_V, object_name:WSH_DELIVERIES_DPW_LOV_V, status:VALID, product: OE - Order Entry , description: Open or planned deliveries created using Departure Planning Workbench , implementation_dba_data: APPS.WSH_DELIVERIES_DPW_LOV_V ,
-
View: WSH_DELIVERIES_DPW_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_DELIVERIES_DPW_LOV_V, object_name:WSH_DELIVERIES_DPW_LOV_V, status:VALID, product: OE - Order Entry , description: Open or planned deliveries created using Departure Planning Workbench , implementation_dba_data: APPS.WSH_DELIVERIES_DPW_LOV_V ,
-
View: WSHBV_DEPARTURE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSHBV_DEPARTURE, object_name:WSHBV_DEPARTURE, status:VALID, product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: APPS.WSHBV_DEPARTURE ,
-
View: WSHBV_DEPARTURE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSHBV_DEPARTURE, object_name:WSHBV_DEPARTURE, status:VALID, product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: APPS.WSHBV_DEPARTURE ,
-
View: WSHBV_DELIVERY
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSHBV_DELIVERY, object_name:WSHBV_DELIVERY, status:VALID, product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: APPS.WSHBV_DELIVERY ,
-
View: WSHBV_DELIVERY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSHBV_DELIVERY, object_name:WSHBV_DELIVERY, status:VALID, product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: APPS.WSHBV_DELIVERY ,
-
View: WSH_DEPARTURE_TEMPLATES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_DEPARTURE_TEMPLATES_V, object_name:WSH_DEPARTURE_TEMPLATES_V, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.WSH_DEPARTURE_TEMPLATES_V ,
-
View: WSH_DEPARTURE_TEMPLATES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_DEPARTURE_TEMPLATES_V, object_name:WSH_DEPARTURE_TEMPLATES_V, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.WSH_DEPARTURE_TEMPLATES_V ,
-
View: WSH_DELIVERY_LINES_SC_V
12.2.2
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: WSH_DELIVERY_LINES_SC_V
12.1.1
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: WSH_DELIVERY_LINES_DPW_V
12.1.1
product: OE - Order Entry , description: Delivery lines for Departure Planning Workbench , implementation_dba_data: Not implemented in this database ,
-
View: WSH_DELIVERY_LINES_DPW_V
12.2.2
product: OE - Order Entry , description: Delivery lines for Departure Planning Workbench , implementation_dba_data: Not implemented in this database ,