Search Results mtl_unit_transactions
The MTL_UNIT_TRANSACTIONS
table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical transactional table within the Inventory Management module. It stores detailed records of unit-level inventory movements, providing a granular view of item transactions across the supply chain. This table is fundamental for tracking inventory changes, cost calculations, and audit trails, ensuring accurate financial and operational reporting.
Table Structure and Key Columns
The MTL_UNIT_TRANSACTIONS
table contains columns that capture essential transaction attributes:
- TRANSACTION_ID: Primary key, uniquely identifying each transaction.
- INVENTORY_ITEM_ID: Links to
MTL_SYSTEM_ITEMS_B
for item details. - ORGANIZATION_ID: Identifies the inventory organization.
- TRANSACTION_TYPE_ID: References
MTL_TRANSACTION_TYPES
to classify transactions (e.g., receipts, issues, transfers). - TRANSACTION_QUANTITY: Records the quantity moved, with positive/negative values indicating direction.
- TRANSACTION_UOM: Unit of measure for the transaction.
- TRANSACTION_DATE: Timestamp of the transaction.
- SUBINVENTORY_CODE: Specifies the source or destination subinventory.
- COSTED_FLAG: Indicates whether the transaction has been cost-processed.
- PRIMARY_QUANTITY: Quantity in the item's primary UOM.
Functional Role in Oracle EBS
The table serves as the backbone for:
- Inventory Tracking: Logs every unit movement, enabling real-time visibility into stock levels.
- Cost Management: Integrates with Cost Management to calculate item costs based on transaction data.
- Process Integration: Supports interfaces with Purchasing, Order Management, and Manufacturing for end-to-end traceability.
- Audit and Compliance: Provides a detailed audit trail for regulatory requirements.
Integration with Other Modules
MTL_UNIT_TRANSACTIONS
interacts with:
- MTL_MATERIAL_TRANSACTIONS: Parent table for summarized transactional data.
- MTL_TRANSACTION_LOT_NUMBERS: Tracks lot/serial details if applicable.
- GL_INTERFACE: Feeds data to General Ledger for financial posting.
- CST_COST_DISTRIBUTION_LINES: Links to cost accounting entries.
Technical Considerations
Key technical aspects include:
- Indexing: Heavily indexed on
TRANSACTION_ID
,INVENTORY_ITEM_ID
, andORGANIZATION_ID
for performance. - Partitioning: Often partitioned by
ORGANIZATION_ID
or date ranges in large implementations. - Purge Strategies: Archived via
INV_TXN_PURGE
to manage table growth.
Customization and Extensions
Common extensions include:
- Custom triggers for validation or downstream integrations.
- Views to simplify reporting (e.g., joining with item master data).
- API-based integrations (
INV_TRANSACTION_PUB
) for programmatic transaction creation.
Conclusion
The MTL_UNIT_TRANSACTIONS
table is a cornerstone of Oracle Inventory, enabling precise tracking, costing, and reporting of inventory movements. Its design supports scalability and integration across EBS modules, making it indispensable for inventory accuracy and financial integrity in Oracle EBS 12.1.1 and 12.2.2 environments.
-
Table: MTL_UNIT_TRANSACTIONS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_UNIT_TRANSACTIONS, object_name:MTL_UNIT_TRANSACTIONS, status:VALID, product: INV - Inventory , description: Serial number transactions , implementation_dba_data: INV.MTL_UNIT_TRANSACTIONS ,
-
Table: MTL_UNIT_TRANSACTIONS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_UNIT_TRANSACTIONS, object_name:MTL_UNIT_TRANSACTIONS, status:VALID, product: INV - Inventory , description: Serial number transactions , implementation_dba_data: INV.MTL_UNIT_TRANSACTIONS ,
-
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_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_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: 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: 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_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: 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: 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 ,
-
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 ,
-
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_PENDING_TXN_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_PENDING_TXN_DETAILS_V, object_name:MTL_PENDING_TXN_DETAILS_V, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.MTL_PENDING_TXN_DETAILS_V ,
-
View: MTL_PENDING_TXN_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_PENDING_TXN_DETAILS_V, object_name:MTL_PENDING_TXN_DETAILS_V, status:VALID, product: INV - Inventory , description: Pending Transactions View in Serial Number Form & Genealogy Form , implementation_dba_data: APPS.MTL_PENDING_TXN_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: 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: 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 ,
-
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: MTL_UNIT_TRANSACTIONS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_UNIT_TRANSACTIONS_ALL_V, object_name:MTL_UNIT_TRANSACTIONS_ALL_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_UNIT_TRANSACTIONS_ALL_V ,
-
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 ,
-
View: MTL_UNIT_TRANSACTIONS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_UNIT_TRANSACTIONS_ALL_V, object_name:MTL_UNIT_TRANSACTIONS_ALL_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_UNIT_TRANSACTIONS_ALL_V ,
-
Table: MTL_SERIAL_NUMBERS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_SERIAL_NUMBERS, object_name:MTL_SERIAL_NUMBERS, status:VALID, product: INV - Inventory , description: Serial number definitions , implementation_dba_data: INV.MTL_SERIAL_NUMBERS ,
-
Table: MTL_SERIAL_NUMBERS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_SERIAL_NUMBERS, object_name:MTL_SERIAL_NUMBERS, status:VALID, product: INV - Inventory , description: Serial number definitions , implementation_dba_data: INV.MTL_SERIAL_NUMBERS ,
-
Table: MTL_ITEM_LOCATIONS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ITEM_LOCATIONS, object_name:MTL_ITEM_LOCATIONS, status:VALID, product: INV - Inventory , description: Definitions for stock locators , implementation_dba_data: INV.MTL_ITEM_LOCATIONS ,
-
Table: MTL_ITEM_LOCATIONS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ITEM_LOCATIONS, object_name:MTL_ITEM_LOCATIONS, status:VALID, product: INV - Inventory , description: Definitions for stock locators , implementation_dba_data: INV.MTL_ITEM_LOCATIONS ,
-
Table: MTL_SECONDARY_INVENTORIES
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_SECONDARY_INVENTORIES, object_name:MTL_SECONDARY_INVENTORIES, status:VALID, product: INV - Inventory , description: Subinventory definitions , implementation_dba_data: INV.MTL_SECONDARY_INVENTORIES ,
-
Table: MTL_SECONDARY_INVENTORIES
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_SECONDARY_INVENTORIES, object_name:MTL_SECONDARY_INVENTORIES, status:VALID, product: INV - Inventory , description: Subinventory definitions , implementation_dba_data: INV.MTL_SECONDARY_INVENTORIES ,