Search Results trailer_number
Overview
WSH_POD_DETAIL_V is a Shipping Execution (WSH) reporting view that exposes Proof of Delivery (POD) header-level detail together with associated carrier, shipment, and shipper address information. It consolidates data captured on a bill of lading or waybill — including signatures (shipper, carrier, and POD recipient), dates, port references, Incoterms, and tracking numbers — and joins that data to delivery and trading-partner attributes.
The view is documented as part of the ETRM metadata repository but is not implemented in the database referenced by that metadata. It is a read-only presentation object, intended for use in reporting layers, DBI/BI Publisher templates, and integration extracts where a flat, human-readable POD record is required. Because the view aliases cryptic base columns into business-friendly names (for example, WDI.BOL_NOTIFY_PARTY is exposed as NOTIFY_PARTY), it simplifies query construction for developers who are not familiar with the underlying WSH schema.
Underlying Base Objects
The ETRM metadata records no formally documented referenced base objects. The view text, however, reveals the aliases used in its definition, which map to the following underlying entities:
- WDI — the primary POD / document instance source (WSH_DOCUMENT_INSTANCE and its address/comment attributes). Supplies BOL number, booking number, signature fields, ports, AETC number, and POD comments.
- WND — the delivery/waybill source (WSH_NEW_DELIVERIES family). Supplies DELIVERY_ID, CARRIER_TRACKING_NUMBER, ADDITIONAL_SHIPMENT_INFO, FOB_CODE (Incoterms), and DOCK_CODE.
- WT — the trip/ship-method source (WSH_TRIPS). Supplies EXPORT_CARRIER and TRAILER_NUMBER.
- HR1 / HR2 — HR location and address tables (HR_LOCATIONS_ALL / HR_LOCATIONS_ALL_TL and address structures) supplying pooled location, shipper name, and shipper address lines.
- HOU — the operating unit / organization source supplying the shipper organization name.
- OFV — a freight/order-value source beginning with FREIGHT-related attributes (truncated in the metadata).
The view therefore sits above several WSH transactional tables joined to HR and organization reference data, producing one consolidated POD row per document instance.
Key Columns
- BILL_OF_LADING_NUMBER — the BOL identifier derived from
SEQUENCE_NUMBER. - SUPPLIER_CODE — the supplier/trading-partner code associated with the POD document. This is the column most frequently searched for against this view.
- DOCUMENT_INSTANCE_ID — the surrogate key linking back to the POD document instance.
- DELIVERY_ID — the delivery associated with the POD record.
- CARRIER_TRACKING_NUMBER — the waybill or tracking reference.
- EXPORT_CARRIER — the ship method code identifying the carrier.
- INCOTERMS — derived from
FOB_CODE; the FOB/Incoterms designation. - PORT_OF_LOADING / PORT_OF_DISCHARGE — shipment routing references.
- POD_SIGNED_BY / POD_SIGNED_DATE / POD_SIGNED_TIME — recipient signature and the date/time split into discrete reporting columns.
- SHIPPER_NAME, SHIPPER_ADDRESS_L1..L3, SHIPPER_CITY, SHIPPER_STATE, SHIPPER_POSTAL_CODE, SHIPPER_COUNTRY, SHIPPER_ADDRESS — the shipper's identity and fully concatenated address.
- NOTIFY_PARTY, ISSUING_OFFICE, ISSUING_PERSON, DATE_ISSUED — BOL administrative attributes.
Common Use Cases and Queries
Typical uses include POD audit reporting, carrier performance analysis keyed on supplier or carrier, and extracting signed POD detail for downstream freight settlement. Because SUPPLIER_CODE is a first-class column, a frequent retrieval pattern filters POD records by trading partner:
- List all POD documents for a given supplier code.
- Reconcile delivery waybills against carrier tracking numbers.
- Produce printable POD certificates showing shipper address and signature detail.
Illustrative SQL:
SELECT bill_of_lading_number, supplier_code, delivery_id, carrier_tracking_number, export_carrier, pod_signed_by, pod_signed_date FROM wsh_pod_detail_v WHERE supplier_code = :p_supplier_code;SELECT delivery_id, incoterms, port_of_loading, port_of_discharge, shipper_name, shipper_address FROM wsh_pod_detail_v WHERE pod_signed_date IS NOT NULL ORDER BY pod_signed_date DESC;
Because the view is documented as not implemented in the reference database, availability should be verified in the target instance (12.1.1 or 12.2.2) before use, and the actual column list should be confirmed against the shipped view definition.
-
View: WSH_POD_DETAIL_V
12.2.2
product: WSH - Shipping Execution , implementation_dba_data: Not implemented in this database ,
-
VIEW: AR.RA_CUSTOMER_TRX_ALL#
12.2.2
-
View: WSH_POD_DETAIL_V
12.1.1
product: WSH - Shipping Execution , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.WSH_BOLS_RD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_BOLS_RD_V, object_name:WSH_BOLS_RD_V, status:VALID,
-
VIEW: APPS.WSH_BOLS_RD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_BOLS_RD_V, object_name:WSH_BOLS_RD_V, status:VALID,
-
View: WSH_BOLS_RD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_BOLS_RD_V, object_name:WSH_BOLS_RD_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_BOLS_RD_V ,
-
View: WSH_BOLS_RD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_BOLS_RD_V, object_name:WSH_BOLS_RD_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_BOLS_RD_V ,
-
VIEW: AR.RA_CUSTOMER_TRX_ALL#
12.2.2
owner:AR, object_type:VIEW, object_name:RA_CUSTOMER_TRX_ALL#, status:VALID,
-
TABLE: AR.RA_CUSTOMER_TRX_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUSTOMER_TRX_ALL, object_name:RA_CUSTOMER_TRX_ALL, status:VALID,
-
eTRM - WSH Tables and Views
12.2.2
description: Stores hierarchy for zones. Each region component of a zone has a record in this table. ,
-
eTRM - WSH Tables and Views
12.1.1
description: Stores hierarchy for zones. Each region component of a zone has a record in this table. ,
-
eTRM - AR Tables and Views
12.2.2
description: Territory information ,