Search Results wsh_container_items
Overview
WSH_CONTAINER_ITEMS is a Shipping Execution (WSH) table that stores container and item load relationships. In Oracle EBS 12.1.1 and 12.2.2, it acts as the association layer between a container (such as a pallet, carton, or LPN) and the items or load lines being packed into it. Each row binds a CONTAINER_ITEM_ID to a LOAD_ITEM_ID within a MASTER_ORGANIZATION_ID, making the table central to packing, container build, and load sequencing operations in the shipping process.
The ETRM metadata classifies this object heuristically (via FK structure analysis) as standalone in Data Vault terms. That classification is a modeling suggestion: the table behaves as its own hub-like structure rather than as a purely dependent satellite, though in practice it functions as a link between container and item load entities.
Key Information Stored
The table contains 31 documented columns. The most operationally significant include:
- CONTAINER_ITEM_ID – Identifier for the container-item relationship; part of the composite primary key.
- LOAD_ITEM_ID – References the load item being placed into the container; also part of the primary key.
- MASTER_ORGANIZATION_ID – The master organization under which the relationship is valid; third component of the primary key.
- MASTER_LOCATION_ID – Identifies the master inventory location associated with the container/load.
- MAX_LOAD_QUANTITY – The maximum quantity that may be loaded for this container-item relationship.
- PREFERRED_FLAG – Indicates whether this container-item arrangement is preferred.
- ATTRIBUTE_CATEGORY and ATTRIBUTE1–ATTRIBUTE15 – Flexfield descriptor and reserved descriptive flexfield segments for customer-specific data.
- CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN – Standard WHO audit columns.
- PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE, REQUEST_ID – Concurrent program and request tracking columns.
The surrogate primary key is WSH_CONTAINER_ITEMS_PK defined over (CONTAINER_ITEM_ID, LOAD_ITEM_ID, MASTER_ORGANIZATION_ID). A unique index, WSH_CONTAINER_ITEMS_U1, covers (CONTAINER_ITEM_ID, MASTER_ORGANIZATION_ID, LOAD_ITEM_ID), which serves as a business-key candidate enforcing uniqueness on the same logical combination.
Common Use Cases and Queries
Typical scenarios include identifying which items are packed into a given container, calculating total container loads, and reporting preferred container-item pairings. A representative query joins this table to load and container headers:
- Select all items for a container:
SELECT LOAD_ITEM_ID, MAX_LOAD_QUANTITY FROM WSH_CONTAINER_ITEMS WHERE CONTAINER_ITEM_ID = :container_id AND MASTER_ORGANIZATION_ID = :org_id; - Identify preferred relationships:
SELECT * FROM WSH_CONTAINER_ITEMS WHERE PREFERRED_FLAG = 'Y'; - Audit recent changes using
LAST_UPDATE_DATEandLAST_UPDATED_BYto track packing maintenance activity. - Extract customer-specific packed configuration via
ATTRIBUTE_CATEGORYand the ATTRIBUTE columns. - Feed container-level load reporting and weight/volume calculations in shipping dashboards.
Related Objects
The table participates in container and load management within Shipping Execution. Significant related objects include:
- WSH_CONTAINERS – Container header; join on the container identifier referenced through
CONTAINER_ITEM_ID's owning container. - WSH_DELIVERY_DETAILS – Delivery line detail linked through
LOAD_ITEM_IDat the load item level. - WSH_TRIP_STOPS / WSH_TRIPS – Trip and stop context for load sequencing and container placement.
- INV_ORG_PARAMETERS / MTL_PARAMETERS – Master organization validation via
MASTER_ORGANIZATION_ID. - HR_LOCATIONS / WSH_LOCATIONS – Master location reference from
MASTER_LOCATION_ID. - FND_CONCURRENT_REQUESTS – Correlates with
REQUEST_IDandPROGRAM_IDfor concurrent processing.
Because the ETRM relationship classification is standalone, no enforced foreign keys are documented; joins are established logically through the shared identifier columns rather than database constraints.
-
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 ,
-
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 ,
-
VIEW: APPS.WSH_CONTAINER_ITEMS_DFV
12.1.1
-
VIEW: APPS.WSH_CONTAINER_ITEMS_DFV
12.2.2
-
SYNONYM: APPS.WSH_CONTAINER_ITEMS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WSH_CONTAINER_ITEMS, status:VALID,
-
VIEW: WSH.WSH_CONTAINER_ITEMS#
12.2.2
owner:WSH, object_type:VIEW, object_name:WSH_CONTAINER_ITEMS#, status:VALID,
-
SYNONYM: APPS.WSH_CONTAINER_ITEMS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WSH_CONTAINER_ITEMS, status:VALID,
-
VIEW: APPS.WSHBV_CONTAINER_ITEMS
12.1.1
-
VIEW: APPS.WSHBV_CONTAINER_ITEMS
12.2.2
-
VIEW: APPS.WSHFV_CONTAINER_ITEMS
12.1.1
-
VIEW: APPS.WSHFV_CONTAINER_ITEMS
12.2.2
-
VIEW: WSH.WSH_CONTAINER_ITEMS#
12.2.2
-
TABLE: WSH.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,
-
TABLE: WSH.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,
-
VIEW: APPS.WSH_CONTAINER_ITEMS_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:WSH_CONTAINER_ITEMS_DFV, status:VALID,
-
VIEW: APPS.WSH_CONTAINER_ITEMS_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:WSH_CONTAINER_ITEMS_DFV, status:VALID,
-
View: WSHBV_CONTAINER_ITEMS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHBV_CONTAINER_ITEMS, object_name:WSHBV_CONTAINER_ITEMS, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSHBV_CONTAINER_ITEMS ,
-
PACKAGE BODY: APPS.WMS_CONTAINER2_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WMS_CONTAINER2_PUB, status:VALID,
-
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 ,
-
PACKAGE BODY: APPS.WSH_CONTAINER_UTILITIES
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WSH_CONTAINER_UTILITIES, status:VALID,
-
View: WSHBV_CONTAINER_ITEMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHBV_CONTAINER_ITEMS, object_name:WSHBV_CONTAINER_ITEMS, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSHBV_CONTAINER_ITEMS ,
-
PACKAGE BODY: APPS.WSH_CONTAINER_UTILITIES
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WSH_CONTAINER_UTILITIES, status:VALID,
-
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 ,
-
PACKAGE: APPS.WSH_CONTAINER_ACTIONS
12.2.2
owner:APPS, object_type:PACKAGE, object_name:WSH_CONTAINER_ACTIONS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.WMS_CONTAINER2_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WMS_CONTAINER2_PUB, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE: APPS.WSH_CONTAINER_ACTIONS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:WSH_CONTAINER_ACTIONS, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
VIEW: APPS.WSHBV_CONTAINER_ITEMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHBV_CONTAINER_ITEMS, object_name:WSHBV_CONTAINER_ITEMS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.WSHBV_CONTAINER_ITEMS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSHBV_CONTAINER_ITEMS, object_name:WSHBV_CONTAINER_ITEMS, status:VALID,
-
PACKAGE BODY: APPS.WSH_INTERFACE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WSH_INTERFACE, status:VALID,
-
PACKAGE BODY: APPS.WMS_CONTAINER_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WMS_CONTAINER_PVT, status:VALID,
-
PACKAGE BODY: APPS.WMS_POSTALLOC_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WMS_POSTALLOC_PVT, status:VALID,
-
PACKAGE BODY: APPS.WMS_CONTAINER_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WMS_CONTAINER_PVT, status:VALID,
-
PACKAGE BODY: APPS.WSH_INTERFACE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WSH_INTERFACE, status:VALID,
-
PACKAGE BODY: APPS.WMS_CARTNZN_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WMS_CARTNZN_PUB, status:VALID,
-
PACKAGE BODY: APPS.WSH_CONTAINER_ACTIONS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WSH_CONTAINER_ACTIONS, status:VALID,
-
APPS.WSH_CONTAINER_UTILITIES SQL Statements
12.2.2
-
PACKAGE BODY: APPS.WMS_CARTNZN_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WMS_CARTNZN_PUB, status:VALID,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
APPS.WSH_CONTAINER_UTILITIES SQL Statements
12.1.1
-
PACKAGE BODY: APPS.WSH_CONTAINER_ACTIONS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WSH_CONTAINER_ACTIONS, status:VALID,
-
12.2.2 DBA Data
12.2.2