Search Results wsh_picking_details_interface
Overview
WSH_PICKING_DETAILS_INTERFACE is a VALID database view owned by the APPS schema in Oracle E-Business Suite, associated with the Order Entry (OE) product family. It exposes the picking detail interface structure used to communicate pick confirmations and shipment transactions into the shipping execution and inventory transaction pipeline. The view presents a flattened, integration-oriented projection of picking line detail data, joining interface records in MTL_TRANSACTIONS_INTERFACE with sales order and picking entities so that downstream processes can validate, error-report, and post inventory transactions.
The view is particularly relevant to interface and conversion developers because it carries the full flexfield segment breakdowns for both items and locators. The search term loc_segment20 corresponds directly to the LOC_SEGMENT20 column exposed by this view, which surfaces the twentieth segment of the inventory locator (stock locator) key flexfield. Organizations that have configured a deeply structured locator flexfield rely on these segment columns to identify the exact storage location without a separate join to MTL_ITEM_LOCATIONS.
Underlying Base Objects
Per the documented ETRM 12.2.2 metadata, the view resolves over the following base objects through APPS synonyms:
- MTL_TRANSACTIONS_INTERFACE (SYNONYM) — the primary interface table supplying transaction, item, lot, revision, locator, and attribute columns.
- SO_PICKING_LINE_DETAILS (SYNONYM) — source of picking line detail identification and quantity information.
- SO_PICKING_LINES_ALL (SYNONYM) — header-level picking line data.
- SO_HEADERS_ALL (SYNONYM) — sales order header context.
- SO_LINES_ALL (SYNONYM) — sales order line context.
- SO_ORDER_TYPES_ALL (SYNONYM) — order type classification used in transaction processing.
As reflected in the view text, the principal driving table is MTL_TRANSACTIONS_INTERFACE (aliased MTI), from which the majority of columns are projected with aliasing to present a picking-oriented interface shape.
Key Columns
- PROCESS_FLAG, ERROR_CODE, ERROR_EXPLANATION — control and diagnostic columns governing interface processing and error reporting.
- TRANSACTION_ID / TRANSACTION_HEADER_ID — interface transaction header identifier.
- PICKING_LINE_DETAIL_ID / SOURCE_LINE_ID — linkage back to the picking line detail record.
- INVENTORY_ITEM_ID, INVENTORY_ITEM, ITEM_SEGMENT1–20 — item identification and the full item key flexfield segment breakdown.
- WAREHOUSE_ID / ORGANIZATION_ID — inventory organization in which the transaction occurs.
- SUBINVENTORY, LOCATOR_ID, LOCATOR_NAME, LOC_SEGMENT1–20 — storage location identification, including all twenty locator flexfield segments. LOC_SEGMENT20 is the column of interest in the originating search.
- LOT_NUMBER, REVISION, SERIAL_NUMBER — lot, revision, and serial control data.
- SHIPPED_QUANTITY / TRANSACTION_QUANTITY, TRANSACTION_UOM, TRANSACTION_DATE — quantity and timing of the pick transaction.
- ATTRIBUTE_CATEGORY and ATTRIBUTE1–n — descriptive flexfield context and values.
Common Use Cases and Queries
Typical use cases include reconciling pending pick interface records, diagnosing errors from the transaction worker, and validating locator segment population before posting. A representative query isolating the locator segment columns is:
SELECT transaction_id, inventory_item, loc_segment1, loc_segment20, locator_name, shipped_quantity, process_flag, error_explanation FROM wsh_picking_details_interface WHERE process_flag = 1;
To identify records failing because of locator data, filter on error conditions while projecting the relevant segment:
SELECT transaction_id, locator_id, loc_segment20, error_code, error_explanation FROM wsh_picking_details_interface WHERE error_code IS NOT NULL;
These queries support operational troubleshooting and pre-conversion validation of interface data before it is consumed by the shipping and inventory transaction managers.
-
View: WSH_PICKING_DETAILS_INTERFACE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_PICKING_DETAILS_INTERFACE, object_name:WSH_PICKING_DETAILS_INTERFACE, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.WSH_PICKING_DETAILS_INTERFACE ,
-
View: WSH_PICKING_DETAILS_INTERFACE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_PICKING_DETAILS_INTERFACE, object_name:WSH_PICKING_DETAILS_INTERFACE, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.WSH_PICKING_DETAILS_INTERFACE ,
-
SYNONYM: APPS.SO_ORDER_TYPES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:SO_ORDER_TYPES_ALL, status:VALID,
-
SYNONYM: APPS.SO_ORDER_TYPES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:SO_ORDER_TYPES_ALL, status:VALID,
-
PACKAGE BODY: APPS.WSH_SC_TRX_INTERFACE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WSH_SC_TRX_INTERFACE, status:VALID,
-
SYNONYM: APPS.SO_PICKING_LINES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:SO_PICKING_LINES_ALL, status:VALID,
-
SYNONYM: APPS.SO_PICKING_LINES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:SO_PICKING_LINES_ALL, status:VALID,
-
SYNONYM: APPS.SO_HEADERS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:SO_HEADERS_ALL, status:VALID,
-
PACKAGE BODY: APPS.WSH_SC_TRX_INTERFACE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WSH_SC_TRX_INTERFACE, status:VALID,
-
SYNONYM: APPS.SO_HEADERS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:SO_HEADERS_ALL, status:VALID,
-
SYNONYM: APPS.SO_PICKING_LINE_DETAILS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:SO_PICKING_LINE_DETAILS, status:VALID,
-
SYNONYM: APPS.SO_PICKING_LINE_DETAILS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:SO_PICKING_LINE_DETAILS, status:VALID,
-
SYNONYM: APPS.SO_LINES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:SO_LINES_ALL, status:VALID,
-
SYNONYM: APPS.SO_LINES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:SO_LINES_ALL, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
APPS.WSH_SC_TRX_INTERFACE SQL Statements
12.2.2
-
APPS.WSH_SC_TRX_INTERFACE SQL Statements
12.1.1
-
VIEW: APPS.WSH_PICKING_DETAILS_INTERFACE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_PICKING_DETAILS_INTERFACE, object_name:WSH_PICKING_DETAILS_INTERFACE, status:VALID,
-
VIEW: APPS.WSH_PICKING_DETAILS_INTERFACE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.WSH_PICKING_DETAILS_INTERFACE, object_name:WSH_PICKING_DETAILS_INTERFACE, status:VALID,
-
SYNONYM: APPS.MTL_TRANSACTIONS_INTERFACE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_TRANSACTIONS_INTERFACE, status:VALID,
-
SYNONYM: APPS.MTL_TRANSACTIONS_INTERFACE
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_TRANSACTIONS_INTERFACE, status:VALID,
-
APPS.WSH_SC_TRX_INTERFACE dependencies on WSH_PICKING_DETAILS_INTERFACE
12.1.1
-
APPS.WSH_SC_TRX_INTERFACE dependencies on WSH_PICKING_DETAILS_INTERFACE
12.2.2
-
PACKAGE BODY: APPS.WSH_SC_TRX_INTERFACE
12.2.2
-
PACKAGE BODY: APPS.WSH_SC_TRX_INTERFACE
12.1.1
-
PACKAGE BODY: APPS.GMF_PERIODCLOSE_PUB
12.1.1
-
PACKAGE BODY: APPS.GMF_PERIODCLOSE_PUB
12.2.2
-
APPS.WSH_SC_TRX_INTERFACE dependencies on WSH_DELIVERIES_INTERFACE
12.2.2
-
APPS.WSH_SC_TRX_INTERFACE dependencies on WSH_DELIVERIES_INTERFACE
12.1.1
-
APPS.CST_ACCOUNTINGPERIOD_PUB dependencies on MTL_TRANSACTIONS_INTERFACE
12.1.1
-
APPS.GMF_PERIODCLOSE_PUB dependencies on MTL_TRANSACTIONS_INTERFACE
12.1.1
-
APPS.CST_ACCOUNTINGPERIOD_PUB dependencies on MTL_TRANSACTIONS_INTERFACE
12.2.2
-
APPS.GMF_PERIODCLOSE_PUB dependencies on MTL_TRANSACTIONS_INTERFACE
12.2.2
-
APPS.WSH_SC_TRX_INTERFACE dependencies on SO_PICKING_LINES_ALL
12.2.2
-
APPS.WSH_SC_TRX_INTERFACE dependencies on SO_PICKING_LINES_ALL
12.1.1
-
APPS.WSH_SC_TRX_INTERFACE dependencies on SO_PICKING_LINE_DETAILS
12.1.1
-
APPS.WSH_SC_TRX_INTERFACE dependencies on SO_PICKING_LINE_DETAILS
12.2.2
-
PACKAGE BODY: APPS.CST_ACCOUNTINGPERIOD_PUB
12.1.1
-
PACKAGE BODY: APPS.CST_ACCOUNTINGPERIOD_PUB
12.2.2
-
eTRM - OE Tables and Views
12.2.2
description: Temporary table ,
-
eTRM - OE Tables and Views
12.1.1
description: Temporary table ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - OE Tables and Views
12.1.1
description: Temporary table ,
-
eTRM - OE Tables and Views
12.2.2
description: Temporary table ,