Search Results mtl_uom_conversions
Deep Dive into MTL_UOM_CONVERSIONS Table in Oracle EBS 12.1.1/12.2.2
The MTL_UOM_CONVERSIONS table is a fundamental data structure within Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, serving as the repository for unit of measure (UOM) conversion rules. This table enables the system to perform automatic conversions between different units of measure for items, facilitating accurate inventory management, purchasing, order fulfillment, and manufacturing processes.
Table Purpose and Functional Context
In Oracle Inventory and related modules, items may be purchased, stocked, or transacted in different units of measure. The MTL_UOM_CONVERSIONS table stores conversion factors between:
- Primary and secondary UOMs defined for items
- Standard UOM pairs (e.g., pounds to kilograms)
- Item-specific UOM conversions
Key Columns and Relationships
Column Name | Data Type | Description |
---|---|---|
UOM_CONVERSION_ID | NUMBER | Primary key identifier |
INVENTORY_ITEM_ID | NUMBER | References MTL_SYSTEM_ITEMS_B |
ORGANIZATION_ID | NUMBER | References ORG_ORGANIZATION_DEFINITIONS |
UOM_CODE | VARCHAR2(3) | From UOM code |
UOM_CLASS | VARCHAR2(10) | UOM classification |
CONVERSION_RATE | NUMBER | Conversion factor |
DISABLE_DATE | DATE | Date when conversion becomes inactive |
Technical Implementation Details
The table participates in several critical processes:
- Inventory Transactions: Converts quantities when receiving, issuing, or transferring items
- Order Management: Facilitates UOM conversions between order entry and fulfillment units
- BOM Calculations: Supports component quantity conversions in manufacturing
Integration Points
MTL_UOM_CONVERSIONS integrates with:
- Inventory module (MTL_SYSTEM_ITEMS_B)
- Order Management (OE_ORDER_LINES)
- Purchasing (PO_REQUISITION_LINES)
- Work in Process (WIP_REQUIREMENTS)
Data Management Considerations
Key maintenance aspects include:
- Conversion rates must be maintained for all active UOM pairs
- Default conversions exist for standard UOMs (e.g., 1 DOZEN = 12 EACH)
- Item-specific conversions override standard conversions
- Conversions can be organization-specific or global
Performance Implications
The table is heavily accessed during:
- Material transaction processing
- Order entry and pricing calculations
- Inventory reporting and valuation
Appropriate indexing on INVENTORY_ITEM_ID, ORGANIZATION_ID, and UOM_CODE is critical for performance.
Customization and Extension Points
The table can be extended through:
- Custom conversion rules for specialized UOMs
- Triggers for validation or derivation logic
- Views for reporting purposes
Understanding MTL_UOM_CONVERSIONS is essential for accurate inventory management and transaction processing in Oracle EBS implementations. Proper configuration and maintenance of this table directly impacts operational efficiency and data integrity across supply chain modules.
-
Table: MTL_UOM_CONVERSIONS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_UOM_CONVERSIONS, object_name:MTL_UOM_CONVERSIONS, status:VALID, product: INV - Inventory , description: Unit of measure conversion table for both default and item specific conversions , implementation_dba_data: INV.MTL_UOM_CONVERSIONS ,
-
Table: MTL_UOM_CONVERSIONS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_UOM_CONVERSIONS, object_name:MTL_UOM_CONVERSIONS, status:VALID, product: INV - Inventory , description: Unit of measure conversion table for both default and item specific conversions , implementation_dba_data: INV.MTL_UOM_CONVERSIONS ,
-
Lookup Type: MTL_UOM_CONVERSIONS
12.1.1
product: INV - Inventory , meaning: MTL UOM CONVERSIONS ,
-
Lookup Type: MTL_UOM_CONVERSIONS
12.2.2
product: INV - Inventory , meaning: MTL UOM CONVERSIONS ,
-
View: MTL_UOM_CONVERSIONS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_UOM_CONVERSIONS_VIEW, object_name:MTL_UOM_CONVERSIONS_VIEW, status:VALID, product: INV - Inventory , description: View giving unit of measure conversion rates between the primary unit of measure and another unit of measure , implementation_dba_data: APPS.MTL_UOM_CONVERSIONS_VIEW ,
-
View: MTL_UOM_CONVERSIONS_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_UOM_CONVERSIONS_VIEW, object_name:MTL_UOM_CONVERSIONS_VIEW, status:VALID, product: INV - Inventory , description: View giving unit of measure conversion rates between the primary unit of measure and another unit of measure , implementation_dba_data: APPS.MTL_UOM_CONVERSIONS_VIEW ,
-
View: MTL_ALL_PRIMARY_UOMS_VV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ALL_PRIMARY_UOMS_VV, object_name:MTL_ALL_PRIMARY_UOMS_VV, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ALL_PRIMARY_UOMS_VV ,
-
View: MTL_UOM_CONVERSIONS_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_UOM_CONVERSIONS_VAL_V, object_name:MTL_UOM_CONVERSIONS_VAL_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_UOM_CONVERSIONS_VAL_V ,
-
View: MTL_ALL_PRIMARY_UOMS_VV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ALL_PRIMARY_UOMS_VV, object_name:MTL_ALL_PRIMARY_UOMS_VV, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ALL_PRIMARY_UOMS_VV ,
-
View: MTL_PRIMARY_UOMS_VV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_PRIMARY_UOMS_VV, object_name:MTL_PRIMARY_UOMS_VV, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_PRIMARY_UOMS_VV ,
-
View: MTL_UOM_CONVERSIONS_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_UOM_CONVERSIONS_VAL_V, object_name:MTL_UOM_CONVERSIONS_VAL_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_UOM_CONVERSIONS_VAL_V ,
-
View: MTL_PRIMARY_UOMS_VV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_PRIMARY_UOMS_VV, object_name:MTL_PRIMARY_UOMS_VV, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_PRIMARY_UOMS_VV ,
-
View: INVBV_UOM_CONVERSIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVBV_UOM_CONVERSIONS, object_name:INVBV_UOM_CONVERSIONS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVBV_UOM_CONVERSIONS ,
-
View: INVBV_UOM_CONVERSIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVBV_UOM_CONVERSIONS, object_name:INVBV_UOM_CONVERSIONS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVBV_UOM_CONVERSIONS ,
-
View: INVFV_UOM_CONVERSIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_UOM_CONVERSIONS, object_name:INVFV_UOM_CONVERSIONS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_UOM_CONVERSIONS ,
-
View: INVFV_UOM_CONVERSIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_UOM_CONVERSIONS, object_name:INVFV_UOM_CONVERSIONS, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_UOM_CONVERSIONS ,
-
View: MTL_ITEM_UOMS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_UOMS_VIEW, object_name:MTL_ITEM_UOMS_VIEW, status:VALID, product: INV - Inventory , description: Holds valid UOMs for items, considering the conversions that are defined , implementation_dba_data: APPS.MTL_ITEM_UOMS_VIEW ,
-
View: MTL_ITEM_UOMS_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_UOMS_VIEW, object_name:MTL_ITEM_UOMS_VIEW, status:VALID, product: INV - Inventory , description: Holds valid UOMs for items, considering the conversions that are defined , implementation_dba_data: APPS.MTL_ITEM_UOMS_VIEW ,
-
View: MTL_ITEM_LOT_UOM_CONV_ERV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_LOT_UOM_CONV_ERV, object_name:MTL_ITEM_LOT_UOM_CONV_ERV, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.MTL_ITEM_LOT_UOM_CONV_ERV ,
-
View: MTL_ITEM_LOT_UOM_CONV_ERV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_LOT_UOM_CONV_ERV, object_name:MTL_ITEM_LOT_UOM_CONV_ERV, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.MTL_ITEM_LOT_UOM_CONV_ERV ,