Search Results orderable_on_web_flag
Overview
AHM_SI_MTL_ITEMS_V is a reporting view belonging to the AHM – Hosting Manager product, a module now classified as obsolete within Oracle E-Business Suite. The view exposes service item master details — item name, description, unit of measure, and inventory organization context — for items that qualify as subscription-based service items. In Oracle EBS 12.1.1 and 12.2.2, its principal role was to supply a filtered, read-only list of sellable service items to Hosting Manager configuration and provisioning flows, as well as to integrations requiring a narrowed item catalog rather than the full inventory item master.
The view is documented as not implemented in the reference database associated with the ETRM metadata. Consequently, the view definition below reflects the documented text rather than a verified deployment, and environments upgraded from earlier releases may or may not carry the object forward. The user's search term, customer_order_flag, is directly relevant: it appears in the view's WHERE clause as one of several mandatory predicates, meaning the view cannot return items that are not flagged as customer-orderable.
Underlying Base Objects
The documented view text selects exclusively from MTL_SYSTEM_ITEMS_B, the item master base table that stores organization-specific item definitions in Oracle Inventory. No additional documented base objects are referenced, and the ETRM metadata records no listed owner and no further referenced objects. In practice, MTL_SYSTEM_ITEMS_B is one of the largest and most heavily indexed tables in an EBS instance, and the view inherits its organization-scoped nature: because the base table is segmented by ORGANIZATION_ID, every query against the view implicitly targets a specific inventory organization supplied by the caller.
The view applies eight concurrent filter conditions against the base table, which is the defining characteristic of the object:
ENABLED_FLAG = 'Y'NVL(START_DATE_ACTIVE, SYSDATE) <= SYSDATENVL(END_DATE_ACTIVE, SYSDATE) >= SYSDATECUSTOMER_ORDER_FLAG = 'Y'CUSTOMER_ORDER_ENABLED_FLAG = 'Y'INVENTORY_ITEM_STATUS_CODE = 'ACTIVE'ORDERABLE_ON_WEB_FLAG = 'Y'SERVICEABLE_PRODUCT_FLAG = 'Y'andCONTRACT_ITEM_TYPE_CODE = 'SUBSCRIPTION'
Key Columns
The ETRM documentation lists a column set that differs slightly in naming from the SELECT list in the view text, and developers should reconcile the two when building dependent logic:
- INVENTORY_ITEM_ID — Surrogate primary key of the item in MTL_SYSTEM_ITEMS_B; the essential join key to any other item-related table.
- NAME (SEGMENT1) — The user-facing item number/segment; the documented view text exposes SEGMENT1, while the column list refers to it as NAME.
- DESCRIPTION — Item description as maintained on the item master.
- INV_ORG_ID (ORGANIZATION_ID) — The inventory organization owning the item record; required for correctly scoping lookups.
- UOM_CODE (PRIMARY_UNIT_OF_MEASURE) — The primary unit of measure, used for quantity and pricing normalization.
Common Use Cases and Queries
The view is typically used to populate LOVs, validate provisioning requests, and drive subscription item selection in Hosting Manager-era customizations. A representative query, scoped to a single organization, follows:
SELECT inventory_item_id, segment1, description, organization_id, primary_unit_of_measure FROM ahm_si_mtl_items_v WHERE organization_id = :p_org_id ORDER BY segment1;
Because customer_order_flag is hard-coded to 'Y' inside the view, it cannot be weakened externally; callers needing items that are not customer-orderable must query MTL_SYSTEM_ITEMS_B directly. Given the obsolete status of AHM, new development should treat this view as legacy and reference MTL_SYSTEM_ITEMS_B with explicit predicates instead.
-
View: AHM_SI_MTL_ITEMS_V
12.2.2
product: AHM - Hosting Manager(Obsolete) , description: This view gives the detail of the Service Item like Name, Unit of Measure etc. , implementation_dba_data: Not implemented in this database ,
-
View: AHM_SI_MTL_ITEMS_V
12.1.1
product: AHM - Hosting Manager(Obsolete) , description: This view gives the detail of the Service Item like Name, Unit of Measure etc. , implementation_dba_data: Not implemented in this database ,
-
TYPE: APPS.INV_EBI_ITEM_WEB_OPTION_OBJ
12.1.1
owner:APPS, object_type:TYPE, object_name:INV_EBI_ITEM_WEB_OPTION_OBJ, status:VALID,
-
TYPE: APPS.INV_EBI_ITEM_WEB_OPTION_OBJ
12.2.2
owner:APPS, object_type:TYPE, object_name:INV_EBI_ITEM_WEB_OPTION_OBJ, status:VALID,
-
View: AHM_SVC_MTL_ITEMS_V
12.2.2
product: AHM - Hosting Manager(Obsolete) , description: This view gives the detail of the ServiceCoverage Item like Name, Unit of Measure etc. , implementation_dba_data: Not implemented in this database ,
-
View: AHM_SVC_MTL_ITEMS_V
12.1.1
product: AHM - Hosting Manager(Obsolete) , description: This view gives the detail of the ServiceCoverage Item like Name, Unit of Measure etc. , implementation_dba_data: Not implemented in this database ,
-
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: 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: INV.INV_ITEM_TEMP#
12.2.2
-
VIEW: APPS.AMS_PRODUCT_MAPPING_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: 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
-
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: 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: 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: INV.MTL_SYSTEM_ITEMS_B#
12.2.2
-
VIEW: EGO.EGO_MTL_SY_ITEMS_CHG_B#
12.2.2
-
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: 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: INV.MTL_SYSTEM_ITEMS_INTERFACE#
12.2.2
-
VIEW: APPS.GMF_XLA_ITEMS_V
12.1.1
-
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: 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_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: APPS.MTL_SYSTEM_ITEMS_B1_KFV
12.2.2
-
VIEW: APPS.MTL_SYSTEM_ITEMS_B_KFV
12.1.1
-
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_B_KFV
12.2.2
-
VIEW: APPS.GMF_XLA_ITEMS_V
12.2.2
-
VIEW: APPS.CST_XLA_INV_SYSTEM_ITEMS_REF_V
12.1.1
-
VIEW: APPS.CST_XLA_INV_SYSTEM_ITEMS_REF_V
12.2.2
-
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: 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,
-
VIEW: EGO.EGO_MTL_SY_ITEMS_CHG_B#
12.2.2
owner:EGO, object_type:VIEW, object_name:EGO_MTL_SY_ITEMS_CHG_B#, status:VALID,
-
View: EGO_ITEM_SYNC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_ITEM_SYNC_V, object_name:EGO_ITEM_SYNC_V, status:VALID, product: EGO - Advanced Product Catalog , description: This View is used for Item Sync operations with external systems. Currently this is being used for ItemSync with Siebel , implementation_dba_data: APPS.EGO_ITEM_SYNC_V ,
-
View: EGO_ITEM_SYNC_OP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_ITEM_SYNC_OP_V, object_name:EGO_ITEM_SYNC_OP_V, status:VALID, product: EGO - Advanced Product Catalog , description: This View is used for Item Sync operations with external systems. Currently this is being used for ItemSync with Siebel OnPremise , implementation_dba_data: APPS.EGO_ITEM_SYNC_OP_V ,
-
View: EGO_ITEM_SYNC_OP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_ITEM_SYNC_OP_V, object_name:EGO_ITEM_SYNC_OP_V, status:VALID, product: EGO - Advanced Product Catalog , description: This View is used for Item Sync operations with external systems. Currently this is being used for ItemSync with Siebel OnPremise , implementation_dba_data: APPS.EGO_ITEM_SYNC_OP_V ,
-
VIEW: APPS.MTL_CLIENT_ITEMS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_CLIENT_ITEMS_VL, object_name:MTL_CLIENT_ITEMS_VL, status:VALID,
-
APPS.INVPULI2 SQL Statements
12.1.1