Search Results shipment_attribute15
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: ECE_POCO_SHIPMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_POCO_SHIPMENTS_V, object_name:ECE_POCO_SHIPMENTS_V, status:VALID, product: EC - e-Commerce Gateway , description: This view extracts shipment informationfor the outbound Purchase Order Change (860/ORDCHG) transaction.@rep:scope private@rep:product PO@rep:lifecycle active@rep:displayname Purchase Order Change Shipment View@rep:category BUSINESS_ENTITY P , implementation_dba_data: APPS.ECE_POCO_SHIPMENTS_V ,
-
VIEW: APPS.ECE_POO_SHIPMENTS_V
12.1.1
-
VIEW: EC.ECE_PO_INTERFACE_SHIPMENTS#
12.2.2
-
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: ECE_POO_SHIPMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_POO_SHIPMENTS_V, object_name:ECE_POO_SHIPMENTS_V, status:VALID, product: EC - e-Commerce Gateway , description: /*#* This view extracts shipment information* for the outbound Purchase Order (850/ORDERS) transaction.* @rep:scope private* @rep:product PO* @rep:lifecycle active* @rep:displayname Purchase Order Shipment View* @rep:category BUSINESS_ENTIT , implementation_dba_data: APPS.ECE_POO_SHIPMENTS_V ,
-
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: ECE_POO_SHIPMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_POO_SHIPMENTS_V, object_name:ECE_POO_SHIPMENTS_V, status:VALID, product: EC - e-Commerce Gateway , description: /*#* This view extracts shipment information* for the outbound Purchase Order (850/ORDERS) transaction.* @rep:scope private* @rep:product PO* @rep:lifecycle active* @rep:displayname Purchase Order Shipment View* @rep:category BUSINESS_ENTIT , implementation_dba_data: APPS.ECE_POO_SHIPMENTS_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: 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: ECE_POCO_SHIPMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_POCO_SHIPMENTS_V, object_name:ECE_POCO_SHIPMENTS_V, status:VALID, product: EC - e-Commerce Gateway , description: This view extracts shipment informationfor the outbound Purchase Order Change (860/ORDCHG) transaction.@rep:scope private@rep:product PO@rep:lifecycle active@rep:displayname Purchase Order Change Shipment View@rep:category BUSINESS_ENTITY P , implementation_dba_data: APPS.ECE_POCO_SHIPMENTS_V ,
-
VIEW: APPS.WSH_SS_SHIPMENT_V
12.1.1
-
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: 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: APPS.ECE_POCO_SHIPMENTS_V
12.1.1
-
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_STND_SHIPMENT_V
12.2.2
-
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.ECE_POCO_SHIPMENTS_V
12.2.2
-
VIEW: APPS.WSH_SS_SHIPMENT_V
12.2.2
-
VIEW: APPS.ECE_POO_SHIPMENTS_V
12.2.2
-
VIEW: APPS.WSH_ITM_SHIPMENT_V
12.2.2
-
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: PO.PO_LINES_INTERFACE#
12.2.2
-
VIEW: APPS.WSH_ITM_SHIPMENT_V
12.1.1
-
VIEW: APPS.ECE_POCO_SHIPMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_POCO_SHIPMENTS_V, object_name:ECE_POCO_SHIPMENTS_V, status:VALID,
-
VIEW: APPS.ECE_POO_SHIPMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_POO_SHIPMENTS_V, object_name:ECE_POO_SHIPMENTS_V, status:VALID,
-
VIEW: APPS.ECE_POO_SHIPMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_POO_SHIPMENTS_V, object_name:ECE_POO_SHIPMENTS_V, status:VALID,
-
VIEW: APPS.ECE_POCO_SHIPMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_POCO_SHIPMENTS_V, object_name:ECE_POCO_SHIPMENTS_V, status:VALID,
-
VIEW: EC.ECE_PO_INTERFACE_SHIPMENTS#
12.2.2
owner:EC, object_type:VIEW, object_name:ECE_PO_INTERFACE_SHIPMENTS#, status:VALID,
-
VIEW: PO.PO_LINES_INTERFACE#
12.2.2
owner:PO, object_type:VIEW, object_name:PO_LINES_INTERFACE#, status:VALID,
-
TABLE: EC.ECE_PO_INTERFACE_SHIPMENTS
12.2.2
owner:EC, object_type:TABLE, fnd_design_data:EC.ECE_PO_INTERFACE_SHIPMENTS, object_name:ECE_PO_INTERFACE_SHIPMENTS, status:VALID,
-
TABLE: EC.ECE_PO_INTERFACE_SHIPMENTS
12.1.1
owner:EC, object_type:TABLE, fnd_design_data:EC.ECE_PO_INTERFACE_SHIPMENTS, object_name:ECE_PO_INTERFACE_SHIPMENTS, status:VALID,
-
TABLE: PO.PO_LINES_INTERFACE
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINES_INTERFACE, object_name:PO_LINES_INTERFACE, status:VALID,
-
TABLE: PO.PO_LINES_INTERFACE
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_LINES_INTERFACE, object_name:PO_LINES_INTERFACE, status:VALID,
-
APPS.CTO_AUTO_PROCURE_PK dependencies on PO_LINES_INTERFACE_S
12.1.1
-
APPS.CTO_AUTO_PROCURE_PK dependencies on PO_LINES_INTERFACE_S
12.2.2
-
PACKAGE: APPS.PO_R12_CAT_UPG_PVT
12.1.1
-
PACKAGE: APPS.PO_R12_CAT_UPG_PVT
12.2.2
-
APPS.CTO_AUTO_PROCURE_PK SQL Statements
12.1.1
-
APPS.CTO_AUTO_PROCURE_PK dependencies on PO_LINES_INTERFACE
12.2.2
-
APPS.CTO_AUTO_PROCURE_PK dependencies on PO_LINES_INTERFACE
12.1.1
-
APPS.CTO_AUTO_PROCURE_PK SQL Statements
12.2.2
-
APPS.CTO_AUTO_PROCURE_PK dependencies on PO_LINES
12.2.2
-
APPS.PO_R12_CAT_UPG_PVT dependencies on PO_R12_CAT_UPG_TYPES
12.1.1
-
APPS.PO_R12_CAT_UPG_PVT dependencies on PO_R12_CAT_UPG_TYPES
12.2.2
-
eTRM - EC Tables and Views
12.2.2
description: Contains the information for code conversions which identify external values for a given Oracle internal value and vice versa. ,
-
eTRM - EC Tables and Views
12.1.1
description: Contains the information for code conversions which identify external values for a given Oracle internal value and vice versa. ,
-
PACKAGE BODY: APPS.CTO_AUTO_PROCURE_PK
12.1.1
-
PACKAGE BODY: APPS.CTO_AUTO_PROCURE_PK
12.2.2