Search Results MTL_TXN_REQUEST_LINES
Overview
The MTL_TXN_REQUEST_LINES table is a core transactional entity within the Oracle E-Business Suite Inventory (INV) module, specifically for versions 12.1.1 and 12.2.2. It serves as the detailed lines table for move orders, which are internal requests to transfer material within or between organizations. Each record represents a single line item on a move order header, defining the specific item, quantity, source, destination, and other control attributes required to execute a material transaction. The table's integrity is maintained through a primary key on LINE_ID and a comprehensive network of foreign key relationships to master and transactional data across Inventory, Warehouse Management (WMS), and General Ledger.
Key Information Stored
The table stores detailed line-level data for move order requests. The primary identifier is the LINE_ID. Critical columns include HEADER_ID, linking the line to its parent record in MTL_TXN_REQUEST_HEADERS, and the core transaction-defining attributes: INVENTORY_ITEM_ID, ORGANIZATION_ID, QUANTITY, and UOM_CODE. Source and destination details are captured in FROM_SUBINVENTORY_CODE, FROM_LOCATOR_ID, TO_SUBINVENTORY_CODE, and TO_LOCATOR_ID. Transaction control is managed via TRANSACTION_TYPE_ID and TRANSACTION_SOURCE_TYPE_ID. For lot- and serial-controlled items, the table stores LOT_NUMBER, SERIAL_NUMBER_START, and SERIAL_NUMBER_END. Other significant columns include REASON_ID, STATUS (tracking the line's approval and transacted state), TO_ACCOUNT_ID for accounting, and PICK_STRATEGY_ID/PUT_AWAY_STRATEGY_ID for WMS-directed tasks.
Common Use Cases and Queries
This table is central to move order execution, reporting, and troubleshooting. Common operational queries involve identifying lines pending pick release or transaction completion. For example, to find all pending lines for a specific item, a query would join MTL_TXN_REQUEST_LINES to MTL_TXN_REQUEST_HEADERS and filter on STATUS and INVENTORY_ITEM_ID. Reporting on move order volume by subinventory typically aggregates quantities from this table grouped by FROM_SUBINVENTORY_CODE. When diagnosing transaction errors, developers often trace the source data from the MTL_MATERIAL_TRANSACTIONS table back to the originating line in MTL_TXN_REQUEST_LINES via the TRANSACTION_SOURCE_ID and TRANSACTION_SOURCE_LINE_ID columns. Data fixes for stuck move order lines are performed directly on this table, primarily updating the STATUS column after validating business rules.
Related Objects
MTL_TXN_REQUEST_LINES has extensive foreign key relationships, as documented in the ETRM. Key dependencies include:
- MTL_TXN_REQUEST_HEADERS: The parent header via HEADER_ID.
- MTL_SYSTEM_ITEMS_B: Validates the item and organization (INVENTORY_ITEM_ID, ORGANIZATION_ID).
- MTL_SECONDARY_INVENTORIES: Validates source and destination subinventories (FROM_SUBINVENTORY_CODE, TO_SUBINVENTORY_CODE with ORGANIZATION_ID).
- MTL_TRANSACTION_TYPES & MTL_TXN_SOURCE_TYPES: Define the transaction action and source (TRANSACTION_TYPE_ID, TRANSACTION_SOURCE_TYPE_ID).
- MTL_LOT_NUMBERS & MTL_SERIAL_NUMBERS: Validate lot and serial data for controlled items.
- GL_CODE_COMBINATIONS: The destination account (TO_ACCOUNT_ID).
- MTL_TRANSACTION_REASONS: The reason code (REASON_ID).
- WMS_STRATEGIES_B: Picking and put-away strategies (PICK_STRATEGY_ID, PUT_AWAY_STRATEGY_ID).
-
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 ,
-
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_TXN_REQUEST_HEADERS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_TXN_REQUEST_HEADERS, object_name:MTL_TXN_REQUEST_HEADERS, status:VALID, product: INV - Inventory , description: Move Order headers table , implementation_dba_data: INV.MTL_TXN_REQUEST_HEADERS ,
-
Table: MTL_TXN_REQUEST_HEADERS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_TXN_REQUEST_HEADERS, object_name:MTL_TXN_REQUEST_HEADERS, status:VALID, product: INV - Inventory , description: Move Order headers table , implementation_dba_data: INV.MTL_TXN_REQUEST_HEADERS ,
-
Table: MTL_TRANSACTION_TYPES
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_TRANSACTION_TYPES, object_name:MTL_TRANSACTION_TYPES, status:VALID, product: INV - Inventory , description: Inventory Transaction Types Table , implementation_dba_data: INV.MTL_TRANSACTION_TYPES ,
-
Table: MTL_KANBAN_CARDS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_KANBAN_CARDS, object_name:MTL_KANBAN_CARDS, status:VALID, product: INV - Inventory , description: Kanban Cards , implementation_dba_data: INV.MTL_KANBAN_CARDS ,
-
Table: MTL_KANBAN_CARDS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_KANBAN_CARDS, object_name:MTL_KANBAN_CARDS, status:VALID, product: INV - Inventory , description: Kanban Cards , implementation_dba_data: INV.MTL_KANBAN_CARDS ,
-
Table: MTL_KANBAN_CARD_ACTIVITY
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_KANBAN_CARD_ACTIVITY, object_name:MTL_KANBAN_CARD_ACTIVITY, status:VALID, product: INV - Inventory , description: Kanban Card Activity , implementation_dba_data: INV.MTL_KANBAN_CARD_ACTIVITY ,
-
Table: MTL_KANBAN_CARD_ACTIVITY
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_KANBAN_CARD_ACTIVITY, object_name:MTL_KANBAN_CARD_ACTIVITY, status:VALID, product: INV - Inventory , description: Kanban Card Activity , implementation_dba_data: INV.MTL_KANBAN_CARD_ACTIVITY ,
-
Table: MTL_TRANSACTION_TYPES
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_TRANSACTION_TYPES, object_name:MTL_TRANSACTION_TYPES, status:VALID, product: INV - Inventory , description: Inventory Transaction Types Table , implementation_dba_data: INV.MTL_TRANSACTION_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 ,
-
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 ,
-
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 ,
-
View: INVBV_MOVE_ORDERS_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVBV_MOVE_ORDERS_LINES, object_name:INVBV_MOVE_ORDERS_LINES, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.INVBV_MOVE_ORDERS_LINES ,
-
Table: MTL_TRANSACTION_REASONS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_TRANSACTION_REASONS, object_name:MTL_TRANSACTION_REASONS, status:VALID, product: INV - Inventory , description: Inventory Transaction Reasons Table , implementation_dba_data: INV.MTL_TRANSACTION_REASONS ,
-
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 ,
-
View: INVBV_MOVE_ORDERS_LINES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVBV_MOVE_ORDERS_LINES, object_name:INVBV_MOVE_ORDERS_LINES, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.INVBV_MOVE_ORDERS_LINES ,
-
Table: MTL_TRANSACTION_REASONS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_TRANSACTION_REASONS, object_name:MTL_TRANSACTION_REASONS, status:VALID, product: INV - Inventory , description: Inventory Transaction Reasons Table , implementation_dba_data: INV.MTL_TRANSACTION_REASONS ,
-
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 ,
-
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: MTL_TXN_BACKORDERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_TXN_BACKORDERS_V, object_name:MTL_TXN_BACKORDERS_V, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.MTL_TXN_BACKORDERS_V ,
-
Table: MTL_PARAMETERS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PARAMETERS, object_name:MTL_PARAMETERS, status:VALID, product: INV - Inventory , description: Inventory control options and defaults , implementation_dba_data: INV.MTL_PARAMETERS ,
-
Table: MTL_PARAMETERS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_PARAMETERS, object_name:MTL_PARAMETERS, status:VALID, product: INV - Inventory , description: Inventory control options and defaults , implementation_dba_data: INV.MTL_PARAMETERS ,
-
View: MTL_TXN_BACKORDERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_TXN_BACKORDERS_V, object_name:MTL_TXN_BACKORDERS_V, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.MTL_TXN_BACKORDERS_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_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 ,
-
View: INVFV_MOVE_ORDERS_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_MOVE_ORDERS_LINES, object_name:INVFV_MOVE_ORDERS_LINES, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.INVFV_MOVE_ORDERS_LINES ,
-
View: INVFV_MOVE_ORDERS_LINES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_MOVE_ORDERS_LINES, object_name:INVFV_MOVE_ORDERS_LINES, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.INVFV_MOVE_ORDERS_LINES ,
-
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 ,
-
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 ,
-
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_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_TXN_REQUEST_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_TXN_REQUEST_LINES_V, object_name:MTL_TXN_REQUEST_LINES_V, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.MTL_TXN_REQUEST_LINES_V ,
-
View: MTL_TXN_REQUEST_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_TXN_REQUEST_LINES_V, object_name:MTL_TXN_REQUEST_LINES_V, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.MTL_TXN_REQUEST_LINES_V ,
-
View: INVFV_KANBAN_CARD_ACTIVITIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_KANBAN_CARD_ACTIVITIES, object_name:INVFV_KANBAN_CARD_ACTIVITIES, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_KANBAN_CARD_ACTIVITIES ,
-
View: INVFV_KANBAN_CARD_ACTIVITIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_KANBAN_CARD_ACTIVITIES, object_name:INVFV_KANBAN_CARD_ACTIVITIES, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_KANBAN_CARD_ACTIVITIES ,
-
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 ,