Search Results icx_webstore_items_v
Overview
ICX_WEBSTORE_ITEMS_V is a read-only view owned by the APPS schema in Oracle E-Business Suite, classified under the ICX (Oracle iProcurement) product family. It exposes the catalog of purchasable store items that iProcurement presents to end users, combining item master attributes, price list pricing, unit of measure, item category, and customer-specific item cross-references into a single denormalized projection. The ETRM record carries the note "- Retrofitted", indicating the object was reintroduced or re-registered during an upgrade cycle rather than created as a fresh design artifact. Its status is VALID in both 12.1.1 and 12.2.2.
The view is a reporting and integration surface. iProcurement store pages, punchout-style catalog queries, and custom extensions typically reference it when a flat, query-friendly representation of item-plus-price is required without joining the underlying transactional tables directly. Because the view text filters aggressively on date ranges and profile options, it returns only currently active, order-enabled items for the operating unit implied by the profile context.
Underlying Base Objects
The documented base objects are synonyms to MTL_SYSTEM_ITEMS_KFV, MTL_ITEM_CATEGORIES, MTL_PARAMETERS, MTL_UNITS_OF_MEASURE, MTL_CUSTOMER_ITEMS, MTL_CUSTOMER_ITEM_XREFS, SO_PRICE_LISTS, SO_PRICE_LIST_LINES, FND_PROFILE_OPTIONS, and FND_PROFILE_OPTION_VALUES, together with the QP_PRICE_LIST_PVT and QP_UTIL packages. The view text joins price list lines to items through INVENTORY_ITEM_ID and to units of measure through UNIT_CODE, then attaches category membership via MTL_ITEM_CATEGORIES and organization context via MTL_PARAMETERS.
Joins to MTL_CUSTOMER_ITEMS and MTL_CUSTOMER_ITEM_XREFS are outer (indicated by the (+) operator in the extracted text), so items without customer-specific cross-references still appear. Profile option values drive organization filtering, restricting results to the inventory organization identified by the active profile. Item eligibility is limited to BOM_ITEM_TYPE values of 4 and 1, and price list lines are constrained to the current SYSDATE window.
Key Columns
- PRICE_LIST_LINE_ID / PRICE_LIST_ID — Identifiers for the pricing line and its parent price list, linking back to SO_PRICE_LIST_LINES and SO_PRICE_LISTS.
- INVENTORY_ITEM_ID — Surrogate key of the item in the item master.
- CONCATENATED_SEGMENTS — The item number as presented from MTL_SYSTEM_ITEMS_KFV.
- DESCRIPTION — Item long description.
- UNIT_OF_MEASURE / LIST_PRICE — Purchasing UOM and the effective list price on the line.
- CURRENCY_CODE — Currency of the price list.
- CATEGORY_ID / CATEGORY_SET_ID / ORGANIZATION_ID — Category classification and organization context.
- CUSTOMER_ID / CUSTOMER_ITEM_ID / CUSTOMER_ITEM_NUMBER — Customer-specific item definition, populated only where cross-references exist.
- START_DATE_ACTIVE / END_DATE_ACTIVE — Validity window of the price list line.
- ATTRIBUTE14 — Item master descriptive flexfield segment frequently reused for catalog display metadata.
Common Use Cases and Queries
Typical scenarios include auditing negotiated pricing per customer, validating that store items are correctly categorized, and extracting a price catalog for external or punchout integrations.
- Retrieve active items for a price list:
SELECT INVENTORY_ITEM_ID, CONCATENATED_SEGMENTS, DESCRIPTION, LIST_PRICE, CURRENCY_CODE FROM APPS.ICX_WEBSTORE_ITEMS_V WHERE PRICE_LIST_ID = :p_price_list_id;
- Find customer-specific items:
SELECT CUSTOMER_ITEM_NUMBER, CONCATENATED_SEGMENTS, LIST_PRICE FROM APPS.ICX_WEBSTORE_ITEMS_V WHERE CUSTOMER_ID IS NOT NULL;
- Category-level catalog review:
SELECT CATEGORY_ID, COUNT(*) item_count FROM APPS.ICX_WEBSTORE_ITEMS_V GROUP BY CATEGORY_ID;
Because the view already enforces organization and date filters, queries should avoid redundant predicates on those columns unless auditing historical rows is intended.
-
View: ICX_WEBSTORE_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_WEBSTORE_ITEMS_V, object_name:ICX_WEBSTORE_ITEMS_V, status:VALID, product: ICX - Oracle iProcurement , description: - Retrofitted , implementation_dba_data: APPS.ICX_WEBSTORE_ITEMS_V ,
-
View: ICX_WEBSTORE_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_WEBSTORE_ITEMS_V, object_name:ICX_WEBSTORE_ITEMS_V, status:VALID, product: ICX - Oracle iProcurement , description: - Retrofitted , implementation_dba_data: APPS.ICX_WEBSTORE_ITEMS_V ,
-
SYNONYM: APPS.SO_PRICE_LISTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:SO_PRICE_LISTS, status:VALID,
-
View: ICX_FMT_STORE_ITEMS_V
12.1.1
product: ICX - Oracle iProcurement , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.SO_PRICE_LISTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:SO_PRICE_LISTS, status:VALID,
-
PACKAGE: APPS.QP_PRICE_LIST_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:QP_PRICE_LIST_PVT, status:VALID,
-
View: ICX_FMT_STORE_ITEMS_V
12.2.2
product: ICX - Oracle iProcurement , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.SO_PRICE_LIST_LINES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:SO_PRICE_LIST_LINES, status:VALID,
-
SYNONYM: APPS.SO_PRICE_LIST_LINES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:SO_PRICE_LIST_LINES, status:VALID,
-
PACKAGE: APPS.QP_PRICE_LIST_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:QP_PRICE_LIST_PVT, status:VALID,
-
VIEW: APPS.ICX_WEBSTORE_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_WEBSTORE_ITEMS_V, object_name:ICX_WEBSTORE_ITEMS_V, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.ICX_WEBSTORE_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_WEBSTORE_ITEMS_V, object_name:ICX_WEBSTORE_ITEMS_V, status:VALID,
-
SYNONYM: APPS.MTL_CUSTOMER_ITEM_XREFS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_CUSTOMER_ITEM_XREFS, status:VALID,
-
SYNONYM: APPS.MTL_CUSTOMER_ITEM_XREFS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_CUSTOMER_ITEM_XREFS, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
SYNONYM: APPS.MTL_CUSTOMER_ITEMS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_CUSTOMER_ITEMS, status:VALID,
-
SYNONYM: APPS.MTL_CUSTOMER_ITEMS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_CUSTOMER_ITEMS, status:VALID,
-
PACKAGE: APPS.QP_UTIL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:QP_UTIL, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE: APPS.QP_UTIL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:QP_UTIL, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
SYNONYM: APPS.FND_PROFILE_OPTIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FND_PROFILE_OPTIONS, status:VALID,
-
SYNONYM: APPS.FND_PROFILE_OPTIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FND_PROFILE_OPTIONS, status:VALID,
-
SYNONYM: APPS.FND_PROFILE_OPTION_VALUES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FND_PROFILE_OPTION_VALUES, status:VALID,
-
SYNONYM: APPS.MTL_ITEM_CATEGORIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_ITEM_CATEGORIES, status:VALID,
-
SYNONYM: APPS.FND_PROFILE_OPTION_VALUES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FND_PROFILE_OPTION_VALUES, status:VALID,
-
SYNONYM: APPS.MTL_ITEM_CATEGORIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_ITEM_CATEGORIES, status:VALID,
-
SYNONYM: APPS.MTL_UNITS_OF_MEASURE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_UNITS_OF_MEASURE, status:VALID,
-
SYNONYM: APPS.MTL_UNITS_OF_MEASURE
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_UNITS_OF_MEASURE, status:VALID,
-
SYNONYM: APPS.MTL_SYSTEM_ITEMS_KFV
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_SYSTEM_ITEMS_KFV, status:VALID,
-
SYNONYM: APPS.MTL_SYSTEM_ITEMS_KFV
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_SYSTEM_ITEMS_KFV, status:VALID,
-
SYNONYM: APPS.MTL_PARAMETERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_PARAMETERS, status:VALID,
-
SYNONYM: APPS.MTL_PARAMETERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_PARAMETERS, status:VALID,
-
eTRM - ICX Tables and Views
12.2.2
-
eTRM - ICX Tables and Views
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - ICX Tables and Views
12.2.2
-
eTRM - ICX Tables and Views
12.1.1