Search Results ahl_mtl_items_ou_v
Overview
The AHL_MTL_ITEMS_OU_V view is a seeded, VALID database object owned by the APPS schema within the AHL – Complex Maintenance Repair and Overhaul product family in Oracle E-Business Suite 12.1.1 and 12.2.2. Its documented purpose is to retrieve items from all inventory organizations that fall under a given operating unit. In this sense the view acts as an operating-unit-scoped, flattened access layer over Oracle Inventory master item data, removing the need for callers to join MTL_SYSTEM_ITEMS_KFV, HR_ORGANIZATION_UNITS, and MTL_PARAMETERS explicitly. From a reporting and integration standpoint, it is typically consumed by AHL-dependent concurrent programs, Oracle Reports, OBIEE/BI Publisher datasets, and custom PL/SQL that must present item definitions limited to the organizations the caller is authorized to see.
Underlying Base Objects
The view text is defined over three primary objects, joined on ORGANIZATION_ID:
- MTL_SYSTEM_ITEMS_KFV (synonym over the key-flexfield item view) — supplies the item attributes (item number, description, control codes, flags, UOM, status).
- HR_ORGANIZATION_UNITS (view) — supplies the organization name.
- MTL_PARAMETERS (synonym) — supplies the organization code and the
EAM_ENABLED_FLAG.
Operating-unit filtering is achieved through a correlated subquery on ORG_ORGANIZATION_DEFINITIONS, which restricts ORGANIZATION_ID values to organizations whose OPERATING_UNIT matches the operating unit derived from the session USERENV('CLIENT_INFO') — the standard EBS mechanism for reading the current organization context set by the multi-org / MO security layer. The documented referenced objects also include HR_GENERAL, HR_SECURITY, and MO_GLOBAL packages, which support this multi-org security resolution. Because the view depends on session security context, its result set varies by user and by the operating unit currently selected in the Navigator.
Key Columns
- INVENTORY_ITEM_ID — unique surrogate key of the item within an organization; joins back to inventory and AHL tables.
- INVENTORY_ORG_ID — the organization identifier (aliased from
ORGANIZATION_ID). - ORGANIZATION_NAME and ORGANIZATION_CODE — human-readable organization identifiers from HR and MTL_PARAMETERS respectively.
- CONCATENATED_SEGMENTS — the fully qualified item number from the key flexfield.
- DESCRIPTION, PRIMARY_UOM_CODE — core descriptive attributes.
- REVISION_QTY_CNTRL_CODE, LOT_CONTROL_CODE, SERIAL_NBR_CNTRL_CODE, COMMS_NL_TRACKABLE_FLAG, SERVICE_ITEM_FLAG — item control and traceability indicators, relevant to MRO and service items.
- INVENTORY_ITEM_FLAG, STOCK_ENABLED_FLAG, MTL_TRANSACTIONS_ENABLED_FLAG, PURCHASING_ENABLED_FLAG, PURCHASING_ITEM_FLAG, BUILD_IN_WIP_FLAG, ENG_ITEM_FLAG, OUTSIDE_OPERATION_FLAG, ENABLED_FLAG — status/usage flags governing where the item may be used.
- EAM_ITEM_TYPE, WIP_SUPPLY_TYPE, ITEM_TYPE, INVENTORY_ITEM_STATUS_CODE, START_DATE_ACTIVE, END_DATE_ACTIVE — maintenance-specific classification, supply type, status, and effective dating.
Common Use Cases and Queries
Typical uses include validating that an item number exists within an operating unit, listing service or traceable items for MRO scheduling, and populating LOVs in AHL customization.
- Locate an item by concatenated segments:
SELECT inventory_item_id, inventory_org_id, organization_code, description FROM ahl_mtl_items_ou_v WHERE concatenated_segments = :item_number; - List service-enabled items:
SELECT organization_code, concatenated_segments, primary_uom_code FROM ahl_mtl_items_ou_v WHERE service_item_flag = 'Y' AND enabled_flag = 'Y'; - Join to inventory organizations for reporting:
SELECT a.concatenated_segments, a.organization_name, a.eam_item_type FROM ahl_mtl_items_ou_v a WHERE a.inventory_item_flag = 'Y';
Because results are filtered by the session operating unit, ad hoc queries outside the EBS forms environment should be run using a valid CLIENT_INFO context, or through the MO_GLOBAL initialization API, to ensure the expected organizations are returned.
-
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 ,
-
VIEW: APPS.AHL_OSP_INV_ITEMS_V
12.1.1
-
VIEW: APPS.AHL_OSP_INV_ITEMS_V
12.2.2
-
PACKAGE BODY: APPS.AHL_MC_ITEM_COMP_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_MC_ITEM_COMP_PUB, status:VALID,
-
PACKAGE BODY: APPS.AHL_MC_ITEM_COMP_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_MC_ITEM_COMP_PVT, status:VALID,
-
PACKAGE BODY: APPS.AHL_MC_ITEM_COMP_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_MC_ITEM_COMP_PUB, status:VALID,
-
PACKAGE BODY: APPS.AHL_MC_ITEM_COMP_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_MC_ITEM_COMP_PVT, status:VALID,
-
PACKAGE BODY: APPS.AHL_UC_UTILIZATION_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_UC_UTILIZATION_PVT, status:VALID,
-
PACKAGE BODY: APPS.AHL_UC_UTILIZATION_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_UC_UTILIZATION_PVT, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
VIEW: APPS.AHL_OSP_INV_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, object_name:AHL_OSP_INV_ITEMS_V, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.AHL_OSP_ORDERS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_OSP_ORDERS_PVT, status:VALID,
-
VIEW: APPS.AHL_OSP_INV_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, object_name:AHL_OSP_INV_ITEMS_V, status:VALID,
-
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_RT_OPER_MATERIALS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_RT_OPER_MATERIALS_V, object_name:AHL_RT_OPER_MATERIALS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: View based on the table AHL_RT_OPER_MATERIALS and two other columns CONCATENATED_SEGMENTS and DESCRIPTION from the view AHL_MTL_ITEMS_OU_V. , implementation_dba_data: APPS.AHL_RT_OPER_MATERIALS_V ,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
View: AHL_RT_OPER_MATERIALS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_RT_OPER_MATERIALS_V, object_name:AHL_RT_OPER_MATERIALS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: View based on the table AHL_RT_OPER_MATERIALS and two other columns CONCATENATED_SEGMENTS and DESCRIPTION from the view AHL_MTL_ITEMS_OU_V. , implementation_dba_data: APPS.AHL_RT_OPER_MATERIALS_V ,
-
APPS.AHL_OSP_SERV_ITEM_RELS_PVT SQL Statements
12.2.2
-
APPS.AHL_OSP_SERV_ITEM_RELS_PVT SQL Statements
12.1.1
-
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,
-
APPS.AHL_VWP_MR_CST_PR_PVT SQL Statements
12.1.1
-
APPS.AHL_VWP_MR_CST_PR_PVT SQL Statements
12.2.2
-
APPS.AHL_VWP_TASK_CST_PR_PVT SQL Statements
12.1.1
-
APPS.AHL_VWP_TASK_CST_PR_PVT SQL Statements
12.2.2
-
APPS.AHL_MC_ITEM_COMP_PUB dependencies on AHL_MTL_ITEMS_OU_V
12.1.1
-
APPS.AHL_OSP_ORDERS_PVT dependencies on AHL_MTL_ITEMS_OU_V
12.2.2
-
APPS.AHL_UC_UTILIZATION_PVT dependencies on AHL_MTL_ITEMS_OU_V
12.2.2
-
APPS.AHL_OSP_ORDERS_PVT dependencies on AHL_MTL_ITEMS_OU_V
12.1.1
-
APPS.AHL_MC_ITEM_COMP_PVT dependencies on AHL_MTL_ITEMS_OU_V
12.1.1
-
APPS.AHL_MC_ITEM_COMP_PUB dependencies on AHL_MTL_ITEMS_OU_V
12.2.2
-
APPS.AHL_UC_UTILIZATION_PVT dependencies on AHL_MTL_ITEMS_OU_V
12.1.1
-
APPS.AHL_MC_ITEM_COMP_PVT dependencies on AHL_MTL_ITEMS_OU_V
12.2.2
-
APPS.AHL_UC_UTILIZATION_PVT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.AHL_OSP_SERV_ITEM_RELS_PVT
12.1.1
-
PACKAGE BODY: APPS.AHL_OSP_SERV_ITEM_RELS_PVT
12.2.2
-
APPS.AHL_UC_UTILIZATION_PVT SQL Statements
12.2.2
-
PACKAGE: APPS.HR_SECURITY
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HR_SECURITY, status:VALID,
-
PACKAGE: APPS.HR_SECURITY
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_SECURITY, status:VALID,
-
VIEW: APPS.ORG_ORGANIZATION_DEFINITIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.ORG_ORGANIZATION_DEFINITIONS, object_name:ORG_ORGANIZATION_DEFINITIONS, status:VALID,
-
VIEW: APPS.ORG_ORGANIZATION_DEFINITIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.ORG_ORGANIZATION_DEFINITIONS, object_name:ORG_ORGANIZATION_DEFINITIONS, status:VALID,
-
APPS.AHL_OSP_ORDERS_PVT SQL Statements
12.1.1
-
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_OSP_ORDERS_PVT SQL Statements
12.2.2
-
APPS.AHL_VWP_VISITS_PVT dependencies on MTL_SYSTEM_ITEMS
12.2.2
-
APPS.AHL_VWP_VISITS_PVT dependencies on MTL_SYSTEM_ITEMS
12.1.1