Search Results MTL_MATERIAL_TRANSACTIONS_TEMP
Overview
The MTL_MATERIAL_TRANSACTIONS_TEMP table is a core transactional staging table within the Oracle E-Business Suite Inventory (INV) module. It serves as a temporary holding area for material transaction data before it is validated, processed, and posted to the permanent history table, MTL_MATERIAL_TRANSACTIONS. This design is fundamental to the transaction processing engine in both EBS 12.1.1 and 12.2.2, ensuring data integrity by isolating in-flight transactions. The table acts as an intermediary for various transaction sources, including inventory transfers, work-in-process (WIP) issues, receiving transactions, and move order processing, before they are finalized and accounted for.
Key Information Stored
The table's primary key is TRANSACTION_HEADER_ID, which uniquely identifies each staged transaction batch. Its structure mirrors the permanent transactions table, containing columns that define the transaction's core attributes. Key columns, as indicated by the foreign key relationships, include INVENTORY_ITEM_ID and ORGANIZATION_ID (linking to MTL_SYSTEM_ITEMS_B), TRANSFER_SUBINVENTORY and TRANSFER_ORGANIZATION (linking to MTL_SECONDARY_INVENTORIES), and DISTRIBUTION_ACCOUNT_ID (linking to GL_CODE_COMBINATIONS). Other critical fields capture source details, such as RCV_TRANSACTION_ID for receiving, MOVE_TRANSACTION_ID for WIP, MOVE_ORDER_LINE_ID for move orders, and RESERVATION_ID for inventory reservations. The ACCT_PERIOD_ID links to the accounting period for the transaction.
Common Use Cases and Queries
The primary use case is the investigation of pending or errored transactions within the transaction processing interface. Database administrators and functional consultants often query this table to diagnose why a transaction has not posted to inventory or to identify data validation failures. A common diagnostic query is to find pending transactions for a specific item or organization:
- SELECT transaction_header_id, inventory_item_id, transaction_quantity, transaction_uom, transaction_source_id, transaction_source_name FROM inv.mtl_material_transactions_temp WHERE organization_id = :org_id AND inventory_item_id = :item_id AND process_flag != 2;
Another critical pattern is joining with the permanent table to find transactions that have been processed but may have left orphaned temporary records, or to trace the lifecycle of a specific transaction batch from staging to final posting.
Related Objects
MTL_MATERIAL_TRANSACTIONS_TEMP has extensive dependencies, as shown by its foreign keys. It is directly related to the permanent history table, MTL_MATERIAL_TRANSACTIONS. Key referenced tables include MTL_SYSTEM_ITEMS_B (for items), MTL_SECONDARY_INVENTORIES (for subinventories), ORG_ACCT_PERIODS (for periods), and GL_CODE_COMBINATIONS (for accounts). It integrates with other EBS modules via links to WIP_DISCRETE_JOBS, WIP_FLOW_SCHEDULES, RCV_TRANSACTIONS, MTL_TXN_REQUEST_LINES (move orders), and MTL_RESERVATIONS. Data is typically inserted into this table by various public APIs (e.g., INV_TRANSACTION_PUB) and is processed by concurrent programs like the Transaction Manager and Transaction Worker.
-
Table: MTL_MATERIAL_TRANSACTIONS_TEMP
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_MATERIAL_TRANSACTIONS_TEMP, object_name:MTL_MATERIAL_TRANSACTIONS_TEMP, status:VALID, product: INV - Inventory , description: Temporary table for processing material transactions , implementation_dba_data: INV.MTL_MATERIAL_TRANSACTIONS_TEMP ,
-
Table: MTL_MATERIAL_TRANSACTIONS_TEMP
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_MATERIAL_TRANSACTIONS_TEMP, object_name:MTL_MATERIAL_TRANSACTIONS_TEMP, status:VALID, product: INV - Inventory , description: Temporary table for processing material transactions , implementation_dba_data: INV.MTL_MATERIAL_TRANSACTIONS_TEMP ,
-
View: MTL_MATERIAL_TXNS_TEMP_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_MATERIAL_TXNS_TEMP_VIEW, object_name:MTL_MATERIAL_TXNS_TEMP_VIEW, status:VALID, product: INV - Inventory , description: A View of MTL_MATERIAL_TRANSACTIONS_TEMP used in an Inquiry form , implementation_dba_data: APPS.MTL_MATERIAL_TXNS_TEMP_VIEW ,
-
View: MTL_MATERIAL_TXNS_TEMP_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_MATERIAL_TXNS_TEMP_VIEW, object_name:MTL_MATERIAL_TXNS_TEMP_VIEW, status:VALID, product: INV - Inventory , description: A View of MTL_MATERIAL_TRANSACTIONS_TEMP used in an Inquiry form , implementation_dba_data: APPS.MTL_MATERIAL_TXNS_TEMP_VIEW ,
-
View: MTL_PENDING_TXNS_MFG_LOTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_PENDING_TXNS_MFG_LOTS_V, object_name:MTL_PENDING_TXNS_MFG_LOTS_V, status:VALID, product: INV - Inventory , description: The view is based on WIP_ENTITIES, MTL_TRANSACTION_LOTS_TEMP, MTL_MATERIAL_TRANSACTIONS_TEMP, MTL_TXN_SOURCE_TYPES,MTL_PARAMETERS , implementation_dba_data: APPS.MTL_PENDING_TXNS_MFG_LOTS_V ,
-
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 ,
-
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 ,
-
View: MTL_QOH_ITEM_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_QOH_ITEM_ALL_V, object_name:MTL_QOH_ITEM_ALL_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_QOH_ITEM_ALL_V ,
-
View: MTL_QOH_ITEM_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_QOH_ITEM_ALL_V, object_name:MTL_QOH_ITEM_ALL_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_QOH_ITEM_ALL_V ,
-
Table: MTL_GENERIC_DISPOSITIONS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_GENERIC_DISPOSITIONS, object_name:MTL_GENERIC_DISPOSITIONS, status:VALID, product: INV - Inventory , description: Account alias definition , implementation_dba_data: INV.MTL_GENERIC_DISPOSITIONS ,
-
Table: MTL_GENERIC_DISPOSITIONS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_GENERIC_DISPOSITIONS, object_name:MTL_GENERIC_DISPOSITIONS, status:VALID, product: INV - Inventory , description: Account alias definition , implementation_dba_data: INV.MTL_GENERIC_DISPOSITIONS ,
-
Table: MTL_RESERVATIONS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_RESERVATIONS, object_name:MTL_RESERVATIONS, status:VALID, product: INV - Inventory , description: Reservations , implementation_dba_data: INV.MTL_RESERVATIONS ,
-
View: MTL_QOH_SUB_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_QOH_SUB_ALL_V, object_name:MTL_QOH_SUB_ALL_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_QOH_SUB_ALL_V ,
-
View: MTL_QOH_LOC_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_QOH_LOC_ALL_V, object_name:MTL_QOH_LOC_ALL_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_QOH_LOC_ALL_V ,
-
View: MTL_QOH_LOC_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_QOH_LOC_ALL_V, object_name:MTL_QOH_LOC_ALL_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_QOH_LOC_ALL_V ,
-
View: MTL_QOH_SUB_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_QOH_SUB_ALL_V, object_name:MTL_QOH_SUB_ALL_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_QOH_SUB_ALL_V ,
-
View: MTL_QOH_LOT_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_QOH_LOT_ALL_V, object_name:MTL_QOH_LOT_ALL_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_QOH_LOT_ALL_V ,
-
View: MTL_QOH_REV_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_QOH_REV_ALL_V, object_name:MTL_QOH_REV_ALL_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_QOH_REV_ALL_V ,
-
View: MTL_QOH_REV_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_QOH_REV_ALL_V, object_name:MTL_QOH_REV_ALL_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_QOH_REV_ALL_V ,
-
View: MTL_QOH_LOT_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_QOH_LOT_ALL_V, object_name:MTL_QOH_LOT_ALL_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_QOH_LOT_ALL_V ,
-
Table: MTL_RESERVATIONS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_RESERVATIONS, object_name:MTL_RESERVATIONS, status:VALID, product: INV - Inventory , description: Reservations , implementation_dba_data: INV.MTL_RESERVATIONS ,
-
View: MTL_SERIAL_NUMBERS_TEMP_ERV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SERIAL_NUMBERS_TEMP_ERV, object_name:MTL_SERIAL_NUMBERS_TEMP_ERV, status:VALID, product: INV - Inventory , description: Required by electronic records to snapshot serial numbers. , implementation_dba_data: APPS.MTL_SERIAL_NUMBERS_TEMP_ERV ,
-
View: MTL_SERIAL_NUMBERS_TEMP_ERV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SERIAL_NUMBERS_TEMP_ERV, object_name:MTL_SERIAL_NUMBERS_TEMP_ERV, status:VALID, product: INV - Inventory , description: Required by electronic records to snapshot serial numbers. , implementation_dba_data: APPS.MTL_SERIAL_NUMBERS_TEMP_ERV ,
-
Table: ORG_ACCT_PERIODS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.ORG_ACCT_PERIODS, object_name:ORG_ACCT_PERIODS, status:VALID, product: INV - Inventory , description: Organization accounting period definition table , implementation_dba_data: INV.ORG_ACCT_PERIODS ,
-
Table: ORG_ACCT_PERIODS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.ORG_ACCT_PERIODS, object_name:ORG_ACCT_PERIODS, status:VALID, product: INV - Inventory , description: Organization accounting period definition table , implementation_dba_data: INV.ORG_ACCT_PERIODS ,
-
Table: MTL_TXN_REQUEST_LINES
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_TXN_REQUEST_LINES, object_name:MTL_TXN_REQUEST_LINES, status:VALID, product: INV - Inventory , description: Move order lines table , implementation_dba_data: INV.MTL_TXN_REQUEST_LINES ,
-
Table: MTL_TXN_REQUEST_LINES
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_TXN_REQUEST_LINES, object_name:MTL_TXN_REQUEST_LINES, status:VALID, product: INV - Inventory , description: Move order lines table , implementation_dba_data: INV.MTL_TXN_REQUEST_LINES ,
-
View: MTL_MFG_LOTS_TRANS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_MFG_LOTS_TRANS_V, object_name:MTL_MFG_LOTS_TRANS_V, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.MTL_MFG_LOTS_TRANS_V ,
-
View: MTL_MFG_LOTS_TRANS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_MFG_LOTS_TRANS_V, object_name:MTL_MFG_LOTS_TRANS_V, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.MTL_MFG_LOTS_TRANS_V ,
-
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 ,
-
View: MTL_ATT_QTY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ATT_QTY_V, object_name:MTL_ATT_QTY_V, status:VALID, product: INV - Inventory , description: No longer used , implementation_dba_data: APPS.MTL_ATT_QTY_V ,
-
View: MTL_ATT_QTY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ATT_QTY_V, object_name:MTL_ATT_QTY_V, status:VALID, product: INV - Inventory , description: No longer used , implementation_dba_data: APPS.MTL_ATT_QTY_V ,
-
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 ,
-
View: MTL_PENDING_TXNS_MFG_LOTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_PENDING_TXNS_MFG_LOTS_V, object_name:MTL_PENDING_TXNS_MFG_LOTS_V, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.MTL_PENDING_TXNS_MFG_LOTS_V ,
-
Table: MTL_ITEM_REVISIONS_B
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ITEM_REVISIONS_B, object_name:MTL_ITEM_REVISIONS_B, status:VALID, product: INV - Inventory , description: Item revisions , implementation_dba_data: INV.MTL_ITEM_REVISIONS_B ,
-
Table: MTL_ITEM_REVISIONS_B
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ITEM_REVISIONS_B, object_name:MTL_ITEM_REVISIONS_B, status:VALID, product: INV - Inventory , description: Item revisions , implementation_dba_data: INV.MTL_ITEM_REVISIONS_B ,
-
View: MTL_TRANSACTION_LOTS_TEMP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_TRANSACTION_LOTS_TEMP_V, object_name:MTL_TRANSACTION_LOTS_TEMP_V, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.MTL_TRANSACTION_LOTS_TEMP_V ,
-
View: MTL_TRANSACTION_LOTS_TEMP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_TRANSACTION_LOTS_TEMP_V, object_name:MTL_TRANSACTION_LOTS_TEMP_V, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.MTL_TRANSACTION_LOTS_TEMP_V ,
-
View: MTL_TRANSACTIONS_TEMP_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_TRANSACTIONS_TEMP_ALL_V, object_name:MTL_TRANSACTIONS_TEMP_ALL_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_TRANSACTIONS_TEMP_ALL_V ,
-
View: MTL_TRANSACTIONS_TEMP_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_TRANSACTIONS_TEMP_ALL_V, object_name:MTL_TRANSACTIONS_TEMP_ALL_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_TRANSACTIONS_TEMP_ALL_V ,
-
Table: MTL_SYSTEM_ITEMS_B
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_SYSTEM_ITEMS_B, object_name:MTL_SYSTEM_ITEMS_B, status:VALID, product: INV - Inventory , description: Inventory item definitions , implementation_dba_data: INV.MTL_SYSTEM_ITEMS_B ,
-
Table: MTL_SYSTEM_ITEMS_B
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_SYSTEM_ITEMS_B, object_name:MTL_SYSTEM_ITEMS_B, status:VALID, product: INV - Inventory , description: Inventory item definitions , implementation_dba_data: INV.MTL_SYSTEM_ITEMS_B ,