Search Results service_starting_delay
Overview
APPS.ASO_I_ITEMS_V is a reporting and integration view in the Oracle E-Business Suite Order Management and Advanced Pricing schema (ASO). As documented in the ETRM metadata for releases 12.1.1 and 12.2.2, the view exposes item master attributes relevant to service, warranty, catalog, and order-entry processing. It is defined over MTL_SYSTEM_ITEMS_VL, the value-set-enabled item master view, and is owned by the APPS schema. Because ASO_I_ITEMS_V is a simple projection rather than a stored table, it inherits the multitenancy, translation, and organization-specific behavior of the underlying MTL_SYSTEM_ITEMS_VL view, including its item description joins for the user's session language. The view is commonly used by order capture, service contracts, and pricing components that must qualify items as serviceable products, service items, warranties, or collateral, and that must retrieve catalog and pricing attributes in a single query. The presence of BASE_WARRANTY_SERVICE_ID, SERVICE_ITEM_FLAG, and the serviceability flags makes the view particularly relevant to warranty and service offering configuration in Oracle Service and Oracle Order Management.
Underlying Base Objects
The ETRM documentation identifies a single referenced base object: MTL_SYSTEM_ITEMS_VL, itself a view over INV.MTL_SYSTEM_ITEMS_B (the organization-specific item attribute table) and its translations table. Wrapping this value-set view provide the concatenated segment display columns (CONCATENATED_SEGMENTS, PADDED_CONCATENATED_SEGMENTS), key flexfield segment columns, and the descriptive and attribute columns used by pricing and service applications. Consequently, any change in item master data—item status, service flags, or the base warranty reference—is reflected immediately when querying ASO_I_ITEMS_V, with no staging or denormalization layer. The view does not modify MTL_SYSTEM_ITEMS_VL; it is a read-only projection intended for consumer applications in the ASO module.
Key Columns
- INVENTORY_ITEM_ID, ORGANIZATION_ID — Composite key identifying the item within its inventory organization.
- BASE_ITEM_ID — Reference to the base item for organization-specific item definitions.
- BASE_WARRANTY_SERVICE_ID — The inventory item identifier of the base warranty service associated with the item; central to warranty coverage configuration.
- SERVICE_ITEM_FLAG, SERVICE_ITEM_FLAG duration columns — Indicate whether the item is a service, its SERVICE_DURATION and SERVICE_DURATION_PERIOD_CODE, and SERVICE_STARTING_DELAY.
- SERVICEABLE_PRODUCT_FLAG, SERVICEABLE_COMPONENT_FLAG, SERVICEABLE_ITEM_CLASS_ID — Define which products and components may be serviced and their class.
- CUSTOMER_ORDER_FLAG / CUSTOMER_ORDER_ENABLED_FLAG, SHIPPABLE_ITEM_FLAG — Order-entry eligibility flags.
- ATP_FLAG, ATP_COMPONENTS_FLAG, RESERVABLE_TYPE — Availability and reservation behavior.
- LIST_PRICE_PER_UNIT, TAX_CODE — Pricing and tax defaults.
- SEGMENT1, CONCATENATED_SEGMENTS, DESCRIPTION — Item identification and display attributes.
Common Use Cases and Queries
Typical usage includes identifying the base warranty item for a sellable product and listing orderable service items in a given organization.
- Locate items referencing a specific base warranty service:
SELECT inventory_item_id, organization_id, concatenated_segments, base_warranty_service_id FROM aso_i_items_v WHERE base_warranty_service_id = :p_base_warranty_service_id AND customer_order_enabled_flag = 'Y';
- Retrieve all service items available for order entry:
SELECT inventory_item_id, concatenated_segments, service_duration, service_duration_period_code FROM aso_i_items_v WHERE service_item_flag = 'Y' AND customer_order_enabled_flag = 'Y' AND enabled_flag = 'Y';
Because the view joins directly to the item master, queries should always filter by ORGANIZATION_ID to avoid cross-organization duplication, and should restrict to ENABLED_FLAG = 'Y' and NVL(END_DATE_ACTIVE, SYSDATE+1) > SYSDATE where active-only results are required.
-
VIEW: APPS.ASO_I_ITEMS_V
12.1.1
-
VIEW: APPS.ASO_I_ITEMS_V
12.2.2
-
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: 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 ,
-
View: OKX_SYSTEM_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKX.OKX_SYSTEM_ITEMS_V, object_name:OKX_SYSTEM_ITEMS_V, status:VALID, product: OKX - Contracts Integration , description: Inventory item definitions , implementation_dba_data: APPS.OKX_SYSTEM_ITEMS_V ,
-
View: OKX_SYSTEM_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKX.OKX_SYSTEM_ITEMS_V, object_name:OKX_SYSTEM_ITEMS_V, status:VALID, product: OKX - Contracts Integration , description: Inventory item definitions , implementation_dba_data: APPS.OKX_SYSTEM_ITEMS_V ,
-
VIEW: APPS.OKX_SYSTEM_ITEMS_V
12.2.2
-
VIEW: APPS.OKX_SYSTEM_ITEMS_V
12.1.1
-
TYPE: APPS.INV_EBI_ITEM_SERVICE_OBJ
12.1.1
owner:APPS, object_type:TYPE, object_name:INV_EBI_ITEM_SERVICE_OBJ, status:VALID,
-
TYPE: APPS.INV_EBI_ITEM_SERVICE_OBJ
12.2.2
owner:APPS, object_type:TYPE, object_name:INV_EBI_ITEM_SERVICE_OBJ, status:VALID,
-
VIEW: INV.INV_ITEM_TEMP#
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: 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: 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: APPS.OKX_SYSTEM_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKX.OKX_SYSTEM_ITEMS_V, object_name:OKX_SYSTEM_ITEMS_V, status:VALID,
-
VIEW: APPS.MTL_ITEM_FLEXFIELDS
12.1.1
-
VIEW: APPS.MTL_ITEM_FLEXFIELDS
12.2.2
-
VIEW: INV.MTL_SYSTEM_ITEMS_INTERFACE#
12.2.2
-
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: 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: APPS.OKX_SYSTEM_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKX.OKX_SYSTEM_ITEMS_V, object_name:OKX_SYSTEM_ITEMS_V, status:VALID,
-
VIEW: APPS.MTL_SYSTEM_ITEMS_B_KFV
12.1.1
-
VIEW: APPS.MTL_SYSTEM_ITEMS_B1_KFV
12.2.2
-
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.MTL_SYSTEM_ITEMS_ER1_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_ER1_V, object_name:MTL_SYSTEM_ITEMS_ER1_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
-
APPS.INVPVDR2 SQL Statements
12.1.1
-
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.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.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: APPS.MTL_SYSTEM_ITEMS_ER1_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_ER1_V, object_name:MTL_SYSTEM_ITEMS_ER1_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,
-
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,
-
APPS.INVPVDR3 SQL Statements
12.2.2
-
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: APPS.INVFV_ITEMS
12.1.1
-
View: MTL_SYSTEM_ITEMS_ER1_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_ER1_V, object_name:MTL_SYSTEM_ITEMS_ER1_V, status:VALID, product: INV - Inventory , description: ERES : View to support ERES framework for Items , implementation_dba_data: APPS.MTL_SYSTEM_ITEMS_ER1_V ,
-
VIEW: APPS.INVFV_ITEMS
12.2.2
-
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: MTL_SYSTEM_ITEMS_ER1_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_ER1_V, object_name:MTL_SYSTEM_ITEMS_ER1_V, status:VALID, product: INV - Inventory , description: ERES : View to support ERES framework for Items , implementation_dba_data: APPS.MTL_SYSTEM_ITEMS_ER1_V ,