Search Results wsh_new_deliveries
The WSH_NEW_DELIVERIES
table is a critical component of Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically within the Oracle Shipping Execution module. This table serves as a foundational structure for managing delivery-related data, acting as a staging area for newly created deliveries before they are fully processed and integrated into the broader shipping workflow. Below is a detailed analysis of its purpose, structure, and functional significance in Oracle EBS.
Purpose and Functional Context
TheWSH_NEW_DELIVERIES
table is designed to temporarily hold delivery records during the initial stages of the shipping process. It facilitates the creation and validation of deliveries before they are moved to permanent tables such as WSH_DELIVERIES
. This staging mechanism ensures data integrity and allows for validation checks, such as verifying carrier assignments, delivery dates, and shipment priorities, before commitments are finalized. The table is primarily used by the Delivery Workbench and other shipping APIs to streamline the delivery creation process.
Key Columns and Data Structure
The table comprises columns that capture essential delivery attributes, including:- DELIVERY_ID: A unique identifier for the delivery record, often populated by a sequence.
- STATUS_CODE: Reflects the delivery's workflow state (e.g., "IN PROGRESS" or "CONFIRMED").
- ORGANIZATION_ID: Links the delivery to an inventory organization.
- SHIP_METHOD_CODE: Specifies the shipping carrier or method (e.g., FEDEX, UPS).
- ACTUAL_SHIPMENT_DATE: The date when the delivery is physically shipped.
- WAYBILL_AIRBILL_NUM: Stores tracking numbers assigned by carriers.
- ATTRIBUTE_CATEGORY/ATTRIBUTE_n: Flexfield columns for custom attributes.
CREATED_BY
, CREATION_DATE
), weight/volume metrics, and references to associated sales orders or trips.
Integration with Shipping Execution
The table interacts with several Oracle Shipping Execution APIs, such asWSH_DELIVERIES_PUB.CREATE_DELIVERY
, which initializes records in WSH_NEW_DELIVERIES
. Once validated, data is transferred to WSH_DELIVERIES
via background processes or explicit API calls. The table also integrates with Oracle Transportation Management (OTM) and Warehouse Management Systems (WMS) for advanced logistics coordination.
Customization and Extensibility
Oracle EBS allows extensions toWSH_NEW_DELIVERIES
through descriptive flexfields (DFFs), enabling organizations to add context-specific fields. Custom workflows or triggers can be implemented to enforce business rules during the delivery creation phase. However, direct modifications to the table's core structure are discouraged to maintain upgrade compatibility.
Performance Considerations
As a transient table,WSH_NEW_DELIVERIES
should be periodically purged of stale records to optimize performance. Indexes on frequently queried columns (e.g., DELIVERY_ID
, STATUS_CODE
) are recommended for large-scale deployments. Partitioning may be employed in high-volume environments to enhance query efficiency.
Conclusion
TheWSH_NEW_DELIVERIES
table is a pivotal element in Oracle EBS Shipping Execution, providing a robust framework for managing delivery lifecycle transitions. Its design balances flexibility with data integrity, ensuring seamless integration with downstream logistics processes. Understanding its structure and behavior is essential for troubleshooting, customization, and performance tuning in Oracle EBS 12.1.1 and 12.2.2 implementations.
-
Table: WSH_NEW_DELIVERIES
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_NEW_DELIVERIES, object_name:WSH_NEW_DELIVERIES, status:VALID, product: WSH - Shipping Execution , description: Deliveries , implementation_dba_data: WSH.WSH_NEW_DELIVERIES ,
-
Table: WSH_NEW_DELIVERIES
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_NEW_DELIVERIES, object_name:WSH_NEW_DELIVERIES, status:VALID, product: WSH - Shipping Execution , description: Deliveries , implementation_dba_data: WSH.WSH_NEW_DELIVERIES ,
-
Table: WSH_DELIVERY_ASSIGNMENTS
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_DELIVERY_ASSIGNMENTS, object_name:WSH_DELIVERY_ASSIGNMENTS, status:VALID, product: WSH - Shipping Execution , description: Delivery Assignments , implementation_dba_data: WSH.WSH_DELIVERY_ASSIGNMENTS ,
-
Table: WSH_DELIVERY_ASSIGNMENTS
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_DELIVERY_ASSIGNMENTS, object_name:WSH_DELIVERY_ASSIGNMENTS, status:VALID, product: WSH - Shipping Execution , description: Delivery Assignments , implementation_dba_data: WSH.WSH_DELIVERY_ASSIGNMENTS ,
-
View: WSH_PACK_SLIP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_PACK_SLIP_V, object_name:WSH_PACK_SLIP_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_PACK_SLIP_V ,
-
View: WSH_PACK_SLIP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_PACK_SLIP_V, object_name:WSH_PACK_SLIP_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_PACK_SLIP_V ,
-
View: WSH_PACKING_SLIPS_DB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_PACKING_SLIPS_DB_V, object_name:WSH_PACKING_SLIPS_DB_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_PACKING_SLIPS_DB_V ,
-
View: WSH_PACKING_SLIPS_DB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_PACKING_SLIPS_DB_V, object_name:WSH_PACKING_SLIPS_DB_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_PACKING_SLIPS_DB_V ,
-
View: WSH_CMSTPW_ORDERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_CMSTPW_ORDERS_V, object_name:WSH_CMSTPW_ORDERS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_CMSTPW_ORDERS_V ,
-
Table: WSH_EXCEPTIONS
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_EXCEPTIONS, object_name:WSH_EXCEPTIONS, status:VALID, product: WSH - Shipping Execution , description: Shipping Exceptions , implementation_dba_data: WSH.WSH_EXCEPTIONS ,
-
Table: WSH_DEL_ASSGN_INTERFACE
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_DEL_ASSGN_INTERFACE, object_name:WSH_DEL_ASSGN_INTERFACE, status:VALID, product: WSH - Shipping Execution , description: Delivery Assignment Interface Table , implementation_dba_data: WSH.WSH_DEL_ASSGN_INTERFACE ,
-
Table: WSH_PICKING_BATCHES
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_PICKING_BATCHES, object_name:WSH_PICKING_BATCHES, status:VALID, product: WSH - Shipping Execution , description: Picking Batches , implementation_dba_data: WSH.WSH_PICKING_BATCHES ,
-
Table: WSH_NEW_DEL_INTERFACE
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_NEW_DEL_INTERFACE, object_name:WSH_NEW_DEL_INTERFACE, status:VALID, product: WSH - Shipping Execution , description: Deliveries Interface Table , implementation_dba_data: WSH.WSH_NEW_DEL_INTERFACE ,
-
Table: WSH_EXCEPTIONS
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_EXCEPTIONS, object_name:WSH_EXCEPTIONS, status:VALID, product: WSH - Shipping Execution , description: Shipping Exceptions , implementation_dba_data: WSH.WSH_EXCEPTIONS ,
-
Table: WSH_DELIVERY_LEGS
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_DELIVERY_LEGS, object_name:WSH_DELIVERY_LEGS, status:VALID, product: WSH - Shipping Execution , description: Delivery Legs , implementation_dba_data: WSH.WSH_DELIVERY_LEGS ,
-
Table: WSH_NEW_DEL_INTERFACE
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_NEW_DEL_INTERFACE, object_name:WSH_NEW_DEL_INTERFACE, status:VALID, product: WSH - Shipping Execution , description: Deliveries Interface Table , implementation_dba_data: WSH.WSH_NEW_DEL_INTERFACE ,
-
Table: WSH_DEL_ASSGN_INTERFACE
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_DEL_ASSGN_INTERFACE, object_name:WSH_DEL_ASSGN_INTERFACE, status:VALID, product: WSH - Shipping Execution , description: Delivery Assignment Interface Table , implementation_dba_data: WSH.WSH_DEL_ASSGN_INTERFACE ,
-
Table: WSH_PICKING_BATCHES
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_PICKING_BATCHES, object_name:WSH_PICKING_BATCHES, status:VALID, product: WSH - Shipping Execution , description: Picking Batches , implementation_dba_data: WSH.WSH_PICKING_BATCHES ,
-
View: WSH_BACKORDER_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_BACKORDER_LINES_V, object_name:WSH_BACKORDER_LINES_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_BACKORDER_LINES_V ,
-
Table: WSH_DELIVERY_LEGS
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_DELIVERY_LEGS, object_name:WSH_DELIVERY_LEGS, status:VALID, product: WSH - Shipping Execution , description: Delivery Legs , implementation_dba_data: WSH.WSH_DELIVERY_LEGS ,
-
Table: WSH_FREIGHT_COSTS
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_FREIGHT_COSTS, object_name:WSH_FREIGHT_COSTS, status:VALID, product: WSH - Shipping Execution , description: Freight Costs , implementation_dba_data: WSH.WSH_FREIGHT_COSTS ,
-
View: WSH_DELIVERIES_BOL_RDF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DELIVERIES_BOL_RDF_V, object_name:WSH_DELIVERIES_BOL_RDF_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_DELIVERIES_BOL_RDF_V ,
-
View: WSH_BACKORDER_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_BACKORDER_LINES_V, object_name:WSH_BACKORDER_LINES_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_BACKORDER_LINES_V ,
-
Table: WSH_FREIGHT_COSTS
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_FREIGHT_COSTS, object_name:WSH_FREIGHT_COSTS, status:VALID, product: WSH - Shipping Execution , description: Freight Costs , implementation_dba_data: WSH.WSH_FREIGHT_COSTS ,
-
View: WSH_SS_PARTNER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_SS_PARTNER_V, object_name:WSH_SS_PARTNER_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_SS_PARTNER_V ,
-
View: WSH_SS_PARTNER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_SS_PARTNER_V, object_name:WSH_SS_PARTNER_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_SS_PARTNER_V ,
-
View: WSH_DLVY_SHIP_FROM_TO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DLVY_SHIP_FROM_TO_V, object_name:WSH_DLVY_SHIP_FROM_TO_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_DLVY_SHIP_FROM_TO_V ,
-
View: WSHFV_DELIVERY_ASSIGNMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHFV_DELIVERY_ASSIGNMENTS, object_name:WSHFV_DELIVERY_ASSIGNMENTS, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSHFV_DELIVERY_ASSIGNMENTS ,
-
View: WSHFV_DELIVERY_ASSIGNMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHFV_DELIVERY_ASSIGNMENTS, object_name:WSHFV_DELIVERY_ASSIGNMENTS, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSHFV_DELIVERY_ASSIGNMENTS ,
-
View: WSH_DLVY_SHIP_FROM_TO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DLVY_SHIP_FROM_TO_V, object_name:WSH_DLVY_SHIP_FROM_TO_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_DLVY_SHIP_FROM_TO_V ,
-
View: WSHBV_DELIVERY_LEGS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHBV_DELIVERY_LEGS, object_name:WSHBV_DELIVERY_LEGS, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSHBV_DELIVERY_LEGS ,
-
View: WSHBV_DELIVERY_LEGS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHBV_DELIVERY_LEGS, object_name:WSHBV_DELIVERY_LEGS, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSHBV_DELIVERY_LEGS ,
-
View: WSH_ITM_REFERENCE_NUMBERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_ITM_REFERENCE_NUMBERS_V, object_name:WSH_ITM_REFERENCE_NUMBERS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_ITM_REFERENCE_NUMBERS_V ,
-
View: WSH_ITM_REFERENCE_NUMBERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_ITM_REFERENCE_NUMBERS_V, object_name:WSH_ITM_REFERENCE_NUMBERS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_ITM_REFERENCE_NUMBERS_V ,
-
View: WSH_BIS_FILL_RATE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_BIS_FILL_RATE_V WSH.WSH_BIS_FILL_RATE_V, object_name:WSH_BIS_FILL_RATE_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_BIS_FILL_RATE_V ,
-
View: WSH_DELIVERABLE_STOPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DELIVERABLE_STOPS_V, object_name:WSH_DELIVERABLE_STOPS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_DELIVERABLE_STOPS_V ,
-
View: WSH_DELIVERY_DETAILS_OE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DELIVERY_DETAILS_OE_V, object_name:WSH_DELIVERY_DETAILS_OE_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_DELIVERY_DETAILS_OE_V ,
-
View: WSH_BIS_FILL_RATE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_BIS_FILL_RATE_V WSH.WSH_BIS_FILL_RATE_V, object_name:WSH_BIS_FILL_RATE_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_BIS_FILL_RATE_V ,
-
View: WSH_DELIVERABLE_STOPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DELIVERABLE_STOPS_V, object_name:WSH_DELIVERABLE_STOPS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_DELIVERABLE_STOPS_V ,
-
View: WSH_ITM_SHIPITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_ITM_SHIPITEMS_V, object_name:WSH_ITM_SHIPITEMS_V, status:VALID, product: WSH - Shipping Execution , description: Temporary Table to return WSH_SS_SHIPITEMS_V along with Dummy Records to avoid problems in Retreiving Data while using XSU. , implementation_dba_data: APPS.WSH_ITM_SHIPITEMS_V ,
-
View: WSH_DELIVERY_DETAILS_OE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DELIVERY_DETAILS_OE_V, object_name:WSH_DELIVERY_DETAILS_OE_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_DELIVERY_DETAILS_OE_V ,
-
View: WSH_ITM_CONTAINERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_ITM_CONTAINERS_V, object_name:WSH_ITM_CONTAINERS_V, status:VALID, product: WSH - Shipping Execution , description: Temporary Table to return WSH_SS_CONTAINERS_V along with Dummy Records to avoid problems in Retreiving Data while using XSU. , implementation_dba_data: APPS.WSH_ITM_CONTAINERS_V ,
-
View: WSH_ITM_SHIPITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_ITM_SHIPITEMS_V, object_name:WSH_ITM_SHIPITEMS_V, status:VALID, product: WSH - Shipping Execution , description: Temporary Table to return WSH_SS_SHIPITEMS_V along with Dummy Records to avoid problems in Retreiving Data while using XSU. , implementation_dba_data: APPS.WSH_ITM_SHIPITEMS_V ,
-
View: WSH_PURGE_SET_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_PURGE_SET_V, object_name:WSH_PURGE_SET_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_PURGE_SET_V ,
-
View: WSH_ITM_CONTAINERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_ITM_CONTAINERS_V, object_name:WSH_ITM_CONTAINERS_V, status:VALID, product: WSH - Shipping Execution , description: Temporary Table to return WSH_SS_CONTAINERS_V along with Dummy Records to avoid problems in Retreiving Data while using XSU. , implementation_dba_data: APPS.WSH_ITM_CONTAINERS_V ,
-
View: WSHBV_FREIGHT_COSTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHBV_FREIGHT_COSTS, object_name:WSHBV_FREIGHT_COSTS, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSHBV_FREIGHT_COSTS ,
-
View: WSHBV_FREIGHT_COSTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHBV_FREIGHT_COSTS, object_name:WSHBV_FREIGHT_COSTS, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSHBV_FREIGHT_COSTS ,
-
View: WSH_INV_DELIVERY_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_INV_DELIVERY_DETAILS_V, object_name:WSH_INV_DELIVERY_DETAILS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_INV_DELIVERY_DETAILS_V ,
-
View: WSHFV_DELIVERY_LEGS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHFV_DELIVERY_LEGS, object_name:WSHFV_DELIVERY_LEGS, status:VALID, product: WSH - Shipping Execution , description: Full BIS Business View for Delivery Legs , implementation_dba_data: APPS.WSHFV_DELIVERY_LEGS ,
-
View: WSHFV_DELIVERY_LEGS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHFV_DELIVERY_LEGS, object_name:WSHFV_DELIVERY_LEGS, status:VALID, product: WSH - Shipping Execution , description: Full BIS Business View for Delivery Legs , implementation_dba_data: APPS.WSHFV_DELIVERY_LEGS ,