Search Results mtl_transaction_lot_numbers
Overview
The MTL_TRANSACTION_LOT_NUMBERS table is a core transactional data object within the Oracle E-Business Suite Inventory (INV) module. It functions as a child table to MTL_MATERIAL_TRANSACTIONS, providing a detailed, line-level record of lot-controlled items involved in inventory transactions. Its primary role is to store and track the specific lot numbers and their associated quantities for every material transaction that impacts lot-tracked inventory. This enables precise lot-level traceability, cost management, and compliance reporting throughout the supply chain, from receipt to issue. The table is essential for maintaining data integrity for lot-controlled items in both Oracle EBS 12.1.1 and 12.2.2.
Key Information Stored
The table's structure centers on linking a transaction line to a specific lot. The primary key is a composite of TRANSACTION_ID and LOT_NUMBER, ensuring a unique record for each lot per transaction. Key columns include TRANSACTION_ID, which foreign keys to MTL_MATERIAL_TRANSACTIONS to identify the parent transaction. The LOT_NUMBER column stores the identifier of the specific lot being transacted. Supporting columns, as indicated by the foreign key relationships, typically include INVENTORY_ITEM_ID and ORGANIZATION_ID to uniquely identify the item and its owning organization, and TRANSACTION_SOURCE_TYPE_ID to classify the transaction origin (e.g., Sales Order, Purchase Order). The table also commonly stores the primary transaction quantity applied to the specific lot (TRANSACTION_QUANTITY) and a reference to the lot's serial number detail table if applicable.
Common Use Cases and Queries
This table is central to lot history and traceability reports. A common use case is tracing the movement of a specific lot across the organization, or identifying all transactions that consumed a particular lot. For example, to find all material transactions for a given lot number, one would join this table to MTL_MATERIAL_TRANSACTIONS. Another critical use is in cost calculation and reconciliation, where lot-specific costs are applied. Sample SQL to retrieve transaction details for a lot would be:
- SELECT mtn.lot_number, mmt.transaction_id, mmt.transaction_date, mmt.transaction_type_id, mmt.transaction_quantity FROM mtl_transaction_lot_numbers mtn, mtl_material_transactions mmt WHERE mtn.transaction_id = mmt.transaction_id AND mtn.lot_number = '<LOT_NUMBER>' AND mtn.inventory_item_id = <ITEM_ID>;
Data from this table is also vital for regulatory compliance reports demonstrating lot genealogy or expiration date tracking.
Related Objects
As per the provided metadata, MTL_TRANSACTION_LOT_NUMBERS has integral relationships with several key Inventory tables. Its primary parent is MTL_MATERIAL_TRANSACTIONS (via TRANSACTION_ID), which holds the header-level transaction data. It references MTL_LOT_NUMBERS (via INVENTORY_ITEM_ID, ORGANIZATION_ID, and LOT_NUMBER) to validate and pull lot attributes like expiration date. The link to MTL_TXN_SOURCE_TYPES (via TRANSACTION_SOURCE_TYPE_ID) provides context on the transaction's origin. For serialized lots, the table MTL_TRANSACTION_SERIAL_NUMBERS is a further child detail table. In practice, transactional data is typically created and managed via public APIs such as INV_TRANSACTION_FLOW_PUB and INV_LOT_API, rather than through direct table inserts.
-
Table: 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, product: INV - Inventory , description: Transaction lot numbers , implementation_dba_data: INV.MTL_TRANSACTION_LOT_NUMBERS ,
-
Table: 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, product: INV - Inventory , description: Transaction lot numbers , implementation_dba_data: INV.MTL_TRANSACTION_LOT_NUMBERS ,
-
View: MTL_MFG_PRODUCTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_MFG_PRODUCTS_V, object_name:MTL_MFG_PRODUCTS_V, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.MTL_MFG_PRODUCTS_V ,
-
View: MTL_ADJUSTMENT_LOTSERIAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ADJUSTMENT_LOTSERIAL_V, object_name:MTL_ADJUSTMENT_LOTSERIAL_V, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.MTL_ADJUSTMENT_LOTSERIAL_V ,
-
View: MTL_VENDOR_LOT_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_VENDOR_LOT_VIEW, object_name:MTL_VENDOR_LOT_VIEW, status:VALID, product: INV - Inventory , description: Supplier information , implementation_dba_data: APPS.MTL_VENDOR_LOT_VIEW ,
-
View: MTL_VENDOR_LOT_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_VENDOR_LOT_VIEW, object_name:MTL_VENDOR_LOT_VIEW, status:VALID, product: INV - Inventory , description: Supplier information , implementation_dba_data: APPS.MTL_VENDOR_LOT_VIEW ,
-
View: MTL_MFG_PRODUCTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_MFG_PRODUCTS_V, object_name:MTL_MFG_PRODUCTS_V, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.MTL_MFG_PRODUCTS_V ,
-
View: MTL_MFG_COMPONENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_MFG_COMPONENTS_V, object_name:MTL_MFG_COMPONENTS_V, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.MTL_MFG_COMPONENTS_V ,
-
View: MTL_MFG_COMPONENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_MFG_COMPONENTS_V, object_name:MTL_MFG_COMPONENTS_V, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.MTL_MFG_COMPONENTS_V ,
-
View: INVBV_LOT_TRANSACTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVBV_LOT_TRANSACTIONS, object_name:INVBV_LOT_TRANSACTIONS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVBV_LOT_TRANSACTIONS ,
-
View: INVBV_LOT_TRANSACTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVBV_LOT_TRANSACTIONS, object_name:INVBV_LOT_TRANSACTIONS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVBV_LOT_TRANSACTIONS ,
-
Table: MTL_TXN_SOURCE_TYPES
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_TXN_SOURCE_TYPES, object_name:MTL_TXN_SOURCE_TYPES, status:VALID, product: INV - Inventory , description: Valid transaction source types , implementation_dba_data: INV.MTL_TXN_SOURCE_TYPES ,
-
Table: MTL_TXN_SOURCE_TYPES
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_TXN_SOURCE_TYPES, object_name:MTL_TXN_SOURCE_TYPES, status:VALID, product: INV - Inventory , description: Valid transaction source types , implementation_dba_data: INV.MTL_TXN_SOURCE_TYPES ,
-
View: MTL_TRANSACTION_LOTS_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_TRANSACTION_LOTS_VIEW, object_name:MTL_TRANSACTION_LOTS_VIEW, status:VALID, product: INV - Inventory , description: A view showing all material lot number transactions. , implementation_dba_data: APPS.MTL_TRANSACTION_LOTS_VIEW ,
-
View: MTL_TRANSACTION_LOTS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_TRANSACTION_LOTS_VIEW, object_name:MTL_TRANSACTION_LOTS_VIEW, status:VALID, product: INV - Inventory , description: A view showing all material lot number transactions. , implementation_dba_data: APPS.MTL_TRANSACTION_LOTS_VIEW ,
-
View: INVFV_LOT_TRANSACTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_LOT_TRANSACTIONS, object_name:INVFV_LOT_TRANSACTIONS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_LOT_TRANSACTIONS ,
-
View: INVFV_LOT_TRANSACTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_LOT_TRANSACTIONS, object_name:INVFV_LOT_TRANSACTIONS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_LOT_TRANSACTIONS ,
-
View: INVBV_SERIAL_NUMBER_TXNS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVBV_SERIAL_NUMBER_TXNS, object_name:INVBV_SERIAL_NUMBER_TXNS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVBV_SERIAL_NUMBER_TXNS ,
-
View: MTL_TRANSACTION_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_TRANSACTION_DETAILS_V, object_name:MTL_TRANSACTION_DETAILS_V, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.MTL_TRANSACTION_DETAILS_V ,
-
View: MTL_TRANSACTION_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_TRANSACTION_DETAILS_V, object_name:MTL_TRANSACTION_DETAILS_V, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.MTL_TRANSACTION_DETAILS_V ,
-
View: INVBV_SERIAL_NUMBER_TXNS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVBV_SERIAL_NUMBER_TXNS, object_name:INVBV_SERIAL_NUMBER_TXNS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVBV_SERIAL_NUMBER_TXNS ,
-
View: MTL_INV_TXNS_MFG_LOTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_INV_TXNS_MFG_LOTS_V, object_name:MTL_INV_TXNS_MFG_LOTS_V, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.MTL_INV_TXNS_MFG_LOTS_V ,
-
View: MTL_INV_TXNS_MFG_LOTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_INV_TXNS_MFG_LOTS_V, object_name:MTL_INV_TXNS_MFG_LOTS_V, status:VALID, product: INV - Inventory , description: This view contains information about all completes WIP transactions with type as 'Firm planned order' & 'Process batch' , implementation_dba_data: APPS.MTL_INV_TXNS_MFG_LOTS_V ,
-
Table: MTL_LOT_NUMBERS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_LOT_NUMBERS, object_name:MTL_LOT_NUMBERS, status:VALID, product: INV - Inventory , description: Lot number definitions , implementation_dba_data: INV.MTL_LOT_NUMBERS ,
-
Table: MTL_LOT_NUMBERS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_LOT_NUMBERS, object_name:MTL_LOT_NUMBERS, status:VALID, product: INV - Inventory , description: Lot number definitions , implementation_dba_data: INV.MTL_LOT_NUMBERS ,
-
View: RCV_RECEIPT_CONFIRMATION_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.RCV_RECEIPT_CONFIRMATION_V, object_name:RCV_RECEIPT_CONFIRMATION_V, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.RCV_RECEIPT_CONFIRMATION_V ,
-
View: INVFV_SERIAL_NUMBER_TXNS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_SERIAL_NUMBER_TXNS, object_name:INVFV_SERIAL_NUMBER_TXNS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_SERIAL_NUMBER_TXNS ,
-
Table: MTL_MATERIAL_TRANSACTIONS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_MATERIAL_TRANSACTIONS, object_name:MTL_MATERIAL_TRANSACTIONS, status:VALID, product: INV - Inventory , description: Material transaction table , implementation_dba_data: INV.MTL_MATERIAL_TRANSACTIONS ,
-
Table: MTL_MATERIAL_TRANSACTIONS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_MATERIAL_TRANSACTIONS, object_name:MTL_MATERIAL_TRANSACTIONS, status:VALID, product: INV - Inventory , description: Material transaction table , implementation_dba_data: INV.MTL_MATERIAL_TRANSACTIONS ,
-
View: INVFV_SERIAL_NUMBER_TXNS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_SERIAL_NUMBER_TXNS, object_name:INVFV_SERIAL_NUMBER_TXNS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_SERIAL_NUMBER_TXNS ,
-
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 ,