Search Results serviceable_component_flag
Overview
ASO_I_ITEMS_V is a valid, reportable view owned by the APPS schema in Oracle E-Business Suite 12.1.1 and 12.2.2. It belongs to the ASO – Order Capture product family and serves as a simplified, single-source projection of system item master data for use by order capture, order management, and related integration flows. The view is defined directly over MTL_SYSTEM_ITEMS_VL, the multilingual system items view, and inherits its core identification, planning, pricing, and descriptive attributes, plus the concatenated segment column that presents the item's flexfield key in a single readable string.
Because it is a view rather than a table, ASO_I_ITEMS_V stores no data of its own. Its role is to present the item definition in a form tailored to order capture logic, exposing flags and attributes that determine whether an item can be ordered, priced, shipped, or serviced. For the user search term "customer_order_flag," this view is the relevant access point: CUSTOMER_ORDER_FLAG is one of the columns selected from MTL_SYSTEM_ITEMS_VL and exposed by ASO_I_ITEMS_V.
Underlying Base Objects
The ETRM metadata documents a single referenced base object: MTL_SYSTEM_ITEMS_VL (VIEW). ASO_I_ITEMS_V is therefore a thin wrapper — its SELECT list is drawn entirely from that multilingual item view, with no joins, unions, or supplementary tables appended. MTL_SYSTEM_ITEMS_VL is the language-aware layer over the MTL_SYSTEM_ITEMS_B / MTL_SYSTEM_ITEMS_TL pair, so items returned by ASO_I_ITEMS_V reflect the item's base definition (B) joined with the translated description (TL) for the session's language. The view additionally surfaces the concatenated flexfield segments (CONCATENATED_SEGMENTS and PADDED_CONCATENATED_SEGMENTS) generated by the key flexfield structure defined on the item master.
Key Columns
The view exposes a broad set of item attributes. The most significant include:
- INVENTORY_ITEM_ID and ORGANIZATION_ID — the composite key identifying an item within a specific inventory organization.
- CUSTOMER_ORDER_FLAG and CUSTOMER_ORDER_ENABLED_FLAG — indicate whether the item is orderable by customers and whether that capability is currently enabled; these are the columns most relevant to the user's search.
- SHIPPABLE_ITEM_FLAG, ATP_FLAG, and ATP_COMPONENTS_FLAG — control shipping eligibility and available-to-promise participation.
- PRIMARY_UOM_CODE and PRIMARY_UNIT_OF_MEASURE — the item's primary stocking and transaction unit.
- ITEM_TYPE, INVENTORY_ITEM_STATUS_CODE, INVENTORY_ITEM_FLAG, ENABLED_FLAG, START_DATE_ACTIVE, and END_DATE_ACTIVE — define item classification and lifecycle validity.
- LIST_PRICE_PER_UNIT — the base list price carried into pricing calculations.
- SERVICE_ITEM_FLAG and related SERVICE_* columns — support service-enabled ordering scenarios.
- CONCATENATED_SEGMENTS and PADDED_CONCATENATED_SEGMENTS — the human-readable flexfield key, and DESCRIPTION for the translated item name.
- ATTRIBUTE1 through ATTRIBUTE15 and the GLOBAL_ATTRIBUTE columns — the descriptive flexfield segments available for customer-specific extension.
Common Use Cases and Queries
ASO_I_ITEMS_V is typically queried to validate that an item is orderable before it is added to an order line, to populate item LOVs in ASO-based order capture screens, or to feed downstream integrations that require the concatenated segment rather than the numeric item ID. A common pattern filters specifically on the customer order flags:
SELECT inventory_item_id, organization_id, concatenated_segments, description, customer_order_flag, customer_order_enabled_flag FROM apps.aso_i_items_v WHERE organization_id = :org_id AND customer_order_flag = 'Y' AND customer_order_enabled_flag = 'Y' AND NVL(enabled_flag,'Y') = 'Y' AND SYSDATE BETWEEN NVL(start_date_active, SYSDATE) AND NVL(end_date_active, SYSDATE + 1);
Because the view carries no organization filter of its own, callers must always constrain ORGANIZATION_ID to avoid returning the same item across multiple inventory organizations. Joins to pricing, ATP, or order line tables are performed on INVENTORY_ITEM_ID plus ORGANIZATION_ID, matching the base item master key.
-
View: ASO_I_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_ITEMS_V, object_name:ASO_I_ITEMS_V, status:VALID, product: ASO - Order Capture , description: This is a view based on MTL_SYSTEM_ITEMS_VL which has System Items multilingual view with concatenated segments column , implementation_dba_data: APPS.ASO_I_ITEMS_V ,
-
VIEW: APPS.ASO_I_ITEMS_V
12.1.1
-
VIEW: APPS.ASO_I_ITEMS_V
12.2.2
-
View: ASO_I_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_ITEMS_V, object_name:ASO_I_ITEMS_V, status:VALID, product: ASO - Order Capture , description: This is a view based on MTL_SYSTEM_ITEMS_VL which has System Items multilingual view with concatenated segments column , implementation_dba_data: APPS.ASO_I_ITEMS_V ,
-
TYPE: APPS.INV_EBI_ITEM_DEPRECATED_OBJ
12.1.1
owner:APPS, object_type:TYPE, object_name:INV_EBI_ITEM_DEPRECATED_OBJ, status:VALID,
-
TYPE: APPS.INV_EBI_ITEM_DEPRECATED_OBJ
12.2.2
owner:APPS, object_type:TYPE, object_name:INV_EBI_ITEM_DEPRECATED_OBJ, status:VALID,
-
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: INV.INV_ITEM_TEMP#
12.2.2
-
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: APPS.OE_MTL_SYSTEM_ITEMS_V
12.1.1
-
VIEW: APPS.OE_MTL_SYSTEM_ITEMS_V
12.2.2
-
View: GMF_XLA_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_XLA_ITEMS_V, object_name:GMF_XLA_ITEMS_V, status:VALID, product: GMF - Process Manufacturing Financials , description: View for SLA ADR sources from Item Definition , implementation_dba_data: APPS.GMF_XLA_ITEMS_V ,
-
View: CST_XLA_INV_SYSTEM_ITEMS_REF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_INV_SYSTEM_ITEMS_REF_V, object_name:CST_XLA_INV_SYSTEM_ITEMS_REF_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_INV_SYSTEM_ITEMS_REF_V ,
-
View: GMF_XLA_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_XLA_ITEMS_V, object_name:GMF_XLA_ITEMS_V, status:VALID, product: GMF - Process Manufacturing Financials , description: View for SLA ADR sources from Item Definition , implementation_dba_data: APPS.GMF_XLA_ITEMS_V ,
-
VIEW: APPS.ASO_I_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_ITEMS_V, object_name:ASO_I_ITEMS_V, status:VALID,
-
VIEW: APPS.ASO_I_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_ITEMS_V, object_name:ASO_I_ITEMS_V, status:VALID,
-
VIEW: INV.MTL_SYSTEM_ITEMS_B#
12.2.2
-
VIEW: EGO.EGO_MTL_SY_ITEMS_CHG_B#
12.2.2
-
View: CST_XLA_INV_SYSTEM_ITEMS_REF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_INV_SYSTEM_ITEMS_REF_V, object_name:CST_XLA_INV_SYSTEM_ITEMS_REF_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_INV_SYSTEM_ITEMS_REF_V ,
-
VIEW: APPS.MTL_ITEM_FLEXFIELDS
12.1.1
-
VIEW: APPS.MTL_ITEM_FLEXFIELDS
12.2.2
-
VIEW: APPS.CST_XLA_INV_SYSTEM_ITEMS_REF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_INV_SYSTEM_ITEMS_REF_V, object_name:CST_XLA_INV_SYSTEM_ITEMS_REF_V, 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: APPS.CST_XLA_INV_SYSTEM_ITEMS_REF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_INV_SYSTEM_ITEMS_REF_V, object_name:CST_XLA_INV_SYSTEM_ITEMS_REF_V, status:VALID,
-
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: 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: APPS.MTL_SYSTEM_ITEMS_B_KFV
12.1.1
-
VIEW: APPS.MTL_SYSTEM_ITEMS_B1_KFV
12.2.2
-
VIEW: APPS.GMF_XLA_ITEMS_V
12.2.2
-
VIEW: APPS.GMF_XLA_ITEMS_V
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 ,
-
VIEW: APPS.CST_XLA_INV_SYSTEM_ITEMS_REF_V
12.1.1
-
VIEW: APPS.CST_XLA_INV_SYSTEM_ITEMS_REF_V
12.2.2
-
APPS.INVPVDR2 SQL Statements
12.1.1
-
VIEW: APPS.CN_MTL_SYSTEM_ITEM_CATS_V
12.1.1
owner:APPS, object_type:VIEW, object_name:CN_MTL_SYSTEM_ITEM_CATS_V, status:VALID,
-
VIEW: APPS.CN_MTL_SYSTEM_ITEM_CATS_V
12.2.2
owner:APPS, object_type:VIEW, object_name:CN_MTL_SYSTEM_ITEM_CATS_V, status:VALID,
-
APPS.INVPVDR2 SQL Statements
12.2.2
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: INV.INV_ITEM_TEMP#
12.2.2
owner:INV, object_type:VIEW, object_name:INV_ITEM_TEMP#, status:VALID,
-
APPS.INVPVDR3 SQL Statements
12.1.1
-
TABLE: INV.INV_ITEM_TEMP
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.INV_ITEM_TEMP, object_name:INV_ITEM_TEMP, status:VALID,
-
APPS.INVPVDR3 SQL Statements
12.2.2
-
TABLE: INV.INV_ITEM_TEMP
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.INV_ITEM_TEMP, object_name:INV_ITEM_TEMP, 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 ,
-
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: 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,