Search Results container
The WSH_CONTAINER_ITEMS
table is a critical component within Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically designed to support the Warehouse Management and Shipping Execution modules. This table serves as a repository for tracking containerized items during the shipping process, ensuring accurate inventory management and shipment consolidation. Below is a detailed analysis of its structure, functionality, and integration within Oracle EBS.
Purpose and Functional Overview
TheWSH_CONTAINER_ITEMS
table stores detailed information about items packed into containers or shipping units. It acts as a bridge between shipping documents (e.g., delivery lines) and physical containers, enabling granular tracking of item quantities, weights, and dimensions at the container level. This is essential for logistics operations, particularly in scenarios involving multi-container shipments or partial deliveries.
Key Columns and Relationships
- CONTAINER_ITEM_ID: Primary key uniquely identifying each container-item association.
- CONTAINER_ID: Foreign key linking to
WSH_CONTAINERS
, representing the physical container. - DELIVERY_DETAIL_ID: References
WSH_DELIVERY_DETAILS
, tying the item to a specific delivery line. - INVENTORY_ITEM_ID and ORGANIZATION_ID: Link to
MTL_SYSTEM_ITEMS_B
for item master data. - QUANTITY: Captures the packed quantity, supporting partial shipments.
- UOM_CODE: Unit of measure for the packed items.
- WEIGHT and VOLUME: Physical attributes used for load optimization.
Integration with Oracle EBS Modules
The table integrates with multiple EBS modules:- Shipping Execution: Populated during the packing process, enabling shipment consolidation and carrier documentation.
- Inventory Management: Updates inventory balances upon shipment confirmation, ensuring accurate stock levels.
- Order Management: Synchronizes with
OE_ORDER_LINES_ALL
to reflect shipped quantities. - Warehouse Management: Supports advanced features like cartonization and automated packing.
Technical Considerations
- Indexes: Optimized for queries on
CONTAINER_ID
andDELIVERY_DETAIL_ID
to speed up packing/shipping transactions. - Triggers: Maintains data integrity through foreign key constraints and validation rules.
- Partitioning: In high-volume environments, partitioning by
ORGANIZATION_ID
improves performance.
Business Process Flow
During shipment processing:- Items are picked and assigned to containers via the Packing Workbench.
WSH_CONTAINER_ITEMS
records are created/updated, associating items with containers.- Upon shipment confirmation, the data drives inventory relief and invoice generation.
Customization and Extensions
Common extensions include:- Adding custom columns for client-specific attributes (e.g., batch numbers).
- Integrating with third-party logistics systems via APIs.
- Developing custom reports for container-level analytics.
Conclusion
TheWSH_CONTAINER_ITEMS
table is a linchpin in Oracle EBS shipping logistics, providing the granularity needed for modern supply chain operations. Its design reflects Oracle's focus on traceability, scalability, and cross-module integration, making it indispensable for organizations with complex shipping requirements.
-
Lookup Type: DLVB_PRIVILEGE
12.2.2
product: WSH - Shipping Execution , meaning: Delivery Line Privilege , description: Delivery Lines - Security Privileges in Shipping Transactions ,
-
Lookup Type: DLVB_PRIVILEGE
12.1.1
product: WSH - Shipping Execution , meaning: Delivery Line Privilege , description: Delivery Lines - Security Privileges in Shipping Transactions ,
-
Lookup Type: SECURITY_PRIVILEGE
12.1.1
product: WSH - Shipping Execution , meaning: Security Privilege , description: Security Privileges in Shipping Transactions(will be obsoleted) ,
-
Lookup Type: SECURITY_PRIVILEGE
12.2.2
product: WSH - Shipping Execution , meaning: Security Privilege , description: Security Privileges in Shipping Transactions(will be obsoleted) ,
-
Lookup Type: PACK_PRINT_ALL
12.1.1
product: WSH - Shipping Execution , meaning: Pack Print All Option Values , description: Packing Slip Print all Option Values ,
-
Lookup Type: PACK_PRINT_ALL
12.2.2
product: WSH - Shipping Execution , meaning: Pack Print All Option Values , description: Packing Slip Print all Option Values ,
-
Lookup Type: MASTER_DLVB_TABS
12.1.1
product: WSH - Shipping Execution , meaning: User Interface Entity Tab Labels when Line/Container is Master , description: User Interface Entity Tab Labels when Line/Container is Master ,
-
Lookup Type: MASTER_DLVB_TABS
12.2.2
product: WSH - Shipping Execution , meaning: User Interface Entity Tab Labels when Line/Container is Master , description: User Interface Entity Tab Labels when Line/Container is Master ,
-
Table: WSH_CONTAINER_ITEMS
12.2.2
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_CONTAINER_ITEMS, object_name:WSH_CONTAINER_ITEMS, status:VALID, product: WSH - Shipping Execution , description: Container and Item Load Relationships , implementation_dba_data: WSH.WSH_CONTAINER_ITEMS ,
-
Table: WSH_CONTAINER_ITEMS
12.1.1
owner:WSH, object_type:TABLE, fnd_design_data:WSH.WSH_CONTAINER_ITEMS, object_name:WSH_CONTAINER_ITEMS, status:VALID, product: WSH - Shipping Execution , description: Container and Item Load Relationships , implementation_dba_data: WSH.WSH_CONTAINER_ITEMS ,
-
View: WSHFV_CONTAINER_ITEMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHFV_CONTAINER_ITEMS, object_name:WSHFV_CONTAINER_ITEMS, status:VALID, product: WSH - Shipping Execution , description: Full BIS Business View for Items that can be packed into the Container. , implementation_dba_data: APPS.WSHFV_CONTAINER_ITEMS ,
-
View: WSHFV_CONTAINER_ITEMS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHFV_CONTAINER_ITEMS, object_name:WSHFV_CONTAINER_ITEMS, status:VALID, product: WSH - Shipping Execution , description: Full BIS Business View for Items that can be packed into the Container. , implementation_dba_data: APPS.WSHFV_CONTAINER_ITEMS ,