Search Results wsh_ss_shipment_v
Overview
The WSH_SS_SHIPMENT_V view is a Shipping Execution (WSH) reporting object owned by the APPS schema and defined as a VALID database view in Oracle E-Business Suite 12.1.1 and 12.2.2. It presents a consolidated, read-only projection of shipment and delivery header information, joining together delivery records, shipment transaction history, ship-from locations, organization definitions, carrier definitions, and carrier service details. Its principal role is to expose shipment-level attributes in a single queryable structure for reporting, inbound/outbound integration, and custom concurrent programs, without requiring the consumer to reconstruct the underlying multi-table join.
Because a delivery in Oracle Shipping may be represented across several transactional and historical tables (the delivery itself, its transaction history, and its carrier assignment), this view distills the delivery header into a convenient denormalized form. Notably, the view includes the DELIVERED_DATE column, derived from WSH_NEW_DELIVERIES.DELIVERED_DATE, which is directly relevant to searches for shipment "delivered_date." The view also exposes document metadata, freight and weight attributes, carrier and service level information, and a full set of shipment DFF attributes.
Underlying Base Objects
The view is defined over multiple base objects. The primary delivery source is WSH_NEW_DELIVERIES (WND), joined to WSH_TRANSACTIONS_HISTORY (WTH) to supply document number, document type, action type, and original document number. Location information is supplied by HR_LOCATIONS_ALL_TL for the ship-from location code and by WSH_LOCATIONS for country. Organization context comes from ORG_ORGANIZATION_DEFINITIONS, and carrier-related data comes from WSH_CARRIERS_V and WSH_CARRIER_SERVICES.
Documented referenced base objects further include HR_GENERAL, HR_SECURITY, HZ_CUST_ACCT_SITES_ALL, HZ_CUST_SITE_USES_ALL, HZ_PARTY_SITES, MTL_PARAMETERS, and WSH_SHIPMENT_BATCHES. The HR security packages and HZ tables typically support location and party-site resolution behind the ship-to logic, while MTL_PARAMETERS supplies inventory organization context. The view returns distinct delivery/transaction combinations.
Key Columns
DELIVERY_ID— Identifier of the delivery (from WSH_NEW_DELIVERIES).DELIVERED_DATE— Actual delivered date of the shipment; the column returned for "delivered_date" searches.DOCUMENT_NUMBER/ORIG_DOCUMENT_NUMBER— Shipment document number and its original value from transaction history.ACTION_CODE/DOCUMENT_TYPE— Shipment action type and document type;WAYBILLis returned only when the document type is 'SA'.SHIP_FROM_LOCATION/SHIP_TO_LOCATION— Ship-from location code; ship-to is returned as a NULL placeholder (TO_CHAR(NULL)).CARRIER,SERVICE_LEVEL,TRANSPORTATION_METHOD,SHIP_METHOD— Carrier name and service/transport attributes.GROSS_WEIGHT,NET_WEIGHT,WEIGHT_UOM_CODE,VOLUME,VOLUME_UOM_CODE,NUMBER_OF_LPN— Physical shipment characteristics.FREIGHT_TERMS,FOB_CODE,SHIPPING_MARKS,LOADING_SEQUENCE— Logistics and commercial terms.MANUAL_WV— Waybill frozen flag, defaulting to 'Y';SHIPMENT_DIRECTIONdefaults to 'O' (outbound).SHIPMENT_ATTRIBUTE_CATEGORY/SHIPMENT_ATTRIBUTE1..15— Descriptive flexfield attributes for the shipment.
Common Use Cases and Queries
Typical uses include shipment tracking reports, carrier performance analysis, and extraction for data warehouses or integration middleware. The DELIVERED_DATE column is commonly used to measure delivery timeliness against ULTIMATE_DROPOFF_DATE and to identify shipments delivered within a period.
- List shipments delivered in a given date range:
SELECT delivery_id, document_number, delivered_date, carrier, service_level FROM apps.wsh_ss_shipment_v WHERE delivered_date BETWEEN :p_from AND :p_to;
- Identify shipments by carrier and ship-from location:
SELECT document_number, ship_from_location, carrier, organization_code FROM apps.wsh_ss_shipment_v WHERE carrier = :p_carrier AND organization_code = :p_org;
- Report outbound freight volumes and weights:
SELECT delivery_id, gross_weight, weight_uom_code, volume, volume_uom_code FROM apps.wsh_ss_shipment_v WHERE shipment_direction = 'O';
Because the view incorporates HR security and location tables, query results may be filtered by organization and location access. All queries should reference the APPS schema with appropriate responsibilities and grants.
-
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: 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 ,
-
SYNONYM: APPS.WSH_SHIPMENT_BATCHES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WSH_SHIPMENT_BATCHES, status:VALID,
-
SYNONYM: APPS.WSH_TRANSACTIONS_HISTORY
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WSH_TRANSACTIONS_HISTORY, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
SYNONYM: APPS.WSH_TRANSACTIONS_HISTORY
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WSH_TRANSACTIONS_HISTORY, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
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,
-
SYNONYM: APPS.WSH_LOCATIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WSH_LOCATIONS, status:VALID,
-
SYNONYM: APPS.WSH_CARRIER_SERVICES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WSH_CARRIER_SERVICES, 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,
-
SYNONYM: APPS.WSH_LOCATIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WSH_LOCATIONS, status:VALID,
-
VIEW: APPS.WSH_CARRIERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_CARRIERS_V, object_name:WSH_CARRIERS_V, status:VALID,
-
VIEW: APPS.WSH_CARRIERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_CARRIERS_V, object_name:WSH_CARRIERS_V, status:VALID,
-
SYNONYM: APPS.HR_LOCATIONS_ALL_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HR_LOCATIONS_ALL_TL, status:VALID,
-
SYNONYM: APPS.HR_LOCATIONS_ALL_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HR_LOCATIONS_ALL_TL, status:VALID,
-
SYNONYM: APPS.WSH_NEW_DELIVERIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WSH_NEW_DELIVERIES, status:VALID,
-
SYNONYM: APPS.WSH_NEW_DELIVERIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WSH_NEW_DELIVERIES, status:VALID,
-
SYNONYM: APPS.HZ_CUST_ACCT_SITES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_CUST_ACCT_SITES_ALL, status:VALID,
-
SYNONYM: APPS.HZ_CUST_SITE_USES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_CUST_SITE_USES_ALL, status:VALID,
-
PACKAGE: APPS.HR_SECURITY
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_SECURITY, status:VALID,
-
VIEW: APPS.ORG_ORGANIZATION_DEFINITIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.ORG_ORGANIZATION_DEFINITIONS, object_name:ORG_ORGANIZATION_DEFINITIONS, status:VALID,
-
PACKAGE: APPS.HR_SECURITY
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HR_SECURITY, status:VALID,
-
VIEW: APPS.ORG_ORGANIZATION_DEFINITIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.ORG_ORGANIZATION_DEFINITIONS, object_name:ORG_ORGANIZATION_DEFINITIONS, status:VALID,
-
SYNONYM: APPS.HZ_PARTY_SITES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTY_SITES, status:VALID,
-
SYNONYM: APPS.MTL_PARAMETERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_PARAMETERS, status:VALID,
-
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 - WSH Tables and Views
12.2.2
description: Stores hierarchy for zones. Each region component of a zone has a record in this table. ,
-
PACKAGE: APPS.HR_GENERAL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HR_GENERAL, status:VALID,
-
PACKAGE: APPS.HR_GENERAL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_GENERAL, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - INV Tables and Views
12.2.2
-
eTRM - INV Tables and Views
12.1.1
-
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 - 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 - INV Tables and Views
12.1.1
-
eTRM - INV Tables and Views
12.2.2