Search Results wms_wsh_wdd_gtemp
Overview
WMS_WSH_WDD_GTEMP is a transient staging table owned by the WMS (Warehouse Management) schema in Oracle E-Business Suite 12.1.1 and 12.2.2. The name follows Oracle's standard "GTEMP" convention used for global temporary or interface tables that hold intermediate rows during a concurrent program or PL/SQL processing run before final processing. The table carries 168 documented columns and is populated with delivery detail and shipment line information drawn from the shipping and warehouse execution flows, which is why its column set closely mirrors WSH_DELIVERY_DETAILS and its associated movement statistics structures.
The table is used by warehouse management and shipping processes such as the trip/delivery interface and the Ship Confirm / Movement Statistics interface. Rows are typically inserted in a batch, validated or transformed, and then written to the persistent shipping or movement statistics tables. Based on the foreign key structure supplied in the metadata, no incoming foreign keys from other tables are documented; the heuristic Data Vault classification is therefore standalone. Under a Data Vault-style model this table would most naturally be treated as a satellite (descriptive delivery attributes) rather than a hub or link, though that is a modeling suggestion rather than a documented constraint.
Key Information Stored
The primary business identifier in the delivery context is DELIVERY_DETAIL_ID, referenced by related shipping tables. The table's own surrogate identity is carried by the key columns in the delivery and movement context, with MOVEMENT_ID acting as the foreign key to the movement statistics table. The most significant columns include:
- DELIVERY_DETAIL_ID – the shipping delivery detail identifier linking the row to the delivery.
- SOURCE_HEADER_ID / SOURCE_LINE_ID / SOURCE_LINE_SET_ID – originating order/line identifiers.
- SOURCE_CODE / SOURCE_LINE_NUMBER – source document type and line sequence.
- INVENTORY_ITEM_ID / REVISION / LOT_NUMBER / SERIAL_NUMBER – item and lot/serial identity.
- SOURCE_HEADER_TYPE_NAME / SOURCE_HEADER_TYPE_ID – business type of the source order.
- SHIP_FROM_LOCATION_ID / ORGANIZATION_ID / SUBINVENTORY / LOCATOR_ID – warehouse, subinventory, and locator context.
- SHIP_TO_LOCATION_ID / SHIP_TO_CONTACT_ID / SHIP_TO_SITE_USE_ID – ship-to party and location.
- REQUESTED_QUANTITY / SHIPPED_QUANTITY / DELIVERED_QUANTITY / PICKED_QUANTITY – quantities through the shipping lifecycle, with UOM companions.
- CUSTOMER_ID / CUSTOMER_ITEM_ID / CUST_PO_NUMBER – customer and customer item references.
- MOVEMENT_ID – foreign key to MTL_MOVEMENT_STATISTICS, tying the row to movement statistics.
- LPN_ID / CONTAINER_NAME / SEAL_CODE / GROSS_WEIGHT / NET_WEIGHT / VOLUME – container and physical shipping attributes.
- HAZARD_CLASS_ID – foreign key to PO_HAZARD_CLASSES_B, identifying hazardous material classification.
- R_MESSAGE_CODE / R_MESSAGE_TEXT / RETURN_STATUS – return or processing feedback from the interface run.
Standard EBS audit and interface columns (CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, PROGRAM_ID, REQUEST_ID, ATTRIBUTE1 through ATTRIBUTE15, and the TP_ATTRIBUTE series) are also present for traceability and extensibility.
Common Use Cases and Queries
Because the table is populated transiently, it is most useful during debugging and reconciliation of a failed interface run. A typical query confirms which lines were staged for a given request before final processing:
SELECT DELIVERY_DETAIL_ID, SOURCE_LINE_ID, INVENTORY_ITEM_ID,
SHIPPED_QUANTITY, MOVEMENT_ID, RETURN_STATUS, R_MESSAGE_CODE
FROM WMS.WMS_WSH_WDD_GTEMP
WHERE REQUEST_ID = :request_id
ORDER BY SOURCE_LINE_ID;
Reporting scenarios include reconciling staged shipped vs. delivered quantities, isolating rows that did not interface (INV_INTERFACED_FLAG or OE_INTERFACED_FLAG), and auditing hazardous-material or container/LPN data included in a shipment. A further pattern joins the staged rows to MTL_MOVEMENT_STATISTICS by MOVEMENT_ID to verify that movement records were successfully generated.
Related Objects
The table is joined to the following significant objects:
- MTL_MOVEMENT_STATISTICS – via MOVEMENT_ID, the principal downstream movement record.
- PO_HAZARD_CLASSES_B – via HAZARD_CLASS_ID, hazardous material classification.
- MTL_CUSTOMER_ITEMS – via CUSTOMER_ITEM_ID, customer item definitions.
- WSH_DELIVERY_DETAILS – via DELIVERY_DETAIL_ID, the persistent delivery detail source.
- WSH_TRIPS / WSH_DELIVERY_ASSIGNMENTS – the broader trip and delivery grouping structures.
- MTL_SYSTEM_ITEMS_B – via INVENTORY_ITEM_ID, for item description and attribute lookups.
The shipping and Inventory movement statistics concurrent programs, together with the standard WSH and INV APIs, are the primary processes that populate and consume this temporary table.
-
Table: WMS_WSH_WDD_GTEMP
12.1.1
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_WSH_WDD_GTEMP, object_name:WMS_WSH_WDD_GTEMP, status:VALID, product: WMS - Warehouse Management , implementation_dba_data: WMS.WMS_WSH_WDD_GTEMP ,
-
Table: WMS_WSH_WDD_GTEMP
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_WSH_WDD_GTEMP, object_name:WMS_WSH_WDD_GTEMP, status:VALID, product: WMS - Warehouse Management , implementation_dba_data: WMS.WMS_WSH_WDD_GTEMP ,
-
APPS.WMS_SHIPPING_INTERFACE_GRP SQL Statements
12.1.1
-
SYNONYM: APPS.WMS_WSH_WDD_GTEMP
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WMS_WSH_WDD_GTEMP, status:VALID,
-
APPS.WMS_SHIPPING_INTERFACE_GRP SQL Statements
12.2.2
-
SYNONYM: APPS.WMS_WSH_WDD_GTEMP
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WMS_WSH_WDD_GTEMP, status:VALID,
-
PACKAGE BODY: APPS.WMS_SHIPPING_INTERFACE_GRP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WMS_SHIPPING_INTERFACE_GRP, status:VALID,
-
PACKAGE BODY: APPS.WMS_SHIPPING_INTERFACE_GRP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WMS_SHIPPING_INTERFACE_GRP, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.WMS_TASK_DISPATCH_GEN
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WMS_TASK_DISPATCH_GEN, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.WMS_TASK_DISPATCH_GEN
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WMS_TASK_DISPATCH_GEN, status:VALID,
-
TABLE: WMS.WMS_WSH_WDD_GTEMP
12.1.1
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_WSH_WDD_GTEMP, object_name:WMS_WSH_WDD_GTEMP, status:VALID,
-
TABLE: WMS.WMS_WSH_WDD_GTEMP
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_WSH_WDD_GTEMP, object_name:WMS_WSH_WDD_GTEMP, status:VALID,
-
PACKAGE BODY: APPS.WMS_SHIPPING_INTERFACE_GRP
12.1.1
-
PACKAGE BODY: APPS.WMS_SHIPPING_INTERFACE_GRP
12.2.2
-
APPS.WMS_SHIPPING_INTERFACE_GRP dependencies on WMS_WSH_WDD_GTEMP
12.1.1
-
APPS.WMS_TASK_DISPATCH_GEN dependencies on WMS_WSH_WDD_GTEMP
12.1.1
-
APPS.WMS_SHIPPING_INTERFACE_GRP dependencies on WMS_WSH_WDD_GTEMP
12.2.2
-
APPS.WMS_TASK_DISPATCH_GEN dependencies on WMS_WSH_WDD_GTEMP
12.2.2
-
APPS.WMS_SHIPPING_INTERFACE_GRP dependencies on MTL_MATERIAL_TRANSACTIONS_TEMP
12.1.1
-
APPS.WMS_SHIPPING_INTERFACE_GRP dependencies on MTL_MATERIAL_TRANSACTIONS_TEMP
12.2.2
-
APPS.WMS_SHIPPING_INTERFACE_GRP dependencies on MTL_TXN_REQUEST_LINES
12.1.1
-
APPS.WMS_SHIPPING_INTERFACE_GRP dependencies on MTL_TXN_REQUEST_HEADERS
12.2.2
-
APPS.WMS_SHIPPING_INTERFACE_GRP dependencies on MTL_TXN_REQUEST_HEADERS
12.1.1
-
APPS.WMS_SHIPPING_INTERFACE_GRP dependencies on MTL_TXN_REQUEST_LINES
12.2.2
-
eTRM - WMS Tables and Views
12.1.1
-
APPS.WMS_TASK_DISPATCH_GEN SQL Statements
12.1.1
-
eTRM - WMS Tables and Views
12.2.2
-
APPS.WMS_TASK_DISPATCH_GEN SQL Statements
12.2.2
-
PACKAGE BODY: APPS.WMS_TASK_DISPATCH_GEN
12.1.1
-
PACKAGE BODY: APPS.WMS_TASK_DISPATCH_GEN
12.2.2
-
eTRM - WMS Tables and Views
12.2.2
-
eTRM - WMS Tables and Views
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1