Search Results mtl_txn_request_headers
The MTL_TXN_REQUEST_HEADERS
table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical repository for storing transactional request header information related to inventory movements. This table serves as the primary entity for tracking material transaction requests before they are processed into actual inventory transactions. It is part of Oracle Inventory's transactional framework and integrates with modules such as Order Management, Purchasing, and Manufacturing to facilitate seamless material flow across the supply chain.
### **Key Attributes of MTL_TXN_REQUEST_HEADERS**
1. **Header_ID**: A unique identifier for each transaction request, serving as the primary key.
2. **Request_Number**: A user-friendly reference number for tracking the transaction request.
3. **Status**: Indicates the processing state (e.g., "Pending," "Processed," "Error").
4. **Transaction_Type_ID**: Links to MTL_TRANSACTION_TYPES
to define the nature of the transaction (e.g., "Issue," "Transfer," "Receipt").
5. **Organization_ID**: Specifies the inventory organization where the transaction originates.
6. **Date_Required**: The requested date for transaction processing.
7. **Description**: Optional notes or remarks about the request.
8. **Created_By, Creation_Date, Last_Update_Date**: Audit columns tracking who created or modified the record.
### **Functional Role in Oracle EBS**
The MTL_TXN_REQUEST_HEADERS
table acts as a staging area for transactional data before it is converted into actual inventory movements (recorded in MTL_MATERIAL_TRANSACTIONS
). It supports:
- **Batch Processing**: Enables grouping of multiple line-level requests (MTL_TXN_REQUEST_LINES
) under a single header.
- **Workflow Integration**: Status fields facilitate approval workflows for transactions requiring validation.
- **Error Handling**: Failed transactions retain records for troubleshooting without affecting inventory balances.
### **Integration with Other Modules**
- **Order Management**: Sales order picks or returns generate transaction requests.
- **Purchasing**: Purchase order receipts or returns are staged here before processing.
- **Manufacturing**: Component issues or assembly completions are initiated via this table.
### **Technical Considerations**
- **Indexes**: Optimized for queries on Header_ID
, Request_Number
, and Status
.
- **Concurrency**: Uses Oracle’s locking mechanisms to prevent conflicts during batch processing.
- **Purge Policies**: Administrators may archive processed records to maintain performance.
### **Customization and Extensions**
- **API Usage**: The INV_TXN_MANAGER_PUB
package processes requests programmatically.
- **Triggers**: Custom logic can enforce validations before status changes.
- **Reporting**: Joined with MTL_TXN_REQUEST_LINES
for detailed transaction analysis.
### **Conclusion**
The MTL_TXN_REQUEST_HEADERS
table is foundational to Oracle Inventory’s transactional integrity, ensuring that material movements are accurately staged, validated, and executed. Its design supports scalability, auditability, and integration across Oracle EBS modules, making it indispensable for inventory and supply chain operations. Administrators and developers should leverage its structure for custom workflows or reporting while adhering to Oracle’s data governance standards.
-
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_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 ,
-
View: INVBV_MOVE_ORDERS_HEADERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVBV_MOVE_ORDERS_HEADERS, object_name:INVBV_MOVE_ORDERS_HEADERS, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.INVBV_MOVE_ORDERS_HEADERS ,
-
View: INVBV_MOVE_ORDERS_HEADERS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVBV_MOVE_ORDERS_HEADERS, object_name:INVBV_MOVE_ORDERS_HEADERS, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.INVBV_MOVE_ORDERS_HEADERS ,
-
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.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_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 ,
-
View: INVFV_MOVE_ORDERS_HEADERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_MOVE_ORDERS_HEADERS, object_name:INVFV_MOVE_ORDERS_HEADERS, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.INVFV_MOVE_ORDERS_HEADERS ,
-
View: INVFV_MOVE_ORDERS_HEADERS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_MOVE_ORDERS_HEADERS, object_name:INVFV_MOVE_ORDERS_HEADERS, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.INVFV_MOVE_ORDERS_HEADERS ,
-
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_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_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_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 ,
-
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 ,
-
View: MTL_TXN_REQUEST_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_TXN_REQUEST_HEADERS_V, object_name:MTL_TXN_REQUEST_HEADERS_V, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.MTL_TXN_REQUEST_HEADERS_V ,
-
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 ,
-
View: MTL_TXN_REQUEST_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_TXN_REQUEST_HEADERS_V, object_name:MTL_TXN_REQUEST_HEADERS_V, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.MTL_TXN_REQUEST_HEADERS_V ,
-
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: 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 ,
-
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: 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 ,
-
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 ,