Search Results eng_item_flag
Overview
APPS.AHL_MTL_ITEMS_NON_OU_V is a validity-verified view in the Application Object Library (APPS) schema, registered in FND Design Data under AHL.AHL_MTL_ITEMS_NON_OU_V with View Type Internal. Its purpose is to present a flattened, reporting-friendly projection of item master attributes across inventory organizations that are not bound to the current operating unit (OU) context. In Oracle EBS 12.1.1 and 12.2.2 the view supplies item definition data to Oracle Complex Maintenance, Repair, and Overhaul (AHL/ETRM) functionality and to adjacent modules that require cross-organization visibility of item characteristics without enforcing operating unit security filtering. The NON_OU suffix distinguishes it from OU-restricted item views: rows are not narrowed by MO: Operating Unit, which makes it appropriate for maintenance programs that operate on assets and rotables shared by multiple organizations.
Because this is an Oracle internal-use object, Oracle Corporation does not support direct access to applications data through it except from standard Oracle Applications programs. Customers may query it for diagnostics and read-only reporting, but should not build interfaces or modifications that depend upon its contract remaining stable.
Underlying Base Objects
The documented dependency set for 12.2.2 comprises the following referenced base objects:
- MTL_SYSTEM_ITEMS_KFV (synonym to the key-flexfield item view) — supplies item identity, concatenated segments, description, and item type.
- MTL_PARAMETERS (synonym) — supplies inventory organization context, joining organization identifiers to the organization definitions.
- HR_ORGANIZATION_UNITS (view) — supplies organization name and organization code values.
- HR_GENERAL (package) and HR_SECURITY (package) — provide organization hierarchy and security plumbing used in resolving which organizations are visible, without applying the operating unit predicate.
The view therefore reads primarily from the item master key flexfield view and the inventory organization parameters, enriched with organization attributes from the HR organization model. Because MTL_SYSTEM_ITEMS is a multi-organization table keyed on INVENTORY_ITEM_ID and ORGANIZATION_ID, the view exposes one row per item–organization combination (subject to any internal filtering), which is precisely the granularity ETRM requires when evaluating whether an item is usable in a given maintenance organization.
Key Columns
- INVENTORY_ITEM_ID / INVENTORY_ORG_ID — the composite key identifying an item within a specific organization.
- ORGANIZATION_NAME, ORGANIZATION_CODE — human-readable organization identification sourced from HR_ORGANIZATION_UNITS.
- CONCATENATED_SEGMENTS, DESCRIPTION, ITEM_TYPE, PRIMARY_UOM_CODE — core item definition attributes.
- ENG_ITEM_FLAG — the engineering item flag, the column most commonly associated with engineering change control scenarios and the search term of interest here. It indicates whether the item is treated as an engineering item.
- SERVICE_ITEM_FLAG, EAM_ITEM_TYPE, EAM_ENABLED_FLAG — Enterprise Asset Management classification attributes used to determine maintenance applicability.
- SERIAL_NBR_CNTRL_CODE, LOT_CONTROL_CODE, REVISION_QTY_CNTRL_CODE — control codes governing serial, lot, and revision handling.
- SERVICE_ITEM_FLAG and COMMS_NL_TRACKABLE_FLAG — flags governing service and telecom trackability.
- PURCHASING_ENABLED_FLAG, PURCHASING_ITEM_FLAG, INVENTORY_ITEM_FLAG, BUILD_IN_WIP_FLAG, STOCK_ENABLED_FLAG, MTL_TRANSACTIONS_ENABLED_FLAG, OUTSIDE_OPERATION_FLAG, ENABLED_FLAG — the standard usability and supply flags.
- INVENTORY_ITEM_STATUS_CODE, START_DATE_ACTIVE, END_DATE_ACTIVE — status and effective-dating columns.
Common Use Cases and Queries
Typical scenarios include locating engineering items across all organizations for maintenance planning, validating whether an item is enabled and stockable before defining a maintenance work requirement, and auditing serial and lot control settings for rotable parts. A representative query returning engineering items in a given organization follows:
SELECT inventory_item_id, inventory_org_id, organization_code, concatenated_segments, description, eng_item_flag, service_item_flag, eam_item_type FROM apps.ahl_mtl_items_non_ou_v WHERE organization_code = 'M1' AND eng_item_flag = 'Y' AND inventory_item_status_code = 'Active';SELECT organization_code, primary_uom_code, serial_nbr_cntrl_code, lot_control_code FROM apps.ahl_mtl_items_non_ou_v WHERE concatenated_segments = 'ROTABLE-1001';
Because the view applies no operating unit predicate, it is well suited to cross-OU fleet and EAM reporting, but queries against it should be constrained by organization and status to avoid full scans of the item master.
-
APPS.ENG_ITEM_PKG SQL Statements
12.1.1
-
APPS.ENG_ITEM_PKG SQL Statements
12.2.2
-
VIEW: APPS.AHL_MTL_ITEMS_NON_OU_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_MTL_ITEMS_NON_OU_V, object_name:AHL_MTL_ITEMS_NON_OU_V, status:VALID,
-
VIEW: APPS.AHL_MTL_ITEMS_NON_OU_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_MTL_ITEMS_NON_OU_V, object_name:AHL_MTL_ITEMS_NON_OU_V, status:VALID,
-
VIEW: APPS.AHL_MTL_ITEMS_OU_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_MTL_ITEMS_OU_V, object_name:AHL_MTL_ITEMS_OU_V, status:VALID,
-
VIEW: APPS.AHL_MTL_ITEMS_OU_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_MTL_ITEMS_OU_V, object_name:AHL_MTL_ITEMS_OU_V, status:VALID,
-
VIEW: APPS.AHL_MTL_ITEMS_EAM_V
12.1.1
owner:APPS, object_type:VIEW, object_name:AHL_MTL_ITEMS_EAM_V, status:VALID,
-
VIEW: APPS.AHL_MTL_ITEMS_EAM_V
12.2.2
owner:APPS, object_type:VIEW, object_name:AHL_MTL_ITEMS_EAM_V, status:VALID,
-
View: EGO_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_ITEMS_V, object_name:EGO_ITEMS_V, status:VALID, product: EGO - Advanced Product Catalog , description: This view provides item attributes used for UCCNet product synchronization , implementation_dba_data: APPS.EGO_ITEMS_V ,
-
View: EGO_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_ITEMS_V, object_name:EGO_ITEMS_V, status:VALID, product: EGO - Advanced Product Catalog , description: This view provides item attributes used for UCCNet product synchronization , implementation_dba_data: APPS.EGO_ITEMS_V ,
-
VIEW: APPS.ENG_WEB_REVISED_COMPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENG_WEB_REVISED_COMPS_V, object_name:ENG_WEB_REVISED_COMPS_V, status:VALID,
-
VIEW: APPS.ENG_WEB_REVISED_COMPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENG_WEB_REVISED_COMPS_V, object_name:ENG_WEB_REVISED_COMPS_V, status:VALID,
-
VIEW: APPS.MRP_ITEM_TASK_SR_LEVELS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ITEM_TASK_SR_LEVELS_V, object_name:MRP_ITEM_TASK_SR_LEVELS_V, status:VALID,
-
VIEW: APPS.AHL_ITEM_ASSOCIATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_ITEM_ASSOCIATIONS_V, object_name:AHL_ITEM_ASSOCIATIONS_V, status:VALID,
-
VIEW: APPS.MRP_ITEM_TASK_SR_LEVELS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_ITEM_TASK_SR_LEVELS_V, object_name:MRP_ITEM_TASK_SR_LEVELS_V, status:VALID,
-
VIEW: APPS.AHL_ITEM_ASSOCIATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_ITEM_ASSOCIATIONS_V, object_name:AHL_ITEM_ASSOCIATIONS_V, status:VALID,
-
TYPE: APPS.INV_EBI_ITEM_BOM_OBJ
12.1.1
owner:APPS, object_type:TYPE, object_name:INV_EBI_ITEM_BOM_OBJ, status:VALID,
-
VIEW: APPS.EGO_ITEMS_V
12.1.1
-
VIEW: APPS.EGO_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_ITEMS_V, object_name:EGO_ITEMS_V, status:VALID,
-
APPS.ENG_GLOBALS SQL Statements
12.2.2
-
VIEW: BOM.BOM_EXPLOSIONS_ALL#
12.2.2
-
VIEW: APPS.EGO_ITEMS_V
12.2.2
-
TYPE: APPS.INV_EBI_ITEM_BOM_OBJ
12.2.2
owner:APPS, object_type:TYPE, object_name:INV_EBI_ITEM_BOM_OBJ, status:VALID,
-
APPS.BOM_DEFAULT_RTG_HEADER SQL Statements
12.1.1
-
APPS.BOM_DEFAULT_RTG_HEADER SQL Statements
12.2.2
-
VIEW: APPS.EGO_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_ITEMS_V, object_name:EGO_ITEMS_V, status:VALID,
-
APPS.BOM_DEFAULT_BOM_HEADER SQL Statements
12.1.1
-
View: AHL_MTL_ITEMS_NON_OU_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_MTL_ITEMS_NON_OU_V, object_name:AHL_MTL_ITEMS_NON_OU_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view retrieves items from all inventory organizations. Not necessary to be in the same Operating Unit. , implementation_dba_data: APPS.AHL_MTL_ITEMS_NON_OU_V ,
-
View: AHL_MTL_ITEMS_NON_OU_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_MTL_ITEMS_NON_OU_V, object_name:AHL_MTL_ITEMS_NON_OU_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view retrieves items from all inventory organizations. Not necessary to be in the same Operating Unit. , implementation_dba_data: APPS.AHL_MTL_ITEMS_NON_OU_V ,
-
APPS.BOM_DEFAULT_BOM_HEADER SQL Statements
12.2.2
-
View: AHL_MTL_ITEMS_OU_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_MTL_ITEMS_OU_V, object_name:AHL_MTL_ITEMS_OU_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view retrieves items from all inventory organizations which are under an operating unit. , implementation_dba_data: APPS.AHL_MTL_ITEMS_OU_V ,
-
View: AHL_MTL_ITEMS_OU_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_MTL_ITEMS_OU_V, object_name:AHL_MTL_ITEMS_OU_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view retrieves items from all inventory organizations which are under an operating unit. , implementation_dba_data: APPS.AHL_MTL_ITEMS_OU_V ,
-
APPS.BOM_VALIDATE_BOM_HEADER SQL Statements
12.2.2
-
PACKAGE BODY: APPS.ENG_ITEM_PKG
12.1.1
-
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: INV.INV_ITEM_TEMP#
12.2.2
-
View: AHL_ITEM_ASSOCIATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_ITEM_ASSOCIATIONS_V, object_name:AHL_ITEM_ASSOCIATIONS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: Item group association view links Item groups with MTL Items. , implementation_dba_data: APPS.AHL_ITEM_ASSOCIATIONS_V ,
-
VIEW: APPS.BOM_BILL_OF_MATERIALS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_BILL_OF_MATERIALS_V, object_name:BOM_BILL_OF_MATERIALS_V, status:VALID,
-
View: OE_MTL_SYSTEM_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_MTL_SYSTEM_ITEMS_V, object_name:OE_MTL_SYSTEM_ITEMS_V, status:VALID, product: ONT - Order Management , description: No longer used , implementation_dba_data: APPS.OE_MTL_SYSTEM_ITEMS_V ,
-
View: AHL_ITEM_ASSOCIATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_ITEM_ASSOCIATIONS_V, object_name:AHL_ITEM_ASSOCIATIONS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: Item group association view links Item groups with MTL Items. , implementation_dba_data: APPS.AHL_ITEM_ASSOCIATIONS_V ,
-
View: BOM_BILL_OF_MATERIALS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_BILL_OF_MATERIALS_V, object_name:BOM_BILL_OF_MATERIALS_V, status:VALID, product: BOM - Bills of Material , description: Bills of material , implementation_dba_data: APPS.BOM_BILL_OF_MATERIALS_V ,
-
VIEW: APPS.BOM_BILL_OF_MATERIALS_ERV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_BILL_OF_MATERIALS_ERV, object_name:BOM_BILL_OF_MATERIALS_ERV, status:VALID,
-
VIEW: APPS.OE_MTL_SYSTEM_ITEMS_V
12.1.1
-
VIEW: APPS.BOM_BILL_OF_MATERIALS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_BILL_OF_MATERIALS_V, object_name:BOM_BILL_OF_MATERIALS_V, status:VALID,
-
VIEW: APPS.OE_MTL_SYSTEM_ITEMS_V
12.2.2
-
View: OE_MTL_SYSTEM_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_MTL_SYSTEM_ITEMS_V, object_name:OE_MTL_SYSTEM_ITEMS_V, status:VALID, product: ONT - Order Management , description: No longer used , implementation_dba_data: APPS.OE_MTL_SYSTEM_ITEMS_V ,
-
VIEW: APPS.BOM_BILL_OF_MATERIALS_ERV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_BILL_OF_MATERIALS_ERV, object_name:BOM_BILL_OF_MATERIALS_ERV, status:VALID,
-
View: ENG_WEB_REVISED_COMPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENG_WEB_REVISED_COMPS_V, object_name:ENG_WEB_REVISED_COMPS_V, status:VALID, product: ENG - Engineering , description: Revised component on an ECO designed for use in Oracle self service web applications , implementation_dba_data: APPS.ENG_WEB_REVISED_COMPS_V ,
-
View: BOM_BILL_OF_MATERIALS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOM_BILL_OF_MATERIALS_V, object_name:BOM_BILL_OF_MATERIALS_V, status:VALID, product: BOM - Bills of Material , description: Bills of material , implementation_dba_data: APPS.BOM_BILL_OF_MATERIALS_V ,