Search Results mtl_onhand_quantities_detail
The MTL_ONHAND_QUANTITIES_DETAIL table in Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 is a critical inventory management table that stores detailed on-hand quantity information for items across various organizational structures. This table is part of the Oracle Inventory module and serves as a foundational data source for tracking item quantities, lot/serial attributes, and subinventory details. Below is a detailed breakdown of its structure, purpose, and key functionalities.
Purpose and Overview
The MTL_ONHAND_QUANTITIES_DETAIL table captures granular on-hand inventory data, including item quantities, lot numbers, serial numbers, revisions, and locator details. It supports real-time inventory visibility, enabling organizations to manage stock levels, perform cycle counts, and execute transactions like issues, transfers, and receipts. This table is tightly integrated with other inventory tables such as MTL_SYSTEM_ITEMS_B, MTL_ITEM_LOCATIONS, and MTL_SECONDARY_INVENTORIES.
Key Columns and Their Significance
- INVENTORY_ITEM_ID: Links to MTL_SYSTEM_ITEMS_B to identify the item.
- ORGANIZATION_ID: Specifies the inventory organization where the item is stored.
- SUBINVENTORY_CODE: Identifies the subinventory (e.g., "STOREROOM" or "WIP").
- LOCATOR_ID: References MTL_ITEM_LOCATIONS for bin-level tracking.
- LOT_NUMBER and SERIAL_NUMBER: Track lot/serial-controlled items.
- PRIMARY_QUANTITY: Stores the on-hand quantity in the primary unit of measure.
- TRANSACTION_QUANTITY: Tracks quantities involved in pending transactions.
- REVISION: Captures item revision details for engineering-controlled items.
Integration with Other Modules
The table integrates with Oracle's core modules:
- Order Management: Ensures accurate ATP (Available-to-Promise) checks.
- Purchasing: Validates receipt quantities against purchase orders.
- Manufacturing: Tracks WIP (Work in Process) component availability.
- Cost Management: Provides data for inventory valuation and cost roll-ups.
Performance Considerations
Due to its transactional nature, the MTL_ONHAND_QUANTITIES_DETAIL table can grow significantly in high-volume environments. Oracle recommends:
- Regularly purging obsolete data using INV_PURGE_UTILITY.
- Partitioning the table by ORGANIZATION_ID for scalability.
- Creating indexes on frequently queried columns (e.g., INVENTORY_ITEM_ID, LOT_NUMBER).
Common Use Cases
- Inventory Reconciliation: Comparing physical counts with system records.
- Lot/Serial Traceability: Tracking item movements for compliance (e.g., FDA, ISO).
- Reporting: Generating stock status, aging, or turnover reports.
Differences Between EBS 12.1.1 and 12.2.2
While the core structure remains consistent, EBS 12.2.2 introduces optimizations for cloud deployments, including:
- Enhanced partitioning strategies for multi-tenant architectures.
- Improved APIs for REST-based integrations.
- Additional columns for advanced lot/serial attributes.
Conclusion
The MTL_ONHAND_QUANTITIES_DETAIL table is indispensable for inventory accuracy in Oracle EBS. Its design supports complex tracking requirements while integrating seamlessly with other modules. Proper maintenance and indexing are essential to ensure optimal performance, especially in large-scale implementations.
-
Table: MTL_ONHAND_QUANTITIES_DETAIL
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ONHAND_QUANTITIES_DETAIL, object_name:MTL_ONHAND_QUANTITIES_DETAIL, status:VALID, product: INV - Inventory , description: FIFO quantities by control level and receipt , implementation_dba_data: INV.MTL_ONHAND_QUANTITIES_DETAIL ,
-
Table: MTL_ONHAND_QUANTITIES_DETAIL
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_ONHAND_QUANTITIES_DETAIL, object_name:MTL_ONHAND_QUANTITIES_DETAIL, status:VALID, product: INV - Inventory , description: FIFO quantities by control level and receipt , implementation_dba_data: INV.MTL_ONHAND_QUANTITIES_DETAIL ,
-
View: MTL_ONHAND_QTY_COST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ONHAND_QTY_COST_V, object_name:MTL_ONHAND_QTY_COST_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_ONHAND_QTY_COST_V ,
-
View: MTL_ONHAND_QTY_COST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ONHAND_QTY_COST_V, object_name:MTL_ONHAND_QTY_COST_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_ONHAND_QTY_COST_V ,
-
View: MTL_SECINV_QUANTITIES_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SECINV_QUANTITIES_VIEW, object_name:MTL_SECINV_QUANTITIES_VIEW, status:VALID, product: INV - Inventory , description: View of Item subinventory , implementation_dba_data: APPS.MTL_SECINV_QUANTITIES_VIEW ,
-
View: ICX_MTL_DEMAND_SUMMARY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_MTL_DEMAND_SUMMARY_V INV.ICX_MTL_DEMAND_SUMMARY_V, object_name:ICX_MTL_DEMAND_SUMMARY_V, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.ICX_MTL_DEMAND_SUMMARY_V ,
-
View: ICX_MTL_DEMAND_SUMMARY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_MTL_DEMAND_SUMMARY_V INV.ICX_MTL_DEMAND_SUMMARY_V, object_name:ICX_MTL_DEMAND_SUMMARY_V, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.ICX_MTL_DEMAND_SUMMARY_V ,
-
View: MTL_ITEM_LOCATIONS_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_LOCATIONS_VIEW, object_name:MTL_ITEM_LOCATIONS_VIEW, status:VALID, product: INV - Inventory , description: View of item quantities by locator , implementation_dba_data: APPS.MTL_ITEM_LOCATIONS_VIEW ,
-
View: MTL_SECINV_QUANTITIES_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SECINV_QUANTITIES_VIEW, object_name:MTL_SECINV_QUANTITIES_VIEW, status:VALID, product: INV - Inventory , description: View of Item subinventory , implementation_dba_data: APPS.MTL_SECINV_QUANTITIES_VIEW ,
-
View: MTL_ITEM_QUANTITIES_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_QUANTITIES_VIEW, object_name:MTL_ITEM_QUANTITIES_VIEW, status:VALID, product: INV - Inventory , description: Item onhand quantities view , implementation_dba_data: APPS.MTL_ITEM_QUANTITIES_VIEW ,
-
View: MTL_ITEM_LOCATIONS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_LOCATIONS_VIEW, object_name:MTL_ITEM_LOCATIONS_VIEW, status:VALID, product: INV - Inventory , description: View of item quantities by locator , implementation_dba_data: APPS.MTL_ITEM_LOCATIONS_VIEW ,
-
View: MTL_ITEM_QUANTITIES_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_QUANTITIES_VIEW, object_name:MTL_ITEM_QUANTITIES_VIEW, status:VALID, product: INV - Inventory , description: Item onhand quantities view , implementation_dba_data: APPS.MTL_ITEM_QUANTITIES_VIEW ,
-
View: MTL_NEGATIVE_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_NEGATIVE_VIEW, object_name:MTL_NEGATIVE_VIEW, status:VALID, product: INV - Inventory , description: View of onhand negative inventory , implementation_dba_data: APPS.MTL_NEGATIVE_VIEW ,
-
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_ITEM_LOT_QUANTITIES_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_LOT_QUANTITIES_VIEW, object_name:MTL_ITEM_LOT_QUANTITIES_VIEW, status:VALID, product: INV - Inventory , description: Item lot quantities under subinventory and locator , implementation_dba_data: APPS.MTL_ITEM_LOT_QUANTITIES_VIEW ,
-
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_ITEM_LOT_QUANTITIES_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_LOT_QUANTITIES_VIEW, object_name:MTL_ITEM_LOT_QUANTITIES_VIEW, status:VALID, product: INV - Inventory , description: Item lot quantities under subinventory and locator , implementation_dba_data: APPS.MTL_ITEM_LOT_QUANTITIES_VIEW ,
-
View: MTL_NEGATIVE_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_NEGATIVE_VIEW, object_name:MTL_NEGATIVE_VIEW, status:VALID, product: INV - Inventory , description: View of onhand negative inventory , implementation_dba_data: APPS.MTL_NEGATIVE_VIEW ,
-
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 ,
-
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_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 ,
-
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_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_LOT_ISSUES_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_LOT_ISSUES_VAL_V, object_name:MTL_LOT_ISSUES_VAL_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_LOT_ISSUES_VAL_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_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.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_LOT_ISSUES_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_LOT_ISSUES_VAL_V, object_name:MTL_LOT_ISSUES_VAL_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_LOT_ISSUES_VAL_V ,
-
View: MTL_ONHAND_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ONHAND_ITEMS_V, object_name:MTL_ONHAND_ITEMS_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ONHAND_ITEMS_V ,
-
View: MTL_ONHAND_REV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ONHAND_REV_V, object_name:MTL_ONHAND_REV_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ONHAND_REV_V ,
-
View: MTL_ONHAND_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ONHAND_ITEMS_V, object_name:MTL_ONHAND_ITEMS_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ONHAND_ITEMS_V ,
-
View: MTL_ONHAND_REV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ONHAND_REV_V, object_name:MTL_ONHAND_REV_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ONHAND_REV_V ,
-
View: MTL_ONHAND_QUANTITIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ONHAND_QUANTITIES, object_name:MTL_ONHAND_QUANTITIES, status:VALID, product: INV - Inventory , description: View of items owned, planned and physically belonging to the same inventory organization , implementation_dba_data: APPS.MTL_ONHAND_QUANTITIES ,
-
View: MTL_ONHAND_QUANTITIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ONHAND_QUANTITIES, object_name:MTL_ONHAND_QUANTITIES, status:VALID, product: INV - Inventory , description: View of items owned, planned and physically belonging to the same inventory organization , implementation_dba_data: APPS.MTL_ONHAND_QUANTITIES ,
-
View: MTL_ONHAND_SUB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ONHAND_SUB_V, object_name:MTL_ONHAND_SUB_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ONHAND_SUB_V ,
-
View: MTL_ONHAND_LOCATOR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ONHAND_LOCATOR_V, object_name:MTL_ONHAND_LOCATOR_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ONHAND_LOCATOR_V ,
-
View: MTL_ONHAND_LOCATOR_LOT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ONHAND_LOCATOR_LOT_V, object_name:MTL_ONHAND_LOCATOR_LOT_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ONHAND_LOCATOR_LOT_V ,
-
View: MTL_ONHAND_LOCATOR_LOT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ONHAND_LOCATOR_LOT_V, object_name:MTL_ONHAND_LOCATOR_LOT_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ONHAND_LOCATOR_LOT_V ,
-
View: MTL_ONHAND_LOCATOR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ONHAND_LOCATOR_V, object_name:MTL_ONHAND_LOCATOR_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ONHAND_LOCATOR_V ,
-
View: MTL_ONHAND_ATP
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ONHAND_ATP, object_name:MTL_ONHAND_ATP, status:VALID, product: INV - Inventory , description: This view would be used by Planning to calculate the ATPable quantity for an item. , implementation_dba_data: APPS.MTL_ONHAND_ATP ,
-
View: MTL_ONHAND_ATP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ONHAND_ATP, object_name:MTL_ONHAND_ATP, status:VALID, product: INV - Inventory , description: This view would be used by Planning to calculate the ATPable quantity for an item. , implementation_dba_data: APPS.MTL_ONHAND_ATP ,
-
View: MTL_ONHAND_SUB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ONHAND_SUB_V, object_name:MTL_ONHAND_SUB_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ONHAND_SUB_V ,
-
View: MTL_ONHAND_LOT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ONHAND_LOT_V, object_name:MTL_ONHAND_LOT_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ONHAND_LOT_V ,
-
View: MTL_ONHAND_LOT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ONHAND_LOT_V, object_name:MTL_ONHAND_LOT_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ONHAND_LOT_V ,
-
View: MTL_LOT_ONHAND_SUM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_LOT_ONHAND_SUM_V, object_name:MTL_LOT_ONHAND_SUM_V, status:VALID, product: INV - Inventory , description: Quantity view for Lot uom conversion use , implementation_dba_data: APPS.MTL_LOT_ONHAND_SUM_V ,
-
View: MTL_ONHAND_NET
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ONHAND_NET, object_name:MTL_ONHAND_NET, status:VALID, product: INV - Inventory , description: The view shows the net onhand quantity and checks the validity of lot number and locator. , implementation_dba_data: APPS.MTL_ONHAND_NET ,
-
View: MTL_LOT_ONHAND_SUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_LOT_ONHAND_SUM_V, object_name:MTL_LOT_ONHAND_SUM_V, status:VALID, product: INV - Inventory , description: The view is used to get total onhand of a lot number. , implementation_dba_data: APPS.MTL_LOT_ONHAND_SUM_V ,
-
View: MTL_ONHAND_NET
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ONHAND_NET, object_name:MTL_ONHAND_NET, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.MTL_ONHAND_NET ,
-
View: MTL_ORGANIZATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ORGANIZATIONS, object_name:MTL_ORGANIZATIONS, status:VALID, product: INV - Inventory , description: View of organizations , implementation_dba_data: APPS.MTL_ORGANIZATIONS ,
-
View: MTL_ORGANIZATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ORGANIZATIONS, object_name:MTL_ORGANIZATIONS, status:VALID, product: INV - Inventory , description: View of organizations , implementation_dba_data: APPS.MTL_ORGANIZATIONS ,