Search Results oke_system_items_v
Overview
OKE_SYSTEM_ITEMS_V is a reporting view owned by the APPS schema in Oracle E-Business Suite releases 12.1.1 and 12.2.2. It is shipped as part of the OKE – Project Contracts product family and is documented as a "View of Inventory Items." The view presents a curated, language-aware projection of Oracle Inventory master item data, exposing item identifiers, descriptive text, transactional enablement flags, and effectivity attributes in a single denormalized structure. Its principal purpose is to give Project Contracts and related OKE functionality — and any custom reporting or integration layer built alongside it — a stable, restricted interface to inventory item definitions without requiring direct joins against the base Inventory tables.
Because the view selects only a defined subset of columns and applies an internal filter, it behaves as a purpose-built access path rather than a general-purpose item query facility. This design shields downstream consumers from schema changes in the underlying Inventory objects and centralizes the join between the base item table and its translation table.
Underlying Base Objects
The view is defined over two documented base objects: MTL_SYSTEM_ITEMS_B_KFV (a key flexfield view over MTL_SYSTEM_ITEMS_B) and MTL_SYSTEM_ITEMS_TL (referenced through a synonym). MTL_SYSTEM_ITEMS_B_KFV supplies the key-flexfield-concatenated item identifier, organization context, and the majority of flag and effectivity columns. MTL_SYSTEM_ITEMS_TL supplies the language-specific item DESCRIPTION.
The two sources are joined on INVENTORY_ITEM_ID and ORGANIZATION_ID. A language predicate restricts the translation row returned to the session language via USERENV('LANG'), ensuring each item appears once with the appropriate localized description. A BOM_ITEM_TYPE = 4 filter restricts the result set to a specific item type classification, so the view does not expose the entire item master — only the subset relevant to the OKE contract context. The definition also repeats INVENTORY_ITEM_ID and ORGANIZATION_ID in the select list.
Key Columns
- NAME / CONCATENATED_SEGMENTS — The key flexfield concatenated item identifier derived from MTL_SYSTEM_ITEMS_B_KFV.
- DESCRIPTION — Language-specific item description from MTL_SYSTEM_ITEMS_TL.
- SHIPPABLE_ITEM_FLAG — Indicates whether the item may be shipped; relevant to the user search that surfaced this view.
- CUSTOMER_ORDER_ENABLED_FLAG — Whether the item may be placed on customer orders.
- PURCHASING_ENABLED_FLAG — Whether the item may be purchased.
- INVOICEABLE_ITEM_FLAG — Whether the item may be invoiced.
- INVENTORY_ITEM_FLAG — Whether the item is stocked and inventory-tracked.
- EFFECTIVITY_CONTROL / START_DATE_ACTIVE / END_DATE_ACTIVE — Date-range control governing when the item is active.
- ITEM_TYPE, ENABLED_FLAG, B_STATUS, STATUS — Item classification and status indicators; STATUS is a decode of ENABLED_FLAG ('Y'→'A', 'N'→'I').
- PRIMARY_UOM_CODE — The item's primary unit of measure.
- INVENTORY_ITEM_ID / ORGANIZATION_ID — The item and organization keys.
Common Use Cases and Queries
The most common use case is retrieving shippable, invoiceable item attributes for project contract lines and related reporting, particularly filtering on SHIPPABLE_ITEM_FLAG during fulfillment or billing analysis.
SELECT inventory_item_id,
organization_id,
concatenated_segments,
description,
primary_uom_code
FROM apps.oke_system_items_v
WHERE shippable_item_flag = 'Y'
AND enabled_flag = 'Y';
Additional scenarios include validating whether items are customer-order enabled, determining effectivity windows for a given organization, and joining the view to contract or order tables on INVENTORY_ITEM_ID and ORGANIZATION_ID. Because the view is already language-filtered, no additional translation join is required by callers.
-
View: OKE_SYSTEM_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_SYSTEM_ITEMS_V, object_name:OKE_SYSTEM_ITEMS_V, status:VALID, product: OKE - Project Contracts , description: View of Inventory Items , implementation_dba_data: APPS.OKE_SYSTEM_ITEMS_V ,
-
View: OKE_SYSTEM_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_SYSTEM_ITEMS_V, object_name:OKE_SYSTEM_ITEMS_V, status:VALID, product: OKE - Project Contracts , description: View of Inventory Items , implementation_dba_data: APPS.OKE_SYSTEM_ITEMS_V ,
-
APPS.OKE_DTS_ACTION_PKG SQL Statements
12.1.1
-
APPS.OKE_DTS_ACTION_PKG SQL Statements
12.2.2
-
VIEW: APPS.OKE_DTS_SEARCH_LOV_V
12.1.1
-
VIEW: APPS.OKE_DTS_SEARCH_LOV_V
12.2.2
-
APPS.OKE_DTS_WORKFLOW SQL Statements
12.2.2
-
APPS.OKE_ACTION_VALIDATIONS_PKG SQL Statements
12.1.1
-
APPS.OKE_DTS_WORKFLOW SQL Statements
12.1.1
-
PACKAGE BODY: APPS.OKE_DTS_ACTION_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKE_DTS_ACTION_PKG, status:VALID,
-
PACKAGE BODY: APPS.OKE_CLE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKE_CLE_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKE_ACTION_VALIDATIONS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKE_ACTION_VALIDATIONS_PKG, status:VALID,
-
APPS.OKE_ACTION_VALIDATIONS_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.OKE_CLE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKE_CLE_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKE_DTS_ACTION_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKE_DTS_ACTION_PKG, status:VALID,
-
PACKAGE BODY: APPS.OKE_DELIVERABLE_UTILS_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKE_DELIVERABLE_UTILS_PUB, status:VALID,
-
PACKAGE BODY: APPS.OKE_DTS_WORKFLOW
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKE_DTS_WORKFLOW, status:VALID,
-
PACKAGE BODY: APPS.OKE_DEFAULTING_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKE_DEFAULTING_PKG, status:VALID,
-
PACKAGE BODY: APPS.OKE_ACTION_VALIDATIONS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKE_ACTION_VALIDATIONS_PKG, status:VALID,
-
PACKAGE BODY: APPS.OKE_AMG_GRP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKE_AMG_GRP, status:VALID,
-
PACKAGE BODY: APPS.OKE_DTS_WORKFLOW
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKE_DTS_WORKFLOW, status:VALID,
-
PACKAGE BODY: APPS.OKE_VERSION_COMPARISON_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKE_VERSION_COMPARISON_PKG, status:VALID,
-
PACKAGE BODY: APPS.OKE_VERSION_COMPARISON_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKE_VERSION_COMPARISON_PKG, status:VALID,
-
PACKAGE BODY: APPS.OKE_DELIVERABLE_UTILS_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKE_DELIVERABLE_UTILS_PUB, status:VALID,
-
PACKAGE BODY: APPS.OKE_DEFAULTING_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKE_DEFAULTING_PKG, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.OKE_AMG_GRP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKE_AMG_GRP, status:VALID,
-
PACKAGE BODY: APPS.OKE_DELIVERABLE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKE_DELIVERABLE_PVT, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.OKE_DELIVERABLE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKE_DELIVERABLE_PVT, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.OKE_IMPORT_CONTRACT_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKE_IMPORT_CONTRACT_PUB, status:VALID,
-
View: OKE_DTS_SEARCH_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_DTS_SEARCH_LOV_V, object_name:OKE_DTS_SEARCH_LOV_V, status:VALID, product: OKE - Project Contracts , implementation_dba_data: APPS.OKE_DTS_SEARCH_LOV_V ,
-
View: OKE_DTS_SEARCH_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_DTS_SEARCH_LOV_V, object_name:OKE_DTS_SEARCH_LOV_V, status:VALID, product: OKE - Project Contracts , implementation_dba_data: APPS.OKE_DTS_SEARCH_LOV_V ,
-
APPS.OKE_DELIVERABLE_UTILS_PUB SQL Statements
12.2.2
-
APPS.OKE_DELIVERABLE_UTILS_PUB SQL Statements
12.1.1
-
PACKAGE BODY: APPS.OKE_DTS_ACTION_PKG
12.1.1
-
VIEW: APPS.OKE_SYSTEM_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_SYSTEM_ITEMS_V, object_name:OKE_SYSTEM_ITEMS_V, status:VALID,
-
PACKAGE BODY: APPS.OKE_DTS_ACTION_PKG
12.2.2
-
VIEW: APPS.OKE_SYSTEM_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_SYSTEM_ITEMS_V, object_name:OKE_SYSTEM_ITEMS_V, status:VALID,
-
APPS.OKE_IMPORT_CONTRACT_PUB SQL Statements
12.2.2
-
VIEW: APPS.OKE_DTS_SEARCH_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_DTS_SEARCH_LOV_V, object_name:OKE_DTS_SEARCH_LOV_V, status:VALID,
-
VIEW: APPS.OKE_DTS_SEARCH_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_DTS_SEARCH_LOV_V, object_name:OKE_DTS_SEARCH_LOV_V, status:VALID,
-
SYNONYM: APPS.MTL_SYSTEM_ITEMS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_SYSTEM_ITEMS_TL, status:VALID,
-
APPS.OKE_AMG_GRP SQL Statements
12.1.1
-
APPS.OKE_AMG_GRP SQL Statements
12.2.2
-
SYNONYM: APPS.MTL_SYSTEM_ITEMS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_SYSTEM_ITEMS_TL, status:VALID,
-
APPS.OKE_DEFAULTING_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.OKE_ACTION_VALIDATIONS_PKG
12.1.1