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 ,
-
APPS.BOM_DELETE_GROUPS_API dependencies on MTL_UNIT_TRANSACTIONS
12.1.1
-
APPS.WMS_TASK_UTILS_PVT dependencies on MTL_UNIT_TRANSACTIONS
12.1.1
-
APPS.CSI_INV_DISCREPANCY_PKG dependencies on MTL_UNIT_TRANSACTIONS
12.1.1
-
APPS.INVP_CMERGE_TXHI dependencies on MTL_UNIT_TRANSACTIONS
12.1.1
-
APPS.FLM_PURGE dependencies on MTL_UNIT_TRANSACTIONS
12.1.1
-
APPS.CSI_DEBUG_PKG dependencies on MTL_UNIT_TRANSACTIONS
12.1.1
-
APPS.INV_TXN_PURGE_WORKER dependencies on MTL_UNIT_TRANSACTIONS
12.1.1
-
APPS.CSD_UPDATE_PROGRAMS_PVT dependencies on MTL_UNIT_TRANSACTIONS
12.1.1
-
APPS.CSE_GL_INTERFACE_PKG dependencies on MTL_UNIT_TRANSACTIONS
12.1.1
-
APPS.CSI_UTILITY_GRP dependencies on MTL_UNIT_TRANSACTIONS
12.1.1
-
APPS.CSI_DIAGNOSTICS_PKG dependencies on MTL_UNIT_TRANSACTIONS
12.2.2
-
APPS.PJM_INQUIRY dependencies on MTL_UNIT_TRANSACTIONS
12.2.2
-
APPS.CSI_UTILITY_GRP dependencies on MTL_UNIT_TRANSACTIONS
12.2.2
-
APPS.INV_LABEL_PVT2 dependencies on MTL_UNIT_TRANSACTIONS
12.1.1
-
APPS.INV_HV_TXN_PURGE dependencies on MTL_UNIT_TRANSACTIONS
12.1.1
-
APPS.CSE_ASSET_CREATION_PKG dependencies on MTL_UNIT_TRANSACTIONS
12.1.1
-
APPS.CSL_MTL_UNIT_TRANS_ACC_PKG dependencies on MTL_UNIT_TRANSACTIONS
12.1.1
-
APPS.CSI_ORDER_FULFILL_PUB dependencies on MTL_UNIT_TRANSACTIONS
12.1.1
-
APPS.CSI_DIAGNOSTICS_PKG dependencies on MTL_UNIT_TRANSACTIONS
12.1.1
-
APPS.ISC_DEPOT_MTTR_ETL_PKG dependencies on MTL_UNIT_TRANSACTIONS
12.1.1
-
APPS.CSI_ITEM_INSTANCE_VLD_PVT dependencies on MTL_UNIT_TRANSACTIONS
12.2.2
-
APPS.WSH_OPSM_ASN_ITEM_GENEALOGY dependencies on MTL_UNIT_TRANSACTIONS
12.2.2
-
APPS.WIP_WICTPG dependencies on MTL_UNIT_TRANSACTIONS
12.2.2
-
APPS.CSI_INV_DISCREPANCY_PKG dependencies on MTL_UNIT_TRANSACTIONS
12.2.2
-
APPS.INV_TXN_PURGE_WORKER dependencies on MTL_UNIT_TRANSACTIONS
12.2.2
-
APPS.CSL_MTL_UNIT_TRANS_ACC_PKG dependencies on MTL_UNIT_TRANSACTIONS
12.2.2
-
APPS.CSE_ASSET_CREATION_PKG dependencies on MTL_UNIT_TRANSACTIONS
12.2.2
-
APPS.CSI_INV_TRXS_PKG dependencies on MTL_UNIT_TRANSACTIONS
12.1.1
-
APPS.INV_LOGICAL_TRANSACTIONS_PVT dependencies on MTL_UNIT_TRANSACTIONS
12.1.1
-
APPS.WSM_SERIAL_SUPPORT_GRP dependencies on MTL_UNIT_TRANSACTIONS
12.1.1
-
APPS.PJM_UNIT_EFF dependencies on MTL_UNIT_TRANSACTIONS
12.1.1
-
APPS.CSI_RMA_RECEIPT_PUB dependencies on MTL_UNIT_TRANSACTIONS
12.1.1
-
APPS.CSI_WIP_TRXS_PKG dependencies on MTL_UNIT_TRANSACTIONS
12.1.1
-
APPS.CSI_RMA_RECEIPT_PUB dependencies on MTL_UNIT_TRANSACTIONS
12.2.2
-
APPS.WSM_SERIAL_SUPPORT_GRP dependencies on MTL_UNIT_TRANSACTIONS
12.2.2
-
APPS.INV_LOGICAL_TRANSACTIONS_PVT dependencies on MTL_UNIT_TRANSACTIONS
12.2.2
-
APPS.CSI_UTL_PKG dependencies on MTL_UNIT_TRANSACTIONS
12.2.2
-
APPS.WMS_TASK_UTILS_PVT dependencies on MTL_UNIT_TRANSACTIONS
12.2.2
-
APPS.CSI_INTERFACE_PKG dependencies on MTL_UNIT_TRANSACTIONS
12.2.2
-
APPS.WSH_OPSM_ASN_ITEM_GENEALOGY dependencies on MTL_UNIT_TRANSACTIONS
12.2.2
-
APPS.POS_ASN_CREATE_PVT dependencies on MTL_UNIT_TRANSACTIONS
12.2.2
-
APPS.CSI_ORDER_SHIP_PUB dependencies on MTL_UNIT_TRANSACTIONS
12.1.1
-
APPS.INV_SERIAL_NUMBER_PUB dependencies on MTL_UNIT_TRANSACTIONS
12.1.1
-
APPS.WIP_WICTPG dependencies on MTL_UNIT_TRANSACTIONS
12.1.1
-
APPS.WMS_TASK_UTILS_PVT dependencies on MTL_UNIT_TRANSACTIONS
12.1.1
-
APPS.CSI_INTERFACE_PKG dependencies on MTL_UNIT_TRANSACTIONS
12.1.1
-
APPS.CSI_ITEM_INSTANCE_VLD_PVT dependencies on MTL_UNIT_TRANSACTIONS
12.1.1
-
APPS.CSI_ORDER_SHIP_PUB dependencies on MTL_UNIT_TRANSACTIONS
12.2.2