Search Results mtl_transactions_interface
Overview
The MTL_TRANSACTIONS_INTERFACE table is a critical staging table within Oracle E-Business Suite Inventory (INV) modules, serving as the designated gateway for externally generated material transactions. Its primary role is to act as a holding area for transaction data imported from external systems, such as warehouse management systems, manufacturing execution systems, or custom data feeds, before it is validated and processed into the core inventory transaction tables. This interface-based architecture ensures data integrity by separating the initial data load from the complex business logic of transaction processing, which is handled by the Inventory Transaction Manager concurrent program.
Key Information Stored
The table stores a comprehensive set of attributes required to define a material transaction. Key columns include identifiers for the inventory item (INVENTORY_ITEM_ID) and organization (ORGANIZATION_ID), transaction quantities (TRANSACTION_QUANTITY), transaction dates (TRANSACTION_DATE), and transaction type identifiers (TRANSACTION_TYPE_ID). It also holds detailed sourcing and destination information, such as SUBINVENTORY_CODE, LOCATOR_ID, TRANSFER_SUBINVENTORY, and TRANSFER_LOCATOR for inter-organization transfers. Accounting details are captured in columns like DISTRIBUTION_ACCOUNT_ID and TRANSPORTATION_ACCOUNT. A PROCESS_FLAG column indicates the record's status (e.g., pending, error, processed), and ERROR_MESSAGE columns store validation failure details for troubleshooting.
Common Use Cases and Queries
The most prevalent use case is the bulk import of inventory movements, such as material issues, receipts, subinventory transfers, and cost updates, via custom SQL*Loader scripts, database links, or APIs. Developers frequently query this table to monitor the status of interface records and diagnose errors. Common SQL patterns include checking for pending or errored records to be resubmitted. For example:
- SELECT transaction_id, error_message FROM mtl_transactions_interface WHERE process_flag = 3;
- SELECT transaction_id, transaction_source_id FROM mtl_transactions_interface WHERE process_flag = 1 AND transaction_date > SYSDATE - 1;
Reporting often focuses on the volume and type of transactions pending integration, as well as analysis of common data validation failures that cause records to error out.
Related Objects
As documented in the ETRM metadata, MTL_TRANSACTIONS_INTERFACE maintains foreign key relationships with several core Inventory and General Ledger tables to enforce referential integrity for the data staged within it. These documented relationships include:
- GL_CODE_COMBINATIONS: Validates the DISTRIBUTION_ACCOUNT_ID and TRANSPORTATION_ACCOUNT columns.
- MTL_SYSTEM_ITEMS_B: Validates the INVENTORY_ITEM_ID and ORGANIZATION_ID combination.
- MTL_ITEM_LOCATIONS: Validates the LOCATOR_ID and ORGANIZATION_ID, and the TRANSFER_LOCATOR and TRANSFER_ORGANIZATION combinations for transfers.
- MTL_SECONDARY_INVENTORIES: Validates the SUBINVENTORY_CODE and ORGANIZATION_ID, and the TRANSFER_SUBINVENTORY and TRANSFER_ORGANIZATION combinations.
- WIP_FLOW_SCHEDULES: Validates the SCHEDULE_NUMBER and ORGANIZATION_ID for flow schedule-related transactions.
The primary dependent object is the Inventory Transaction Manager concurrent program, which reads from this interface, validates the data against business rules, and posts successful transactions to the permanent MTL_MATERIAL_TRANSACTIONS table.
-
Table: MTL_TRANSACTIONS_INTERFACE
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_TRANSACTIONS_INTERFACE, object_name:MTL_TRANSACTIONS_INTERFACE, status:VALID, product: INV - Inventory , description: Gateway for externally generated material transactions , implementation_dba_data: INV.MTL_TRANSACTIONS_INTERFACE ,
-
Table: MTL_TRANSACTIONS_INTERFACE
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_TRANSACTIONS_INTERFACE, object_name:MTL_TRANSACTIONS_INTERFACE, status:VALID, product: INV - Inventory , description: Gateway for externally generated material transactions , implementation_dba_data: INV.MTL_TRANSACTIONS_INTERFACE ,
-
View: MTL_TRANSACT_INTERFACE_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_TRANSACT_INTERFACE_VIEW, object_name:MTL_TRANSACT_INTERFACE_VIEW, status:VALID, product: INV - Inventory , description: Transaction interface status view , implementation_dba_data: APPS.MTL_TRANSACT_INTERFACE_VIEW ,
-
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_TRANSACT_INTERFACE_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_TRANSACT_INTERFACE_VIEW, object_name:MTL_TRANSACT_INTERFACE_VIEW, status:VALID, product: INV - Inventory , description: Transaction interface status view , implementation_dba_data: APPS.MTL_TRANSACT_INTERFACE_VIEW ,
-
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 ,
-
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_TRANSACTIONS_INTERFACE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_TRANSACTIONS_INTERFACE_V, object_name:MTL_TRANSACTIONS_INTERFACE_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_TRANSACTIONS_INTERFACE_V ,
-
View: MTL_TRANSACTIONS_INTERFACE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_TRANSACTIONS_INTERFACE_V, object_name:MTL_TRANSACTIONS_INTERFACE_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_TRANSACTIONS_INTERFACE_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 ,