Search Results transportation_method
Overview
WSH_STND_SHIPMENT_V is a reporting view owned by the APPS schema in Oracle E-Business Suite, defined within the Shipping Execution (WSH) product family. It presents a denormalized, shipment-level ("standard shipment") perspective by joining delivery header data from WSH_NEW_DELIVERIES with transaction history records from WSH_TRANSACTIONS_HISTORY, and enriching the result with organization, carrier, and ship-from location attributes. In Oracle EBS 12.1.1 and 12.2.2, the view serves as a convenient read-only interface for reports, concurrent programs, BI Publisher data models, and outbound integrations that require shipment identifiers, transport details, weight/volume measures, and descriptive flexfield (DFF) context in a single result set. Because the view exposes the DFF column ATTRIBUTE_CATEGORY as SHIPMENT_ATTRIBUTE_CATEGORY alongside SHIPMENT_ATTRIBUTE1 through SHIPMENT_ATTRIBUTE15, it is frequently the target of queries that filter or report on shipment attribute category values — the exact use case reflected in the search term "shipment_attribute_category".
Underlying Base Objects
The documented referenced base objects are: HR_GENERAL (PACKAGE), HR_LOCATIONS_ALL_TL (SYNONYM), HR_SECURITY (PACKAGE), ORG_ORGANIZATION_DEFINITIONS (VIEW), WSH_CARRIERS_V (VIEW), WSH_LOCATIONS (SYNONYM), WSH_NEW_DELIVERIES (SYNONYM), and WSH_TRANSACTIONS_HISTORY (SYNONYM).
- WSH_NEW_DELIVERIES (aliased WND) is the primary driver, supplying delivery_id, ship method, dates, weights, volume, shipping marks, FOB and freight terms codes, loading sequence, waybill, service level, and the ATTRIBUTE_CATEGORY/ATTRIBUTE1–15 DFF columns.
- WSH_TRANSACTIONS_HISTORY (aliased WTH) contributes transaction-level context: action_type (exported as ACTION_CODE), document_number, document_type, document_revision, and orig_document_number.
- WSH_CARRIERS_V (aliased WCAR) supplies CARRIER_NAME.
- ORG_ORGANIZATION_DEFINITIONS (aliased OOG) supplies ORGANIZATION_CODE.
- WSH_LOCATIONS / HR_LOCATIONS_ALL_TL (aliased HRL) resolve the ship-from LOCATION_CODE.
- HR_GENERAL and HR_SECURITY packages are referenced to support organization and location security resolution.
The SELECT DISTINCT clause indicates that the joins may produce duplicate rows, so the view deduplicates results.
Key Columns
- DELIVERY_ID — primary shipment/delivery identifier.
- ACTION_CODE, DOCUMENT_NUMBER, DOCUMENT_TYPE, DOCUMENT_REVISION, ORIG_DOCUMENT_NUMBER — transaction history context.
- SHIPMENT_ATTRIBUTE_CATEGORY — the DFF context (WND.ATTRIBUTE_CATEGORY); SHIPMENT_ATTRIBUTE1–15 — the descriptive flexfield segment values.
- ORGANIZATION_CODE, ORGANIZATION_ID — inventory organization context.
- CARRIER, SERVICE_LEVEL, SHIP_METHOD, TRANSPORTATION_METHOD — carrier and mode details.
- GROSS_WEIGHT, NET_WEIGHT, TARE_WEIGHT, WEIGHT_UOM_CODE, VOLUME, VOLUME_UOM_CODE, NUMBER_OF_LPN — weight/volume metrics (TARE_WEIGHT computed as GROSS_WEIGHT minus NVL(NET_WEIGHT,0)).
- MANUAL_WV, SHIPMENT_DIRECTION — defaults derived via NVL.
- SHIP_FROM_LOCATION, CREATION_DATE, DELIVERED_DATE, INITIAL_PICKUP_DATE, ULTIMATE_DROPOFF_DATE — location and date attributes.
Common Use Cases and Queries
Typical uses include shipment status/attribute reporting, carrier analysis, and DFF-based filtering.
- List all shipments of a given attribute category:
SELECT delivery_id, document_number, shipment_attribute_category, shipment_attribute1 FROM apps.wsh_stnd_shipment_v WHERE shipment_attribute_category = 'MY_DFF_CONTEXT';
- Weight/volume summary by carrier:
SELECT carrier, SUM(gross_weight) total_gross, SUM(volume) total_volume FROM apps.wsh_stnd_shipment_v GROUP BY carrier;
- Organization-scoped shipment listing:
SELECT organization_code, delivery_id, ship_from_location FROM apps.wsh_stnd_shipment_v WHERE organization_id = :p_org_id;
-
View: WSH_STND_SHIPMENT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_STND_SHIPMENT_V, object_name:WSH_STND_SHIPMENT_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_STND_SHIPMENT_V ,
-
VIEW: APPS.WSH_ITM_SHIPMENT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_ITM_SHIPMENT_V, object_name:WSH_ITM_SHIPMENT_V, status:VALID,
-
View: WSH_SS_SHIPMENT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_SS_SHIPMENT_V, object_name:WSH_SS_SHIPMENT_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_SS_SHIPMENT_V ,
-
VIEW: APPS.WSH_SS_SHIPMENT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_SS_SHIPMENT_V, object_name:WSH_SS_SHIPMENT_V, status:VALID,
-
VIEW: APPS.WSH_SS_SHIPMENT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_SS_SHIPMENT_V, object_name:WSH_SS_SHIPMENT_V, status:VALID,
-
View: WSH_SS_SHIPMENT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_SS_SHIPMENT_V, object_name:WSH_SS_SHIPMENT_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_SS_SHIPMENT_V ,
-
VIEW: APPS.WSH_ITM_SHIPMENT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_ITM_SHIPMENT_V, object_name:WSH_ITM_SHIPMENT_V, status:VALID,
-
View: CLN_WSH_SS_SHIPMENT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CLN.CLN_WSH_SS_SHIPMENT_V, object_name:CLN_WSH_SS_SHIPMENT_V, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: View of delivery header details , implementation_dba_data: APPS.CLN_WSH_SS_SHIPMENT_V ,
-
View: WSH_ITM_SHIPMENT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_ITM_SHIPMENT_V, object_name:WSH_ITM_SHIPMENT_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_ITM_SHIPMENT_V ,
-
VIEW: APPS.WSH_STND_SHIPMENT_V
12.2.2
-
View: WSH_ITM_SHIPMENT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_ITM_SHIPMENT_V, object_name:WSH_ITM_SHIPMENT_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_ITM_SHIPMENT_V ,
-
VIEW: APPS.WSH_SS_SHIPMENT_V
12.1.1
-
View: CLN_WSH_SS_SHIPMENT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CLN.CLN_WSH_SS_SHIPMENT_V, object_name:CLN_WSH_SS_SHIPMENT_V, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: View of delivery header details , implementation_dba_data: APPS.CLN_WSH_SS_SHIPMENT_V ,
-
VIEW: APPS.WSH_SS_SHIPMENT_V
12.2.2
-
VIEW: APPS.CLN_WSH_SS_SHIPMENT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CLN.CLN_WSH_SS_SHIPMENT_V, object_name:CLN_WSH_SS_SHIPMENT_V, status:VALID,
-
VIEW: APPS.WSH_ITM_SHIPMENT_V
12.2.2
-
VIEW: APPS.CLN_WSH_SS_SHIPMENT_V
12.1.1
-
VIEW: APPS.CLN_WSH_SS_SHIPMENT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CLN.CLN_WSH_SS_SHIPMENT_V, object_name:CLN_WSH_SS_SHIPMENT_V, status:VALID,
-
VIEW: APPS.WSH_STND_SHIPMENT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_STND_SHIPMENT_V, object_name:WSH_STND_SHIPMENT_V, status:VALID,
-
VIEW: APPS.CLN_WSH_SS_SHIPMENT_V
12.2.2
-
VIEW: APPS.WSH_ITM_SHIPMENT_V
12.1.1
-
eTRM - CLN Tables and Views
12.1.1
description: M4R 7B1 Message staging table ,
-
eTRM - CLN Tables and Views
12.2.2
description: M4R 7B1 Message staging table ,
-
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. ,