Search Results mtl_transactions_enabled_flag
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.
-
APPS.INVATTR SQL Statements
12.1.1
-
APPS.INVATTR SQL Statements
12.2.2
-
VIEW: APPS.ASO_I_ITEMS_V
12.1.1
-
VIEW: APPS.ASO_I_ITEMS_V
12.2.2
-
VIEW: APPS.AHL_MTL_ITEMS_NON_OU_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_MTL_ITEMS_NON_OU_V, object_name:AHL_MTL_ITEMS_NON_OU_V, status:VALID,
-
VIEW: APPS.AHL_MTL_ITEMS_NON_OU_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_MTL_ITEMS_NON_OU_V, object_name:AHL_MTL_ITEMS_NON_OU_V, status:VALID,
-
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_EAM_V
12.2.2
owner:APPS, object_type:VIEW, object_name:AHL_MTL_ITEMS_EAM_V, status:VALID,
-
VIEW: APPS.AHL_MTL_ITEMS_EAM_V
12.1.1
owner:APPS, object_type:VIEW, object_name:AHL_MTL_ITEMS_EAM_V, status:VALID,
-
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: 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,
-
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.CZ_EXV_ITEM_MASTER
12.2.2
owner:APPS, object_type:VIEW, object_name:CZ_EXV_ITEM_MASTER, status:VALID,
-
VIEW: APPS.WIP_EXPLOSIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_EXPLOSIONS_V, object_name:WIP_EXPLOSIONS_V, status:VALID,
-
Lookup Type: MTL_STATUS_ATTRIBUTES
12.1.1
product: INV - Inventory , meaning: MTL STATUS ATTRIBUTES ,
-
Lookup Type: MTL_STATUS_ATTRIBUTES
12.2.2
product: INV - Inventory , meaning: MTL STATUS ATTRIBUTES ,
-
VIEW: APPS.CZ_EXV_ITEM_MASTER
12.1.1
owner:APPS, object_type:VIEW, object_name:CZ_EXV_ITEM_MASTER, status:VALID,
-
VIEW: APPS.JTM_MTL_SYSTEM_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, object_name:JTM_MTL_SYSTEM_ITEMS_V, status:VALID,
-
VIEW: APPS.WIP_EXPLOSIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_EXPLOSIONS_V, object_name:WIP_EXPLOSIONS_V, status:VALID,
-
VIEW: APPS.CSM_MTL_SYSTEM_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, object_name:CSM_MTL_SYSTEM_ITEMS_V, status:VALID,
-
VIEW: APPS.CSM_MTL_SYSTEM_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, object_name:CSM_MTL_SYSTEM_ITEMS_V, status:VALID,
-
VIEW: APPS.JTM_MTL_SYSTEM_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, object_name:JTM_MTL_SYSTEM_ITEMS_V, status:VALID,
-
VIEW: APPS.AHL_ITEM_ASSOCIATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_ITEM_ASSOCIATIONS_V, object_name:AHL_ITEM_ASSOCIATIONS_V, status:VALID,
-
PACKAGE BODY: APPS.INVATTR
12.1.1
-
APPS.OE_RMA_WF SQL Statements
12.1.1
-
VIEW: APPS.AHL_ITEM_ASSOCIATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_ITEM_ASSOCIATIONS_V, object_name:AHL_ITEM_ASSOCIATIONS_V, status:VALID,
-
VIEW: APPS.CSL_MTL_EXPENSE_LABOR_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, object_name:CSL_MTL_EXPENSE_LABOR_ITEMS_V, status:VALID,
-
PACKAGE BODY: APPS.INVATTR
12.2.2
-
VIEW: APPS.CSL_MTL_EXPENSE_LABOR_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, object_name:CSL_MTL_EXPENSE_LABOR_ITEMS_V, status:VALID,
-
VIEW: APPS.CSF_M_SYSTEM_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, object_name:CSF_M_SYSTEM_ITEMS_V, status:VALID,
-
APPS.INV_COPY_ITEM_CP SQL Statements
12.2.2
-
VIEW: BOM.BOM_EXPLOSIONS_ALL#
12.2.2
-
VIEW: APPS.CSF_M_SYSTEM_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, object_name:CSF_M_SYSTEM_ITEMS_V, status:VALID,
-
APPS.INV_COPY_ITEM_CP SQL Statements
12.1.1
-
APPS.INV_TRANSACTION_LOVS SQL Statements
12.2.2
-
APPS.WIP_EAM_TRANSACTIONS_PVT SQL Statements
12.2.2
-
APPS.INV_TRANSACTION_LOVS SQL Statements
12.1.1
-
APPS.WIP_EAM_TRANSACTIONS_PVT SQL Statements
12.1.1
-
View: AHL_MTL_ITEMS_NON_OU_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_MTL_ITEMS_NON_OU_V, object_name:AHL_MTL_ITEMS_NON_OU_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view retrieves items from all inventory organizations. Not necessary to be in the same Operating Unit. , implementation_dba_data: APPS.AHL_MTL_ITEMS_NON_OU_V ,
-
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: AHL_MTL_ITEMS_NON_OU_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_MTL_ITEMS_NON_OU_V, object_name:AHL_MTL_ITEMS_NON_OU_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view retrieves items from all inventory organizations. Not necessary to be in the same Operating Unit. , implementation_dba_data: APPS.AHL_MTL_ITEMS_NON_OU_V ,
-
VIEW: INV.INV_ITEM_TEMP#
12.2.2
-
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: 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: WIP_EXPLOSIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_EXPLOSIONS_V, object_name:WIP_EXPLOSIONS_V, status:VALID, product: WIP - Work in Process , description: WIP explosion information , implementation_dba_data: APPS.WIP_EXPLOSIONS_V ,
-
View: WIP_EXPLOSIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_EXPLOSIONS_V, object_name:WIP_EXPLOSIONS_V, status:VALID, product: WIP - Work in Process , description: WIP explosion information , implementation_dba_data: APPS.WIP_EXPLOSIONS_V ,
-
APPS.GME_MOVE_ORDERS_PVT SQL Statements
12.1.1
-
TYPE: SYSTEM.WIP_COMPONENT_OBJ_T
12.1.1
owner:SYSTEM, object_type:TYPE, object_name:WIP_COMPONENT_OBJ_T, status:VALID,
-
VIEW: APPS.OE_MTL_SYSTEM_ITEMS_V
12.1.1