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 ,
-
APPS.WSM_INFINITE_SCHEDULER_PVT dependencies on MTL_UOM_CONVERSIONS
12.1.1
-
APPS.CUG_GENERIC_WF_PKG dependencies on MTL_UOM_CONVERSIONS
12.1.1
-
APPS.WMS_RULE_PVT dependencies on MTL_UOM_CONVERSIONS
12.1.1
-
APPS.CSM_UTIL_PKG dependencies on MTL_UOM_CONVERSIONS
12.1.1
-
APPS.MSD_DEM_SR_UTIL dependencies on MTL_UOM_CONVERSIONS
12.1.1
-
APPS.MRP_PO_RESCHEDULE dependencies on MTL_UOM_CONVERSIONS
12.1.1
-
APPS.INVPVDR5 dependencies on MTL_UOM_CONVERSIONS
12.1.1
-
APPS.OPI_DBI_RES_PKG dependencies on MTL_UOM_CONVERSIONS
12.1.1
-
APPS.INV_INVIRILC_XMLP_PKG dependencies on MTL_UOM_CONVERSIONS
12.1.1
-
APPS.GMICUOM dependencies on MTL_UOM_CONVERSIONS
12.1.1
-
APPS.INVUPD2B dependencies on MTL_UOM_CONVERSIONS
12.1.1
-
APPS.FLM_MMM_CALCULATION dependencies on MTL_UOM_CONVERSIONS
12.1.1
-
APPS.PA_UOM dependencies on MTL_UOM_CONVERSIONS
12.1.1
-
APPS.ISC_MAINT_LAB_BLG_ETL_PKG dependencies on MTL_UOM_CONVERSIONS
12.1.1
-
APPS.WIP_OP_RESOURCES_UTILITIES dependencies on MTL_UOM_CONVERSIONS
12.1.1
-
APPS.GME_COMMON_PVT dependencies on MTL_UOM_CONVERSIONS
12.1.1
-
APPS.EGO_ITEM_WS_PVT dependencies on MTL_UOM_CONVERSIONS
12.2.2
-
APPS.GME_CREATE_STEP_PVT dependencies on MTL_UOM_CONVERSIONS
12.2.2
-
APPS.RRS_ATTR_PANE dependencies on MTL_UOM_CONVERSIONS
12.2.2
-
APPS.ITG_SYNCUOMINBOUND_PVT dependencies on MTL_UOM_CONVERSIONS
12.2.2
-
APPS.IEX_STRATEGY_WF dependencies on MTL_UOM_CONVERSIONS
12.2.2
-
APPS.CUG_WF_EMAIL_UTIL dependencies on MTL_UOM_CONVERSIONS
12.2.2
-
APPS.INVPVDR7 dependencies on MTL_UOM_CONVERSIONS
12.2.2
-
APPS.PO_UOM_S dependencies on MTL_UOM_CONVERSIONS
12.2.2
-
APPS.EAM_WORKORDER_UTIL_PKG dependencies on MTL_UOM_CONVERSIONS
12.2.2
-
APPS.EAM_CREATEUPDATE_WO_PVT dependencies on MTL_UOM_CONVERSIONS
12.2.2
-
APPS.PA_UOM dependencies on MTL_UOM_CONVERSIONS
12.2.2
-
APPS.GME_COMMON_PVT dependencies on MTL_UOM_CONVERSIONS
12.2.2
-
APPS.EAM_CREATEUPDATE_WO_PVT dependencies on MTL_UOM_CONVERSIONS
12.1.1
-
APPS.CUG_WF_EMAIL_UTIL dependencies on MTL_UOM_CONVERSIONS
12.1.1
-
APPS.RRS_SITE_UTILS dependencies on MTL_UOM_CONVERSIONS
12.1.1
-
APPS.PO_UOM_S dependencies on MTL_UOM_CONVERSIONS
12.1.1
-
APPS.MSD_SR_UTIL dependencies on MTL_UOM_CONVERSIONS
12.1.1
-
APPS.MST_WB_UTIL dependencies on MTL_UOM_CONVERSIONS
12.1.1
-
APPS.MRP_CRP_HORIZONTAL_PLAN dependencies on MTL_UOM_CONVERSIONS
12.1.1
-
APPS.QP_JAVA_ENGINE_CACHE_PVT dependencies on MTL_UOM_CONVERSIONS
12.1.1
-
APPS.POA_EDW_UTIL dependencies on MTL_UOM_CONVERSIONS
12.1.1
-
APPS.GME_INSERT_STEP_PVT dependencies on MTL_UOM_CONVERSIONS
12.1.1
-
APPS.OPIMXRU dependencies on MTL_UOM_CONVERSIONS
12.1.1
-
APPS.INVPPROC dependencies on MTL_UOM_CONVERSIONS
12.1.1
-
APPS.WIP_OPERATIONS_GRP dependencies on MTL_UOM_CONVERSIONS
12.1.1
-
APPS.CS_SR_DUP_CHK_PVT dependencies on MTL_UOM_CONVERSIONS
12.1.1
-
APPS.WIP_OPERATIONS_GRP dependencies on MTL_UOM_CONVERSIONS
12.2.2
-
APPS.CSM_UTIL_PKG dependencies on MTL_UOM_CONVERSIONS
12.2.2
-
APPS.EAM_PROCESS_WO_PUB dependencies on MTL_UOM_CONVERSIONS
12.2.2
-
APPS.PV_PARTNER_PROGRAM_PVT dependencies on MTL_UOM_CONVERSIONS
12.2.2