Search Results mtl_material_transactions
Here's a detailed description of the MTL_MATERIAL_TRANSACTIONS table in Oracle E-Business Suite:
Table Name: MTL_MATERIAL_TRANSACTIONS
Module: Inventory Management (INV)
Purpose:
- Tracks all material movements and inventory transactions
- Records detailed information about inventory item movements across subinventories
- Serves as a primary transaction history log for inventory operations
Key Columns:
1. TRANSACTION_ID (Primary Key)
- Unique identifier for each transaction
- Sequentially generated
- Used for referencing specific inventory movements
2. INVENTORY_ITEM_ID
- Links to MTL_SYSTEM_ITEMS table
- Identifies the specific inventory item being transacted
3. ORGANIZATION_ID
- Identifies the inventory organization
- References HR_ORGANIZATION_UNITS
4. TRANSACTION_TYPE_ID
- Indicates the type of transaction (e.g., receipt, issue, transfer)
- Links to MTL_TRANSACTION_TYPES
5. TRANSACTION_SOURCE_TYPE_ID
- Specifies the source of the transaction (e.g., PO, Work Order)
6. TRANSACTION_SOURCE_ID
- Reference to source document (Purchase Order, Work Order)
7. TRANSACTION_DATE
- Date and timestamp of the transaction
- Used for tracking and reporting purposes
8. PRIMARY_QUANTITY
- Quantity of items transacted
- Recorded in primary inventory unit of measure
9. TRANSACTION_QUANTITY
- Actual quantity moved
- Can differ from primary quantity based on UOM conversions
10. SUBINVENTORY_CODE
- Source and destination subinventory locations
11. LOCATOR_ID
- Specific storage location within subinventory
Common Transaction Types:
- Receipts
- Issues
- Transfers
- Adjustments
- Cost updates
Important Considerations:
- Closely integrated with Oracle Inventory, Purchasing, and Manufacturing modules
- Critical for inventory tracking and costing
- Used extensively in inventory reconciliation and auditing
Reporting and Analysis:
- Provides comprehensive transaction history
- Supports inventory valuation
- Enables detailed traceability of item movements
Performance Tips:
- Indexed on TRANSACTION_ID, INVENTORY_ITEM_ID
- Large volume table, consider partitioning for large inventories
Sample SQL Query:
```sql
SELECT transaction_id,
inventory_item_id,
transaction_date,
transaction_type_id,
primary_quantity
FROM mtl_material_transactions
WHERE organization_id = :p_org_id
AND transaction_date BETWEEN :start_date AND :end_date;
```
This comprehensive overview covers the essential aspects of the MTL_MATERIAL_TRANSACTIONS table in Oracle E-Business Suite's Inventory Management module.
-
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 ,
-
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 ,
-
APPS.QA_SOLUTION_DISPOSITION_PKG dependencies on MTL_MATERIAL_TRANSACTIONS
12.1.1
-
APPS.CST_DRILLDOWN_PUB_PKG dependencies on MTL_MATERIAL_TRANSACTIONS
12.1.1
-
APPS.CSTPPLLC dependencies on MTL_MATERIAL_TRANSACTIONS
12.1.1
-
APPS.INV_MGD_MVT_INV_MDTR dependencies on MTL_MATERIAL_TRANSACTIONS
12.1.1
-
APPS.INV_GENEALOGY_PUB dependencies on MTL_MATERIAL_TRANSACTIONS
12.1.1
-
APPS.INV_DIAG_PI_SUBLOC dependencies on MTL_MATERIAL_TRANSACTIONS
12.1.1
-
APPS.WIP_MOVE_VALIDATOR dependencies on MTL_MATERIAL_TRANSACTIONS
12.1.1
-
APPS.WIP_MTLPROC_PRIV dependencies on MTL_MATERIAL_TRANSACTIONS
12.1.1
-
APPS.LOT_SPLIT_DATA_INSERT dependencies on MTL_MATERIAL_TRANSACTIONS
12.1.1
-
APPS.CST_SLA_UPDATE_PKG dependencies on MTL_MATERIAL_TRANSACTIONS
12.1.1
-
APPS.CSI_ITEM_INSTANCE_VLD_PVT dependencies on MTL_MATERIAL_TRANSACTIONS
12.1.1
-
APPS.OPI_DBI_BOUNDS_PKG dependencies on MTL_MATERIAL_TRANSACTIONS
12.1.1
-
APPS.GMIVDX dependencies on MTL_MATERIAL_TRANSACTIONS
12.1.1
-
APPS.OPIMPDAT dependencies on MTL_MATERIAL_TRANSACTIONS
12.1.1
-
APPS.GME_POST_MIGRATION dependencies on MTL_MATERIAL_TRANSACTIONS
12.1.1
-
APPS.CSTPPACQ dependencies on MTL_MATERIAL_TRANSACTIONS
12.1.1
-
APPS.CONVERT_TEST dependencies on MTL_MATERIAL_TRANSACTIONS
12.1.1
-
APPS.CST_LCMADJUSTMENTS_PUB dependencies on MTL_MATERIAL_TRANSACTIONS
12.1.1
-
APPS.CSE_ASSET_UTIL_PKG dependencies on MTL_MATERIAL_TRANSACTIONS
12.1.1
-
APPS.CST_PERIODIC_ABSORPTION_PROC dependencies on MTL_MATERIAL_TRANSACTIONS
12.1.1
-
APPS.GME_API_GRP dependencies on MTL_MATERIAL_TRANSACTIONS
12.1.1
-
APPS.CSI_INV_TXN_HOOK_PKG dependencies on MTL_MATERIAL_TRANSACTIONS
12.1.1
-
APPS.MTL_LOT_UOM_CONV_PVT dependencies on MTL_MATERIAL_TRANSACTIONS
12.1.1
-
APPS.OPI_DBI_COMMON_MOD_INIT_PKG dependencies on MTL_MATERIAL_TRANSACTIONS
12.1.1
-
APPS.PO_INV_THIRD_PARTY_STOCK_MDTR dependencies on MTL_MATERIAL_TRANSACTIONS
12.1.1
-
APPS.PJM_COMMON_PROJ_PKG dependencies on MTL_MATERIAL_TRANSACTIONS
12.1.1
-
APPS.INVTVTUS dependencies on MTL_MATERIAL_TRANSACTIONS
12.1.1
-
APPS.GME_INCREMENTAL_BACKFLUSH_PVT dependencies on MTL_MATERIAL_TRANSACTIONS
12.1.1
-
APPS.PO_AP_PURGE_PVT dependencies on MTL_MATERIAL_TRANSACTIONS
12.1.1
-
APPS.OPI_DBI_INV_CCA_PKG dependencies on MTL_MATERIAL_TRANSACTIONS
12.1.1
-
APPS.INV_GMI_MIGRATION dependencies on MTL_MATERIAL_TRANSACTIONS
12.1.1
-
APPS.CSP_MO_MTLTXNS_UTIL dependencies on MTL_MATERIAL_TRANSACTIONS
12.1.1
-
APPS.CST_REVENUECOGSMATCH_PVT dependencies on MTL_MATERIAL_TRANSACTIONS
12.1.1
-
APPS.CST_XLA_PVT dependencies on MTL_MATERIAL_TRANSACTIONS
12.1.1
-
APPS.CSE_UTIL_PKG dependencies on MTL_MATERIAL_TRANSACTIONS
12.1.1
-
APPS.OPI_DBI_INV_CPCS_PKG dependencies on MTL_MATERIAL_TRANSACTIONS
12.1.1
-
APPS.WSMPGENE dependencies on MTL_MATERIAL_TRANSACTIONS
12.1.1
-
APPS.WSM_SERIAL_SUPPORT_GRP dependencies on MTL_MATERIAL_TRANSACTIONS
12.1.1
-
APPS.CSTACPCS dependencies on MTL_MATERIAL_TRANSACTIONS
12.1.1
-
APPS.INV_HV_TXN_PURGE dependencies on MTL_MATERIAL_TRANSACTIONS
12.1.1
-
APPS.INV_TXNSTUB_PUB dependencies on MTL_MATERIAL_TRANSACTIONS
12.1.1
-
APPS.GME_API_PUB dependencies on MTL_MATERIAL_TRANSACTIONS
12.1.1
-
APPS.INV_LABEL_PVT1 dependencies on MTL_MATERIAL_TRANSACTIONS
12.1.1
-
APPS.INV_TXN_PURGE_WORKER dependencies on MTL_MATERIAL_TRANSACTIONS
12.1.1
-
APPS.CSI_UTL_PKG dependencies on MTL_MATERIAL_TRANSACTIONS
12.1.1
-
APPS.CSI_WIP_TRXS_PKG dependencies on MTL_MATERIAL_TRANSACTIONS
12.1.1
-
APPS.CSTPLMWI dependencies on MTL_MATERIAL_TRANSACTIONS
12.1.1
-
APPS.GME_MOBILE_LOVS dependencies on MTL_MATERIAL_TRANSACTIONS
12.1.1