Search Results service_duration_period_code
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.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: 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.OE_AK_INVENTORY_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_AK_INVENTORY_ITEMS_V, object_name:OE_AK_INVENTORY_ITEMS_V, status:VALID,
-
VIEW: APPS.OE_AK_INVENTORY_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_AK_INVENTORY_ITEMS_V, object_name:OE_AK_INVENTORY_ITEMS_V, status:VALID,
-
View: OE_AK_INVENTORY_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_AK_INVENTORY_ITEMS_V, object_name:OE_AK_INVENTORY_ITEMS_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_AK_INVENTORY_ITEMS_V ,
-
View: AHM_PARTY_SUB_ITEMS_V
12.2.2
product: AHM - Hosting Manager(Obsolete) , description: This view returns the info for all subscribed items for the given party id , implementation_dba_data: Not implemented in this database ,
-
View: OE_AK_INVENTORY_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_AK_INVENTORY_ITEMS_V, object_name:OE_AK_INVENTORY_ITEMS_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_AK_INVENTORY_ITEMS_V ,
-
APPS.CS_WAR SQL Statements
12.1.1
-
APPS.CS_WAR SQL Statements
12.2.2
-
View: AHM_PARTY_SUB_ITEMS_V
12.1.1
product: AHM - Hosting Manager(Obsolete) , description: This view returns the info for all subscribed items for the given party id , implementation_dba_data: Not implemented in this database ,
-
APPS.OKS_OMINT_PUB SQL Statements
12.1.1
-
APPS.OKS_OMINT_PUB SQL Statements
12.2.2
-
View: AMS_PRODUCT_MAPPING_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_PRODUCT_MAPPING_V, object_name:AMS_PRODUCT_MAPPING_V, status:VALID, product: AMS - Marketing , description: Product view for import. , implementation_dba_data: APPS.AMS_PRODUCT_MAPPING_V ,
-
VIEW: INV.INV_ITEM_TEMP#
12.2.2
-
View: AMS_PRODUCT_MAPPING_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_PRODUCT_MAPPING_V, object_name:AMS_PRODUCT_MAPPING_V, status:VALID, product: AMS - Marketing , description: Product view for import. , implementation_dba_data: APPS.AMS_PRODUCT_MAPPING_V ,
-
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.OE_MTL_SYSTEM_ITEMS_V
12.1.1
-
VIEW: APPS.OE_MTL_SYSTEM_ITEMS_V
12.2.2
-
View: XNC_PRODUCTS_V
12.1.1
product: XNC - Sales for Communications (Obsolete) , description: This view is to display products , implementation_dba_data: Not implemented in this database ,
-
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.AMS_PRODUCT_MAPPING_V
12.2.2
-
View: XNC_PRODUCTS_V
12.2.2
product: XNC - Sales for Communications (Obsolete) , description: This view is to display products , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.AMS_PRODUCT_MAPPING_V
12.1.1
-
APPS.INVPUPI2 SQL Statements
12.1.1
-
APPS.IBE_PRICE_PVT SQL Statements
12.1.1
-
APPS.INVPUPI2 SQL Statements
12.2.2
-
APPS.IBE_PRICE_PVT SQL Statements
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: APPS.MTL_ITEM_FLEXFIELDS
12.1.1
-
VIEW: APPS.MTL_ITEM_FLEXFIELDS
12.2.2
-
VIEW: INV.MTL_SYSTEM_ITEMS_B#
12.2.2
-
VIEW: EGO.EGO_MTL_SY_ITEMS_CHG_B#
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: 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: 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.MTL_SYSTEM_ITEMS_B_KFV
12.1.1
-
VIEW: APPS.MTL_SYSTEM_ITEMS_B1_KFV
12.2.2
-
View: INVFV_ITEMS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_ITEMS, object_name:INVFV_ITEMS, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.INVFV_ITEMS ,
-
View: INVFV_ITEMS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_ITEMS, object_name:INVFV_ITEMS, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.INVFV_ITEMS ,
-
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.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,
-
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,