Search Results ahl_item_class_uom_v
Overview
The AHL_ITEM_CLASS_UOM_V view is an Oracle E-Business Suite database object owned by the APPS schema. It belongs to the AHL product family, Complex Maintenance Repair and Overhaul (CMRO), and carries a VALID status in both EBS 12.1.1 and 12.2.2. The view serves a specific reporting and integration purpose: for any inventory item, it returns the item's base (primary) unit of measure together with every other unit of measure that belongs to the same UOM class as that base UOM. This effectively exposes the full set of alternative units in which an item's quantity can be expressed or converted, which is essential for maintenance, repair, and overhaul transactions where the same physical material may be issued, received, or planned in differing units.
Because the view is keyed on both inventory item and organization, it is well suited for multi-organization reporting and for feeding downstream applications that must present a consistent, class-validated list of allowable units per item.
Underlying Base Objects
The view is defined over four documented references: MTL_SYSTEM_ITEMS_KFV, MTL_UNITS_OF_MEASURE_VL (referenced twice as UOM1 and UOM2), and FND_LOOKUP_VALUES_VL. The join logic is:
MTL_SYSTEM_ITEMS_KFVsupplies the item, its organization, and thePRIMARY_UOM_CODE(the base UOM).MTL_UNITS_OF_MEASURE_VL UOM1resolves the base UOM'sUOM_CLASS.MTL_UNITS_OF_MEASURE_VL UOM2returns all units sharing that sameUOM_CLASS, filtered so that only non-expired units (or those with no disable date) remain.FND_LOOKUP_VALUES_VLjoins on lookup typeAHL_YES_NO_TYPEviaBASE_UOM_FLAG, tagging each returned unit with a yes/noBASE_UOMmeaning so consumers can identify the item's actual base UOM within the expanded list.
Key Columns
UNIT_OF_MEASURE— the descriptive name of the unit of measure.UOM_CODE— the unique code for the unit, used in conversions.UOM_CLASS— the class shared by the base UOM and all returned alternative UOMs.UOM_DESCRIPTION— description text for the unit.BASE_UOM— a yes/no meaning flag indicating whether this row corresponds to the item's base UOM.INVENTORY_ITEM_ID— the item identifier.INVENTORY_ORG_ID— the owning inventory organization.CONCATENATED_SEGMENTS— the item's concatenated (flexfield) segment description.
Common Use Cases and Queries
A frequent pattern is retrieving all valid alternative units for a single item and organization, filtering out the base UOM itself.
- List alternative UOMs for an item:
SELECT uom_code, unit_of_measure, uom_class FROM apps.ahl_item_class_uom_v WHERE inventory_item_id = :item_id AND inventory_org_id = :org_id AND base_uom = 'N';
- Identify the base UOM row:
SELECT uom_code, unit_of_measure FROM apps.ahl_item_class_uom_v WHERE inventory_item_id = :item_id AND base_uom = 'Y';
- Show item context with its units:
SELECT concatenated_segments, inventory_org_id, uom_code, base_uom FROM apps.ahl_item_class_uom_v WHERE inventory_org_id = :org_id;
These queries support LOV construction, CMRO maintenance work-order entry, and validation logic ensuring that only class-compatible units are selected for an item.
-
View: AHL_ITEM_CLASS_UOM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_ITEM_CLASS_UOM_V, object_name:AHL_ITEM_CLASS_UOM_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view retrieves items and all the UOMs which are in the same UOM class as the base UOM of the item. , implementation_dba_data: APPS.AHL_ITEM_CLASS_UOM_V ,
-
View: AHL_ITEM_CLASS_UOM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_ITEM_CLASS_UOM_V, object_name:AHL_ITEM_CLASS_UOM_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view retrieves items and all the UOMs which are in the same UOM class as the base UOM of the item. , implementation_dba_data: APPS.AHL_ITEM_CLASS_UOM_V ,
-
PACKAGE BODY: APPS.AHL_RA_NR_PROFILE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_RA_NR_PROFILE_PVT, status:VALID,
-
PACKAGE BODY: APPS.AHL_RM_ROUTE_UTIL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_RM_ROUTE_UTIL, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
VIEW: APPS.AHL_ITEM_CLASS_UOM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_ITEM_CLASS_UOM_V, object_name:AHL_ITEM_CLASS_UOM_V, status:VALID,
-
PACKAGE BODY: APPS.AHL_RM_ROUTE_UTIL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_RM_ROUTE_UTIL, status:VALID,
-
VIEW: APPS.AHL_ITEM_CLASS_UOM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_ITEM_CLASS_UOM_V, object_name:AHL_ITEM_CLASS_UOM_V, status:VALID,
-
PACKAGE BODY: APPS.AHL_OSP_ORDERS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_OSP_ORDERS_PVT, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
View: AHL_ITEM_COMP_DETAIL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_ITEM_COMP_DETAIL_V, object_name:AHL_ITEM_COMP_DETAIL_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: Item Composition Details V joins Item Groups, UOm Class and MTL table for Name and Description , implementation_dba_data: APPS.AHL_ITEM_COMP_DETAIL_V ,
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.AHL_OSP_ORDERS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_OSP_ORDERS_PVT, status:VALID,
-
View: AHL_ITEM_COMP_DETAIL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_ITEM_COMP_DETAIL_V, object_name:AHL_ITEM_COMP_DETAIL_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: Item Composition Details V joins Item Groups, UOm Class and MTL table for Name and Description , implementation_dba_data: APPS.AHL_ITEM_COMP_DETAIL_V ,
-
APPS.AHL_RA_NR_PROFILE_PVT SQL Statements
12.2.2
-
VIEW: APPS.MTL_UNITS_OF_MEASURE_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_UNITS_OF_MEASURE_VL, object_name:MTL_UNITS_OF_MEASURE_VL, status:VALID,
-
VIEW: APPS.MTL_UNITS_OF_MEASURE_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_UNITS_OF_MEASURE_VL, object_name:MTL_UNITS_OF_MEASURE_VL, status:VALID,
-
APPS.AHL_RM_ROUTE_UTIL dependencies on AHL_ITEM_CLASS_UOM_V
12.1.1
-
APPS.AHL_RM_ROUTE_UTIL SQL Statements
12.1.1
-
APPS.AHL_OSP_ORDERS_PVT dependencies on AHL_ITEM_CLASS_UOM_V
12.1.1
-
APPS.AHL_RA_NR_PROFILE_PVT dependencies on AHL_ITEM_CLASS_UOM_V
12.2.2
-
APPS.AHL_RM_ROUTE_UTIL dependencies on AHL_ITEM_CLASS_UOM_V
12.2.2
-
APPS.AHL_OSP_ORDERS_PVT dependencies on AHL_ITEM_CLASS_UOM_V
12.2.2
-
VIEW: APPS.FND_LOOKUP_VALUES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_LOOKUP_VALUES_VL, object_name:FND_LOOKUP_VALUES_VL, status:VALID,
-
APPS.AHL_RM_ROUTE_UTIL SQL Statements
12.2.2
-
VIEW: APPS.FND_LOOKUP_VALUES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_LOOKUP_VALUES_VL, object_name:FND_LOOKUP_VALUES_VL, status:VALID,
-
SYNONYM: APPS.MTL_SYSTEM_ITEMS_KFV
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_SYSTEM_ITEMS_KFV, status:VALID,
-
SYNONYM: APPS.MTL_SYSTEM_ITEMS_KFV
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_SYSTEM_ITEMS_KFV, status:VALID,
-
APPS.AHL_RM_ROUTE_UTIL dependencies on AHL_ITEM_ASSOCIATIONS_B
12.1.1
-
APPS.AHL_RM_ROUTE_UTIL dependencies on AHL_ITEM_ASSOCIATIONS_B
12.2.2
-
APPS.AHL_PRD_DISPOSITION_PVT SQL Statements
12.1.1
-
APPS.AHL_PRD_DISPOSITION_PVT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.AHL_RA_NR_PROFILE_PVT
12.2.2
-
APPS.AHL_RM_ROUTE_UTIL dependencies on MTL_UNITS_OF_MEASURE_VL
12.2.2
-
APPS.AHL_RM_ROUTE_UTIL dependencies on AHL_ITEM_GROUPS_VL
12.1.1
-
APPS.AHL_RM_ROUTE_UTIL dependencies on MTL_UNITS_OF_MEASURE_VL
12.1.1
-
APPS.AHL_OSP_ORDERS_PVT SQL Statements
12.1.1
-
APPS.AHL_RM_ROUTE_UTIL dependencies on AHL_ITEM_GROUPS_VL
12.2.2
-
APPS.AHL_OSP_ORDERS_PVT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.AHL_RM_ROUTE_UTIL
12.1.1
-
PACKAGE BODY: APPS.AHL_RM_ROUTE_UTIL
12.2.2
-
APPS.AHL_RM_ROUTE_UTIL dependencies on MTL_SYSTEM_ITEMS
12.1.1
-
APPS.AHL_RM_ROUTE_UTIL dependencies on MTL_SYSTEM_ITEMS
12.2.2
-
APPS.AHL_PRD_DISPOSITION_PVT dependencies on CSI_ITEM_INSTANCES
12.1.1
-
APPS.AHL_PRD_DISPOSITION_PVT dependencies on CSI_ITEM_INSTANCES
12.2.2
-
eTRM - AHL Tables and Views
12.1.1
description: Ahl Production Workorder Operations Information stored in this table ,
-
eTRM - AHL Tables and Views
12.2.2
description: Ahl Production Workorder Operations Information stored in this table ,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.AHL_PRD_DISPOSITION_PVT
12.1.1