Search Results serial_transaction_id
Overview
APPS.WSH_PICK_LOT_V is a lightweight Oracle E-Business Suite view that exposes lot-level picking transaction data sourced from the material transaction lot numbers table. It is delivered under the APPS schema and is defined in the Shipping (WSH) product family, where it supports visibility into which lots were picked against shipping and move-order driven transactions. The view does not introduce new storage or business logic of its own; it is a thin projection over existing transactional data, renaming a small number of columns and injecting a literal status value.
The view is most relevant to reporting, integration, and diagnostics that require the association between a base transaction identifier, its serial transaction identifier, and the lot number involved. Because it is a simple view with no filtering predicate in its projection, it returns the full contents of the underlying table as defined, with no WHERE clause restricting rows by organization, date, or transaction type.
Underlying Base Objects
The documented source for the view is a single base object:
- MTL_TRANSACTION_LOT_NUMBERS — referenced as a synonym. This table records the lot and serial number detail associated with material transactions in Oracle Inventory, and it is the only documented underlying object for WSH_PICK_LOT_V.
Because the view is defined over this single table without joins, it inherits the row granularity of MTL_TRANSACTION_LOT_NUMBERS: one row per lot/serial detail record attached to a transaction. The view therefore carries no existence or completeness guarantees beyond what is stored in that table, and any lot-level picking data not captured there will not appear in the view.
Key Columns
The documented view text exposes the following columns:
- LOT_TXN_ID — aliased from TRANSACTION_ID. This is the transaction identifier for the lot transaction record, used to correlate back to the parent material transaction.
- SERIAL_TRANSACTION_ID — the serial transaction identifier, which links the lot detail to the corresponding serial number transaction. This is the column most frequently sought by users searching the term "serial_transaction_id".
- LOT_NUMBER — the lot number associated with the transaction detail. This identifies the specific lot that was picked or moved.
- PICK_STATUS — a literal value, always 'PICKED', supplied by the view definition itself rather than derived from the base table.
Note that because PICK_STATUS is a constant, it conveys no genuine status information. Consumers requiring true pick confirmation status must join to the relevant transaction or shipping tables rather than relying on this column.
Common Use Cases and Queries
The primary use case is joining lot-level pick detail to serial transaction data and to the broader transaction table to reconstruct lot and serial movement. A representative query follows:
SELECT lot_txn_id, serial_transaction_id, lot_number FROM apps.wsh_pick_lot_v WHERE lot_number = :lot;SELECT lot_txn_id, serial_transaction_id, lot_number FROM apps.wsh_pick_lot_v WHERE serial_transaction_id = :serial_txn_id;SELECT v.lot_txn_id, v.serial_transaction_id, v.lot_number, t.transaction_type_name FROM apps.wsh_pick_lot_v v, apps.mtl_transaction_types t WHERE v.lot_txn_id = t.transaction_type_id;
Typical scenarios include tracing which lots were associated with a given serial transaction, validating lot/serial detail during shipping reconciliation, and building ad hoc extracts for inventory-to-shipping audits. Because the view exposes a constant PICK_STATUS and no filtering, implementers generally treat it as a convenience projection and add their own predicates and joins to reach organization, item, and transaction context. For high-volume reporting, querying MTL_TRANSACTION_LOT_NUMBERS directly may be preferable to avoid the extra view layer.
-
VIEW: APPS.WSH_PICK_LOT_V
12.1.1
-
View: WSH_PICK_LOT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_PICK_LOT_V, object_name:WSH_PICK_LOT_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_PICK_LOT_V ,
-
VIEW: APPS.WSH_PICK_LOT_V
12.2.2
-
VIEW: APPS.WSH_PICK_LOT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_PICK_LOT_V, object_name:WSH_PICK_LOT_V, status:VALID,
-
View: WSH_PICK_LOT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_PICK_LOT_V, object_name:WSH_PICK_LOT_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_PICK_LOT_V ,
-
VIEW: APPS.WSH_PICK_LOT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_PICK_LOT_V, object_name:WSH_PICK_LOT_V, status:VALID,
-
VIEW: INV.MTL_TRANSACTION_LOT_NUMBERS#
12.2.2
-
TABLE: INV.MTL_TRANSACTION_LOT_NUMBERS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_TRANSACTION_LOT_NUMBERS, object_name:MTL_TRANSACTION_LOT_NUMBERS, status:VALID,
-
VIEW: APPS.MTL_TRANSACTION_LOT_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_TRANSACTION_LOT_VAL_V, object_name:MTL_TRANSACTION_LOT_VAL_V, status:VALID,
-
TABLE: INV.MTL_TRANSACTION_LOT_NUMBERS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_TRANSACTION_LOT_NUMBERS, object_name:MTL_TRANSACTION_LOT_NUMBERS, status:VALID,
-
VIEW: APPS.MTL_TRANSACTION_LOT_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_TRANSACTION_LOT_VAL_V, object_name:MTL_TRANSACTION_LOT_VAL_V, status:VALID,
-
VIEW: INV.MTL_TRANSACTION_LOT_NUMBERS#
12.2.2
owner:INV, object_type:VIEW, object_name:MTL_TRANSACTION_LOT_NUMBERS#, status:VALID,
-
View: MTL_TRANSACTION_LOT_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_TRANSACTION_LOT_VAL_V, object_name:MTL_TRANSACTION_LOT_VAL_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_TRANSACTION_LOT_VAL_V ,
-
View: MTL_TRANSACTION_LOT_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_TRANSACTION_LOT_VAL_V, object_name:MTL_TRANSACTION_LOT_VAL_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_TRANSACTION_LOT_VAL_V ,
-
APPS.WSH_OPSM_ASN_ITEM_GENEALOGY SQL Statements
12.2.2
-
APPS.INV_LOGICAL_TRANSACTIONS_PVT SQL Statements
12.2.2
-
APPS.WSM_SERIAL_SUPPORT_GRP SQL Statements
12.1.1
-
APPS.WSM_SERIAL_SUPPORT_GRP SQL Statements
12.2.2
-
APPS.WMS_TASK_UTILS_PVT SQL Statements
12.1.1
-
APPS.WMS_TASK_UTILS_PVT SQL Statements
12.2.2
-
APPS.INV_LOGICAL_TRANSACTIONS_PVT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.INV_LOGICAL_TRANSACTIONS_PVT
12.2.2
-
PACKAGE BODY: APPS.INV_LOGICAL_TRANSACTIONS_PVT
12.1.1
-
APPS.WIP_DIAG_DATA_COLL SQL Statements
12.2.2
-
APPS.WIP_DIAG_DATA_COLL SQL Statements
12.1.1
-
APPS.CSI_ITEM_INSTANCE_VLD_PVT SQL Statements
12.1.1
-
APPS.CSI_ITEM_INSTANCE_VLD_PVT SQL Statements
12.2.2
-
APPS.WSM_SERIAL_SUPPORT_GRP dependencies on MTL_TRANSACTION_LOT_NUMBERS
12.1.1
-
APPS.WSM_SERIAL_SUPPORT_GRP dependencies on MTL_TRANSACTION_LOT_NUMBERS
12.2.2
-
APPS.CSI_ITEM_INSTANCE_VLD_PVT dependencies on MTL_TRANSACTION_LOT_NUMBERS
12.1.1
-
APPS.WMS_TASK_UTILS_PVT dependencies on MTL_TRANSACTION_LOT_NUMBERS
12.1.1
-
APPS.WSH_OPSM_ASN_ITEM_GENEALOGY dependencies on MTL_LOT_NUMBERS
12.2.2
-
APPS.WMS_TASK_UTILS_PVT dependencies on MTL_UNIT_TRANSACTIONS
12.2.2
-
APPS.WMS_TASK_UTILS_PVT dependencies on MTL_TRANSACTION_LOT_NUMBERS
12.2.2
-
APPS.WSH_OPSM_ASN_ITEM_GENEALOGY dependencies on ORG_ORGANIZATION_DEFINITIONS
12.2.2
-
PACKAGE BODY: APPS.WSM_SERIAL_SUPPORT_GRP
12.2.2
-
PACKAGE BODY: APPS.WSM_SERIAL_SUPPORT_GRP
12.1.1
-
APPS.WSH_OPSM_ASN_ITEM_GENEALOGY dependencies on MTL_SYSTEM_ITEMS_VL
12.2.2
-
APPS.WMS_TASK_UTILS_PVT dependencies on MTL_UNIT_TRANSACTIONS
12.1.1
-
APPS.CSI_ITEM_INSTANCE_VLD_PVT dependencies on MTL_TRANSACTION_LOT_NUMBERS
12.2.2
-
APPS.INV_LOT_API_PUB SQL Statements
12.1.1
-
APPS.INV_LOT_API_PUB SQL Statements
12.2.2
-
APPS.WMS_TASK_DISPATCH_GEN dependencies on MTL_MATERIAL_TRANSACTIONS_S
12.1.1
-
APPS.WMS_TASK_DISPATCH_GEN dependencies on MTL_MATERIAL_TRANSACTIONS_S
12.2.2
-
PACKAGE BODY: APPS.WIP_DIAG_DATA_COLL
12.2.2
-
PACKAGE BODY: APPS.WIP_DIAG_DATA_COLL
12.1.1
-
APPS.WMS_TASK_UTILS_PVT dependencies on MTL_MATERIAL_TRANSACTIONS
12.2.2
-
APPS.WMS_TASK_UTILS_PVT dependencies on MTL_MATERIAL_TRANSACTIONS
12.1.1
-
APPS.WMS_TASK_DISPATCH_GEN dependencies on DUAL
12.1.1
-
APPS.WMS_TASK_DISPATCH_GEN dependencies on DUAL
12.2.2