Search Results dual_uom_deviation_high
Overview
APPS.MTL_ORG_ASSIGN_V is a supplementary view in the Oracle E-Business Suite 12.1.1 and 12.2.2 data model, owned by the APPS schema and registered under FND Design Data as INV.MTL_ORG_ASSIGN_V. Its documented status is VALID, and it is classified as a view type "used to simplify forms coding." Oracle explicitly warns that this view is not intended for direct customer query or data manipulation, as its definition may change dramatically in subsequent minor or major releases. Because it is a non-updatable helper view, it should be treated as a read-only reporting surface.
The view presents item-organization assignment information in a single denormalized result set. It joins inventory item master records to organization definitions and unit-of-measure translations, producing one row per organization/item combination together with the accounting, planning, and dual-unit-of-measure attributes that govern how the item behaves within that organization. In practice it is the fastest path to the frequently requested question "which items are assigned to which inventory organizations, and under what UOM and accounting rules?"
Underlying Base Objects
The documented dependency list for APPS.MTL_ORG_ASSIGN_V includes:
- MTL_SYSTEM_ITEMS_B (synonym) — the item master; supplies INVENTORY_ITEM_ID, PRIMARY_UNIT_OF_MEASURE, SALES_ACCOUNT, COST_OF_SALES_ACCOUNT, EXPENSE_ACCOUNT, ENCUMBRANCE_ACCOUNT, ASSIGNED_FLAG, and the dual-UOM deviation columns.
- HR_ORGANIZATION_UNITS (view) and HR_GENERAL (package) — supply organization code and name (ORGANIZATION_CODE, ORGANIZATION_NAME).
- MTL_PARAMETERS (synonym) — organization-level inventory parameters, including MASTER_ORGANIZATION_ID and EAM_ENABLED_FLAG.
- MTL_UNITS_OF_MEASURE_TL (synonym) — translated UOM descriptions (PRIMARY_UNIT_OF_MEASURE_TL).
- HR_SECURITY (package) and INVIDIT3 (package) — applied to enforce organization access security and item validation logic.
The view references no other database objects downward, and the metadata records that MTL_ORG_ASSIGN_V is not referenced by any other database object.
Key Columns
- ORGANIZATION_ID / ORGANIZATION_CODE / ORGANIZATION_NAME — identify the inventory organization.
- INVENTORY_ITEM_ID — the item identifier within MTL_SYSTEM_ITEMS_B.
- PRIMARY_UNIT_OF_MEASURE / PRIMARY_UNIT_OF_MEASURE_TL — the item's primary UOM code and its translated description.
- SALES_ACCOUNT, COST_OF_SALES_ACCOUNT, EXPENSE_ACCOUNT, ENCUMBRANCE_ACCOUNT — the accounting flexfield identifiers applied when the item is transacted in that organization.
- ASSIGNED_FLAG — indicates whether the item is assigned to the organization.
- MASTER_ORGANIZATION_ID — the master organization from which the item assignment derives.
- EAM_ENABLED_FLAG — indicates Enterprise Asset Management enablement.
- SECONDARY_UOM_CODE, TRACKING_QUANTITY_IND, SECONDARY_DEFAULT_IND, ONT_PRICING_QTY_SOURCE — control dual-unit-of-measure behavior for the item.
- DUAL_UOM_DEVIATION_HIGH / DUAL_UOM_DEVIATION_LOW — the tolerance thresholds governing acceptable deviation between primary and secondary quantity, the columns most directly associated with the search term "dual_uom_deviation_high."
Common Use Cases and Queries
A typical reporting query lists assigned items for a set of organizations, including dual-UOM tolerance settings:
- SELECT organization_code, inventory_item_id, primary_unit_of_measure, secondary_uom_code, dual_uom_deviation_high, dual_uom_deviation_low FROM apps.mtl_org_assign_v WHERE assigned_flag = 'Y';
The view is also used to audit accounting defaults per organization, and to review which items carry dual-UOM deviation tolerances outside expected policy ranges. Because Oracle warns against querying this view directly in production customizations, the recommended approach is to replicate the required logic against its underlying base tables — MTL_SYSTEM_ITEMS_B, MTL_PARAMETERS, and HR_ORGANIZATION_UNITS — using the view definition as a reference template.
-
VIEW: APPS.MTL_ORG_ASSIGN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ORG_ASSIGN_V, object_name:MTL_ORG_ASSIGN_V, status:VALID,
-
VIEW: APPS.MTL_ORG_ASSIGN_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ORG_ASSIGN_V, object_name:MTL_ORG_ASSIGN_V, status:VALID,
-
VIEW: APPS.MTL_SYSTEM_ITEMS_ER4_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_ER4_V, object_name:MTL_SYSTEM_ITEMS_ER4_V, status:VALID,
-
VIEW: APPS.MTL_SYSTEM_ITEMS_ER4_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_ER4_V, object_name:MTL_SYSTEM_ITEMS_ER4_V, status:VALID,
-
View: MTL_SYSTEM_ITEMS_ER4_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_ER4_V, object_name:MTL_SYSTEM_ITEMS_ER4_V, status:VALID, product: INV - Inventory , description: ERES : View to support ERES framework for Items Organization Assignment , implementation_dba_data: APPS.MTL_SYSTEM_ITEMS_ER4_V ,
-
View: MTL_SYSTEM_ITEMS_ER4_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_ER4_V, object_name:MTL_SYSTEM_ITEMS_ER4_V, status:VALID, product: INV - Inventory , description: ERES : View to support ERES framework for Items Organization Assignment , implementation_dba_data: APPS.MTL_SYSTEM_ITEMS_ER4_V ,
-
TYPE: SYSTEM.EGO_ITEM_ORG_ASSIGN_REC
12.2.2
owner:SYSTEM, object_type:TYPE, object_name:EGO_ITEM_ORG_ASSIGN_REC, status:VALID,
-
TYPE: SYSTEM.EGO_ITEM_ORG_ASSIGN_REC
12.1.1
owner:SYSTEM, object_type:TYPE, object_name:EGO_ITEM_ORG_ASSIGN_REC, status:VALID,
-
Lookup Type: EGO_ITEM_PRIMARY_ATTRIBUTE_GRP
12.2.2
product: EGO - Advanced Product Catalog , meaning: Primary Item Attribute Group , description: Primary Item Attribute Group ,
-
View: MTL_ORG_ASSIGN_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ORG_ASSIGN_V, object_name:MTL_ORG_ASSIGN_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ORG_ASSIGN_V ,
-
Lookup Type: EGO_ITEM_PRIMARY_ATTRIBUTE_GRP
12.1.1
product: EGO - Advanced Product Catalog , meaning: Primary Item Attribute Group , description: Primary Item Attribute Group ,
-
View: MTL_ORG_ASSIGN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ORG_ASSIGN_V, object_name:MTL_ORG_ASSIGN_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_ORG_ASSIGN_V ,
-
TYPE: APPS.EGO_ITEM_INTF_DATA_REC
12.2.2
owner:APPS, object_type:TYPE, object_name:EGO_ITEM_INTF_DATA_REC, status:VALID,
-
TYPE: APPS.EGO_ITEM_INTF_DATA_REC
12.1.1
owner:APPS, object_type:TYPE, object_name:EGO_ITEM_INTF_DATA_REC, status:VALID,
-
VIEW: PO.PO_LINES_INTERFACE#
12.2.2
-
VIEW: INV.MTL_SYSTEM_ITEMS_B#
12.2.2
-
VIEW: EGO.EGO_MTL_SY_ITEMS_CHG_B#
12.2.2
-
TYPE: APPS.INV_EBI_ITEM_MAIN_OBJ
12.2.2
owner:APPS, object_type:TYPE, object_name:INV_EBI_ITEM_MAIN_OBJ, status:VALID,
-
VIEW: APPS.MTL_ITEM_FLEXFIELDS
12.1.1
-
VIEW: APPS.MTL_ITEM_FLEXFIELDS
12.2.2
-
TYPE: APPS.INV_EBI_ITEM_MAIN_OBJ
12.1.1
owner:APPS, object_type:TYPE, object_name:INV_EBI_ITEM_MAIN_OBJ, status:VALID,
-
View: MTL_ITEM_FLEXFIELDS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_FLEXFIELDS, object_name:MTL_ITEM_FLEXFIELDS, status:VALID, product: INV - Inventory , description: This view is based on the key flexfield view MTL_SYSTEM_ITEMS_B_KFV. It contains columns with padded and unpadded concatenated segments of an item number. , implementation_dba_data: APPS.MTL_ITEM_FLEXFIELDS ,
-
VIEW: INV.MTL_SYSTEM_ITEMS_INTERFACE#
12.2.2
-
View: MTL_ITEM_FLEXFIELDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_FLEXFIELDS, object_name:MTL_ITEM_FLEXFIELDS, status:VALID, product: INV - Inventory , description: This view is based on the key flexfield view MTL_SYSTEM_ITEMS_B_KFV. It contains columns with padded and unpadded concatenated segments of an item number. , implementation_dba_data: APPS.MTL_ITEM_FLEXFIELDS ,
-
View: MTL_SYSTEM_ITEMS_B_KFV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_B_KFV, object_name:MTL_SYSTEM_ITEMS_B_KFV, status:VALID, product: INV - Inventory , description: System Items Key Flexfield View , implementation_dba_data: APPS.MTL_SYSTEM_ITEMS_B_KFV ,
-
VIEW: APPS.MTL_SYSTEM_ITEMS_B1_KFV
12.2.2
-
VIEW: APPS.MTL_SYSTEM_ITEMS_B_KFV
12.1.1
-
VIEW: APPS.MTL_SYSTEM_ITEMS_B_KFV
12.2.2
-
View: MTL_SYSTEM_ITEMS_B_KFV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_B_KFV, object_name:MTL_SYSTEM_ITEMS_B_KFV, status:VALID, product: INV - Inventory , description: System Items Key Flexfield View , implementation_dba_data: APPS.MTL_SYSTEM_ITEMS_B_KFV ,
-
APPS.INV_REPLENISH_COUNT_LOVS SQL Statements
12.2.2
-
VIEW: PO.PO_LINES_INTERFACE#
12.2.2
owner:PO, object_type:VIEW, object_name:PO_LINES_INTERFACE#, status:VALID,
-
APPS.EGO_STYLE_SKU_ITEM_PVT SQL Statements
12.1.1
-
VIEW: APPS.MTL_SYSTEM_ITEMS_ER1_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_ER1_V, object_name:MTL_SYSTEM_ITEMS_ER1_V, status:VALID,
-
VIEW: APPS.MTL_SYSTEM_ITEMS_ER1_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_ER1_V, object_name:MTL_SYSTEM_ITEMS_ER1_V, status:VALID,
-
View: EGO_MTL_SY_ITEMS_CHG_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_MTL_SY_ITEMS_CHG_VL, object_name:EGO_MTL_SY_ITEMS_CHG_VL, status:VALID, product: EGO - Advanced Product Catalog , description: This view stores the pending changes information for item operational attributes , implementation_dba_data: APPS.EGO_MTL_SY_ITEMS_CHG_VL ,
-
APPS.EGO_STYLE_SKU_ITEM_PVT SQL Statements
12.2.2
-
View: EGO_MTL_SY_ITEMS_CHG_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_MTL_SY_ITEMS_CHG_VL, object_name:EGO_MTL_SY_ITEMS_CHG_VL, status:VALID, product: EGO - Advanced Product Catalog , description: This view stores the pending changes information for item operational attributes , implementation_dba_data: APPS.EGO_MTL_SY_ITEMS_CHG_VL ,
-
View: MTL_SYSTEM_ITEMS_ER1_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_ER1_V, object_name:MTL_SYSTEM_ITEMS_ER1_V, status:VALID, product: INV - Inventory , description: ERES : View to support ERES framework for Items , implementation_dba_data: APPS.MTL_SYSTEM_ITEMS_ER1_V ,
-
APPS.WMS_TASK_DISPATCH_LOV SQL Statements
12.1.1
-
View: MTL_SYSTEM_ITEMS_ER1_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_ER1_V, object_name:MTL_SYSTEM_ITEMS_ER1_V, status:VALID, product: INV - Inventory , description: ERES : View to support ERES framework for Items , implementation_dba_data: APPS.MTL_SYSTEM_ITEMS_ER1_V ,
-
VIEW: APPS.MTL_SYSTEM_ITEMS_B1_KFV
12.2.2
owner:APPS, object_type:VIEW, object_name:MTL_SYSTEM_ITEMS_B1_KFV, status:VALID,
-
VIEW: INV.MTL_SYSTEM_ITEMS_B#
12.2.2
owner:INV, object_type:VIEW, object_name:MTL_SYSTEM_ITEMS_B#, status:VALID,
-
VIEW: EGO.EGO_MTL_SY_ITEMS_CHG_B#
12.2.2
owner:EGO, object_type:VIEW, object_name:EGO_MTL_SY_ITEMS_CHG_B#, status:VALID,
-
APPS.WMS_TASK_DISPATCH_LOV SQL Statements
12.2.2
-
View: EGO_ITEM_SYNC_OP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_ITEM_SYNC_OP_V, object_name:EGO_ITEM_SYNC_OP_V, status:VALID, product: EGO - Advanced Product Catalog , description: This View is used for Item Sync operations with external systems. Currently this is being used for ItemSync with Siebel OnPremise , implementation_dba_data: APPS.EGO_ITEM_SYNC_OP_V ,
-
View: EGO_ITEM_SYNC_OP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_ITEM_SYNC_OP_V, object_name:EGO_ITEM_SYNC_OP_V, status:VALID, product: EGO - Advanced Product Catalog , description: This View is used for Item Sync operations with external systems. Currently this is being used for ItemSync with Siebel OnPremise , implementation_dba_data: APPS.EGO_ITEM_SYNC_OP_V ,
-
VIEW: APPS.MTL_CLIENT_ITEMS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_CLIENT_ITEMS_VL, object_name:MTL_CLIENT_ITEMS_VL, status:VALID,
-
APPS.INV_REPLENISH_COUNT_LOVS SQL Statements
12.1.1
-
APPS.INVPULI2 SQL Statements
12.1.1
-
APPS.INV_UI_RCV_LOVS SQL Statements
12.1.1