Search Results wsh_packed_containers
Overview
The WSH_PACKED_CONTAINERS table is a core data object within the Oracle E-Business Suite (EBS) Order Entry (OE) module, specifically for versions 12.1.1 and 12.2.2. It serves as the primary transactional repository for recording and managing container-level information within the shipping execution process. This table is fundamental to the Warehouse Management System (WMS) and Shipping Execution functionalities, enabling the physical grouping of picked items into discrete containers, cartons, or pallets for a delivery. Its role is to establish the link between the logical delivery, the physical container used, and the specific inventory items packed within it, forming a critical layer in the fulfillment data model.
Key Information Stored
The table's primary key is CONTAINER_ID, which uniquely identifies each packed container record. As indicated by the foreign key relationships, other crucial columns include DELIVERY_ID, which associates the container with a specific delivery in the WSH_DELIVERIES table. The combination of CONTAINER_INVENTORY_ITEM_ID and ORGANIZATION_ID links the physical container type (e.g., a specific box or pallet item) to its master definition in the MTL_SYSTEM_ITEMS_B table. While the provided metadata does not list all columns, typical data stored includes container identifiers (like a license plate number), tare weight, gross weight, packing instructions, and status flags that track the container's progress through the shipping lifecycle.
Common Use Cases and Queries
A primary use case is generating packing lists and shipping manifests, where details of all containers for a delivery are required. This is also essential for freight rating and cost allocation, as freight charges (SO_FREIGHT_CHARGES) can be associated at the container level. Common reporting needs involve analyzing container utilization or tracing the history of a specific physical container. A sample query to list all containers for a delivery would be:
- SELECT pc.container_id, pc.seal_code, d.delivery_id
- FROM oe.wsh_packed_containers pc,
- oe.wsh_deliveries d
- WHERE pc.delivery_id = d.delivery_id
- AND d.name = '<Delivery_Name>';
Another critical operational query involves joining to picking line details (SO_PICKING_LINE_DETAILS) to validate that all picked items have been successfully assigned to a container.
Related Objects
The WSH_PACKED_CONTAINERS table is centrally connected to several key EBS tables via documented foreign key relationships. The primary foreign keys are:
- WSH_DELIVERIES: Linked via WSH_PACKED_CONTAINERS.DELIVERY_ID. This is the master-delivery relationship.
- MTL_SYSTEM_ITEMS_B: Linked via the composite foreign key (CONTAINER_INVENTORY_ITEM_ID, ORGANIZATION_ID). This defines the container item.
Furthermore, this table is referenced as a parent key in the following tables:
- SO_FREIGHT_CHARGES: Linked via SO_FREIGHT_CHARGES.CONTAINER_ID, enabling freight cost assignment per container.
- SO_PICKING_LINE_DETAILS: Linked via SO_PICKING_LINE_DETAILS.CONTAINER_ID, tying specific picked inventory to its packed container.
-
Table: WSH_PACKED_CONTAINERS
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.WSH_PACKED_CONTAINERS, object_name:WSH_PACKED_CONTAINERS, status:VALID, product: OE - Order Entry , description: Packed containers , implementation_dba_data: OE.WSH_PACKED_CONTAINERS ,
-
Table: WSH_PACKED_CONTAINERS
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.WSH_PACKED_CONTAINERS, object_name:WSH_PACKED_CONTAINERS, status:VALID, product: OE - Order Entry , description: Packed containers , implementation_dba_data: OE.WSH_PACKED_CONTAINERS ,
-
Table: SO_FREIGHT_CHARGES
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_FREIGHT_CHARGES, object_name:SO_FREIGHT_CHARGES, status:VALID, product: OE - Order Entry , description: Freight charges , implementation_dba_data: OE.SO_FREIGHT_CHARGES ,
-
Table: SO_FREIGHT_CHARGES
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_FREIGHT_CHARGES, object_name:SO_FREIGHT_CHARGES, status:VALID, product: OE - Order Entry , description: Freight charges , implementation_dba_data: OE.SO_FREIGHT_CHARGES ,
-
View: WSH_PACKED_CONTAINERS_DPW_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_PACKED_CONTAINERS_DPW_V, object_name:WSH_PACKED_CONTAINERS_DPW_V, status:VALID, product: OE - Order Entry , description: Containers for Departure Planning Workbench , implementation_dba_data: APPS.WSH_PACKED_CONTAINERS_DPW_V ,
-
Table: SO_PICKING_LINE_DETAILS
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_PICKING_LINE_DETAILS, object_name:SO_PICKING_LINE_DETAILS, status:VALID, product: OE - Order Entry , description: Picking line details , implementation_dba_data: OE.SO_PICKING_LINE_DETAILS ,
-
Table: SO_PICKING_LINE_DETAILS
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.SO_PICKING_LINE_DETAILS, object_name:SO_PICKING_LINE_DETAILS, status:VALID, product: OE - Order Entry , description: Picking line details , implementation_dba_data: OE.SO_PICKING_LINE_DETAILS ,
-
View: WSH_PACKED_CONTAINERS_DPW_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_PACKED_CONTAINERS_DPW_V, object_name:WSH_PACKED_CONTAINERS_DPW_V, status:VALID, product: OE - Order Entry , description: Containers for Departure Planning Workbench , implementation_dba_data: APPS.WSH_PACKED_CONTAINERS_DPW_V ,
-
Table: WSH_DELIVERIES
12.1.1
owner:OE, object_type:TABLE, fnd_design_data:OE.WSH_DELIVERIES, object_name:WSH_DELIVERIES, status:VALID, product: OE - Order Entry , description: Shipping deliveries , implementation_dba_data: OE.WSH_DELIVERIES ,
-
View: WSH_CONTAINER_CONTENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_CONTAINER_CONTENTS_V, object_name:WSH_CONTAINER_CONTENTS_V, status:VALID, product: OE - Order Entry , description: Container contents , implementation_dba_data: APPS.WSH_CONTAINER_CONTENTS_V ,
-
View: WSHFV_CONTAINER_CONTENT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSHFV_CONTAINER_CONTENT, object_name:WSHFV_CONTAINER_CONTENT, status:VALID, product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: APPS.WSHFV_CONTAINER_CONTENT ,
-
View: WSHFV_CONTAINER_CONTENT
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSHFV_CONTAINER_CONTENT, object_name:WSHFV_CONTAINER_CONTENT, status:VALID, product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: APPS.WSHFV_CONTAINER_CONTENT ,
-
Table: WSH_DELIVERIES
12.2.2
owner:OE, object_type:TABLE, fnd_design_data:OE.WSH_DELIVERIES, object_name:WSH_DELIVERIES, status:VALID, product: OE - Order Entry , description: Shipping deliveries , implementation_dba_data: OE.WSH_DELIVERIES ,
-
View: WSH_CONTAINER_CONTENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_CONTAINER_CONTENTS_V, object_name:WSH_CONTAINER_CONTENTS_V, status:VALID, product: OE - Order Entry , description: Container contents , implementation_dba_data: APPS.WSH_CONTAINER_CONTENTS_V ,
-
View: WSHBV_PACKED_CONTAINER
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSHBV_PACKED_CONTAINER, object_name:WSHBV_PACKED_CONTAINER, status:VALID, product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: APPS.WSHBV_PACKED_CONTAINER ,
-
View: WSHBV_PACKED_CONTAINER
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSHBV_PACKED_CONTAINER, object_name:WSHBV_PACKED_CONTAINER, status:VALID, product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: APPS.WSHBV_PACKED_CONTAINER ,
-
View: WSHFV_FREIGHT_CHARGE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSHFV_FREIGHT_CHARGE, object_name:WSHFV_FREIGHT_CHARGE, status:VALID, product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: APPS.WSHFV_FREIGHT_CHARGE ,
-
View: WSHFV_FREIGHT_CHARGE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSHFV_FREIGHT_CHARGE, object_name:WSHFV_FREIGHT_CHARGE, status:VALID, product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: APPS.WSHFV_FREIGHT_CHARGE ,
-
View: WSHFV_PACKED_CONTAINER
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSHFV_PACKED_CONTAINER, object_name:WSHFV_PACKED_CONTAINER, status:VALID, product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: APPS.WSHFV_PACKED_CONTAINER ,
-
View: WSH_CHARGES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_CHARGES_V, object_name:WSH_CHARGES_V, status:VALID, product: OE - Order Entry , description: Freight charges , implementation_dba_data: APPS.WSH_CHARGES_V ,
-
View: WSHFV_PACKED_CONTAINER
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSHFV_PACKED_CONTAINER, object_name:WSHFV_PACKED_CONTAINER, status:VALID, product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: APPS.WSHFV_PACKED_CONTAINER ,
-
View: WSH_CHARGES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_CHARGES_V, object_name:WSH_CHARGES_V, status:VALID, product: OE - Order Entry , description: Freight charges , implementation_dba_data: APPS.WSH_CHARGES_V ,
-
View: WSH_DLS_UNASSIGNED_SC_V
12.1.1
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: WSH_DLS_UNASSIGNED_SC_V
12.2.2
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: WSH_PACKED_CONTAINERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_PACKED_CONTAINERS_V, object_name:WSH_PACKED_CONTAINERS_V, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.WSH_PACKED_CONTAINERS_V ,
-
View: WSH_PACKED_CONTAINERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_PACKED_CONTAINERS_V, object_name:WSH_PACKED_CONTAINERS_V, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.WSH_PACKED_CONTAINERS_V ,
-
View: WSHFV_PICK_LINE_DETAIL
12.2.2
product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: WSHFV_PICK_LINE_DETAIL
12.1.1
product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: WSH_DELIVERY_LINES_SC_V
12.2.2
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: WSH_DELIVERY_LINES_SC_V
12.1.1
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,