Search Results icx_por_items
Overview
The ICX_POR_ITEMS table is a core data object within the Oracle iProcurement (ICX) module of Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2. It serves as the central repository for non-translatable, master information about items available in the procurement catalog. Each record represents a distinct catalog item, acting as the root or parent record for a suite of related data. The table's primary function is to store invariant item descriptors and key identifiers that link to other critical procurement entities, such as suppliers and categories, thereby forming the structural backbone of the iProcurement catalog system.
Key Information Stored
The table's structure is defined by a primary key, RT_ITEM_ID, and a series of descriptor columns. The most significant columns include the unique item identifier (RT_ITEM_ID), the supplier identifier (SUPPLIER_ID) which is a foreign key to HZ_PARTIES, and a set of root descriptor columns. These descriptors, named in the format Axxxx (e.g., A0001, A0002), store specific, non-translatable attributes for the catalog item. According to the documentation, a subset of these descriptors is seeded by Oracle, while others can be customized. The table does not store translated text (like item descriptions), which is instead held in the related ICX_POR_ITEMS_TL (Translation) table.
Common Use Cases and Queries
This table is central to catalog management and reporting. Common use cases include analyzing the catalog item master list, troubleshooting item setup, and generating supplier-specific item reports. A typical query might join ICX_POR_ITEMS with its translation table and supplier information to create a comprehensive item listing. For example:
- Identifying all active items for a specific supplier:
SELECT ipi.rt_item_id, ipit.display_name, hzp.party_name FROM icx_por_items ipi JOIN hz_parties hzp ON ipi.supplier_id = hzp.party_id JOIN icx_por_items_tl ipit ON ipi.rt_item_id = ipit.rt_item_id WHERE hzp.party_name = 'Supplier XYZ'; - Investigating pricing by joining with the ICX_POR_PRICE_LIST_LINES table.
- Validating item-category relationships via the ICX_POR_CATEGORY_ITEMS table.
Related Objects
ICX_POR_ITEMS has extensive relationships within the iProcurement schema, as indicated by its foreign key constraints. Key related objects include:
- ICX_POR_ITEMS_TL: Stores the translatable descriptions for items referenced by RT_ITEM_ID.
- ICX_POR_CATEGORY_ITEMS: Links catalog items to their assigned categories.
- ICX_POR_PRICE_LIST_LINES & ICX_POR_PRICE_LIST_LINES_CACHE: Contain and cache pricing information for items.
- HZ_PARTIES: Provides supplier master data for the SUPPLIER_ID.
- ICX_POR_THIRD_PARTY_LOGS & MSC_SUP_DEM_ENTRIES: Used for integration logging and supply/demand planning, respectively.
-
Table: ICX_POR_ITEMS
12.1.1
owner:ICX, object_type:TABLE, fnd_design_data:ICX.ICX_POR_ITEMS, object_name:ICX_POR_ITEMS, status:VALID, product: ICX - Oracle iProcurement , description: Stores information and root descriptors for non translatable data for each item in the catalog. Root descriptor columns are in the format Axxxx where xxxx is an integer. Some of the root descriptors are seeded by Oracle while others may b , implementation_dba_data: ICX.ICX_POR_ITEMS ,
-
Table: ICX_POR_ITEMS
12.2.2
owner:ICX, object_type:TABLE, fnd_design_data:ICX.ICX_POR_ITEMS, object_name:ICX_POR_ITEMS, status:VALID, product: ICX - Oracle iProcurement , description: Stores information and root descriptors for non translatable data for each item in the catalog. Root descriptor columns are in the format Axxxx where xxxx is an integer. Some of the root descriptors are seeded by Oracle while others may b , implementation_dba_data: ICX.ICX_POR_ITEMS ,
-
APPS.ICX_POR_JOB_TRACK_VALIDATION_S dependencies on ICX_POR_ITEMS
12.1.1
-
APPS.ICX_CAT_FPI_UPGRADE dependencies on ICX_POR_ITEMS
12.1.1
-
APPS.ICX_POR_JOB_TRACK_VALIDATION_S dependencies on ICX_POR_ITEMS
12.2.2
-
APPS.ICX_CAT_FPI_UPGRADE dependencies on ICX_POR_ITEMS
12.2.2
-
APPS.ICX_CAT_FPI_UPGRADE dependencies on ICX_POR_ITEMS_TL
12.2.2
-
SYNONYM: APPS.ICX_POR_ITEMS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ICX_POR_ITEMS, status:VALID,
-
APPS.ICX_CAT_FPI_UPGRADE dependencies on ICX_POR_ITEMS_TL
12.1.1
-
SYNONYM: APPS.ICX_POR_ITEMS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:ICX_POR_ITEMS, status:VALID,
-
VIEW: ICX.ICX_POR_ITEMS#
12.2.2
owner:ICX, object_type:VIEW, object_name:ICX_POR_ITEMS#, status:VALID,
-
APPS.ICX_CAT_FPI_UPGRADE dependencies on PO_VENDOR_SITES_ALL
12.1.1
-
Table: ICX_POR_PRICE_LIST_LINES
12.2.2
owner:ICX, object_type:TABLE, fnd_design_data:ICX.ICX_POR_PRICE_LIST_LINES, object_name:ICX_POR_PRICE_LIST_LINES, status:VALID, product: ICX - Oracle iProcurement , description: Stores price list lines information. , implementation_dba_data: ICX.ICX_POR_PRICE_LIST_LINES ,
-
Table: MSC_SUP_DEM_ENTRIES
12.2.2
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_SUP_DEM_ENTRIES, object_name:MSC_SUP_DEM_ENTRIES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table holds transaction data for Oracle Collaborative planning. , implementation_dba_data: MSC.MSC_SUP_DEM_ENTRIES ,
-
VIEW: ICX.ICX_POR_ITEMS#
12.2.2
-
APPS.ICX_CAT_FPI_UPGRADE dependencies on PO_VENDOR_SITES_ALL
12.2.2
-
Table: ICX_POR_PRICE_LIST_LINES
12.1.1
owner:ICX, object_type:TABLE, fnd_design_data:ICX.ICX_POR_PRICE_LIST_LINES, object_name:ICX_POR_PRICE_LIST_LINES, status:VALID, product: ICX - Oracle iProcurement , description: Stores price list lines information. , implementation_dba_data: ICX.ICX_POR_PRICE_LIST_LINES ,
-
View: PA_ITEM_PROJECT_ASSOCIATION_V
12.1.1
product: PA - Projects , description: View of Items linked with Project or Task , implementation_dba_data: Not implemented in this database ,
-
APPS.ICX_CAT_FPI_UPGRADE dependencies on ICX_POR_CATEGORY_ITEMS
12.2.2
-
Table: ICX_POR_CATEGORY_ITEMS
12.2.2
owner:ICX, object_type:TABLE, fnd_design_data:ICX.ICX_POR_CATEGORY_ITEMS, object_name:ICX_POR_CATEGORY_ITEMS, status:VALID, product: ICX - Oracle iProcurement , description: Intersection table creating a relationship between categories and all the items they contain. , implementation_dba_data: ICX.ICX_POR_CATEGORY_ITEMS ,
-
Table: ICX_POR_PRICE_LIST_LINES_CACHE
12.1.1
owner:ICX, object_type:TABLE, fnd_design_data:ICX.ICX_POR_PRICE_LIST_LINES_CACHE, object_name:ICX_POR_PRICE_LIST_LINES_CACHE, status:VALID, product: ICX - Oracle iProcurement , description: Cache table for price list lines information. , implementation_dba_data: ICX.ICX_POR_PRICE_LIST_LINES_CACHE ,
-
Table: ICX_POR_PRICE_LIST_LINES_CACHE
12.2.2
owner:ICX, object_type:TABLE, fnd_design_data:ICX.ICX_POR_PRICE_LIST_LINES_CACHE, object_name:ICX_POR_PRICE_LIST_LINES_CACHE, status:VALID, product: ICX - Oracle iProcurement , description: Cache table for price list lines information. , implementation_dba_data: ICX.ICX_POR_PRICE_LIST_LINES_CACHE ,
-
Table: MSC_SUP_DEM_ENTRIES
12.1.1
owner:MSC, object_type:TABLE, fnd_design_data:MSC.MSC_SUP_DEM_ENTRIES, object_name:MSC_SUP_DEM_ENTRIES, status:VALID, product: MSC - Advanced Supply Chain Planning , description: This table holds transaction data for Oracle Collaborative planning. , implementation_dba_data: MSC.MSC_SUP_DEM_ENTRIES ,
-
Table: ICX_POR_CATEGORY_ITEMS
12.1.1
owner:ICX, object_type:TABLE, fnd_design_data:ICX.ICX_POR_CATEGORY_ITEMS, object_name:ICX_POR_CATEGORY_ITEMS, status:VALID, product: ICX - Oracle iProcurement , description: Intersection table creating a relationship between categories and all the items they contain. , implementation_dba_data: ICX.ICX_POR_CATEGORY_ITEMS ,
-
Table: ICX_POR_THIRD_PARTY_LOGS
12.1.1
owner:ICX, object_type:TABLE, fnd_design_data:ICX.ICX_POR_THIRD_PARTY_LOGS, object_name:ICX_POR_THIRD_PARTY_LOGS, status:VALID, product: ICX - Oracle iProcurement , description: Table that stores historical data of Third Party Content Provider activity on Suppliers' catalogs. , implementation_dba_data: ICX.ICX_POR_THIRD_PARTY_LOGS ,
-
Table: ICX_POR_THIRD_PARTY_LOGS
12.2.2
owner:ICX, object_type:TABLE, fnd_design_data:ICX.ICX_POR_THIRD_PARTY_LOGS, object_name:ICX_POR_THIRD_PARTY_LOGS, status:VALID, product: ICX - Oracle iProcurement , description: Table that stores historical data of Third Party Content Provider activity on Suppliers' catalogs. , implementation_dba_data: ICX.ICX_POR_THIRD_PARTY_LOGS ,
-
Table: ICX_POR_ITEMS_TL
12.2.2
owner:ICX, object_type:TABLE, fnd_design_data:ICX.ICX_POR_ITEMS_TL, object_name:ICX_POR_ITEMS_TL, status:VALID, product: ICX - Oracle iProcurement , description: Stores information and root descriptors for translatable data for each item in the catalog. Root descriptor columns are in the format Axxxx where xxxx is an integer. Some of the root descriptors are seeded by Oracle while others may be g , implementation_dba_data: ICX.ICX_POR_ITEMS_TL ,
-
Table: ICX_POR_ITEMS_TL
12.1.1
owner:ICX, object_type:TABLE, fnd_design_data:ICX.ICX_POR_ITEMS_TL, object_name:ICX_POR_ITEMS_TL, status:VALID, product: ICX - Oracle iProcurement , description: Stores information and root descriptors for translatable data for each item in the catalog. Root descriptor columns are in the format Axxxx where xxxx is an integer. Some of the root descriptors are seeded by Oracle while others may be g , implementation_dba_data: ICX.ICX_POR_ITEMS_TL ,
-
View: PA_ITEM_PROJECT_ASSOCIATION_V
12.2.2
product: PA - Projects , description: View of Items linked with Project or Task , implementation_dba_data: Not implemented in this database ,
-
APPS.ICX_CAT_FPI_UPGRADE dependencies on ICX_POR_ORACLE_ITEM_SUBTABLE
12.2.2
-
PACKAGE BODY: APPS.ICX_POR_JOB_TRACK_VALIDATION_S
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ICX_POR_JOB_TRACK_VALIDATION_S, status:VALID,
-
PACKAGE BODY: APPS.ICX_POR_JOB_TRACK_VALIDATION_S
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ICX_POR_JOB_TRACK_VALIDATION_S, status:VALID,
-
APPS.ICX_CAT_FPI_UPGRADE dependencies on ICX_POR_CATEGORY_ITEMS
12.1.1
-
PACKAGE BODY: APPS.ICX_CAT_FPI_UPGRADE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ICX_CAT_FPI_UPGRADE, status:VALID,
-
APPS.ICX_CAT_FPI_UPGRADE dependencies on MTL_SYSTEM_ITEMS
12.1.1
-
APPS.ICX_CAT_FPI_UPGRADE dependencies on ICX_POR_CATEGORIES_TL
12.2.2
-
APPS.ICX_CAT_FPI_UPGRADE dependencies on ICX_POR_CATEGORIES_TL
12.1.1
-
APPS.ICX_CAT_FPI_UPGRADE dependencies on ICX_POR_ORACLE_ITEM_SUBTABLE
12.1.1
-
APPS.ICX_CAT_FPI_UPGRADE dependencies on MTL_SYSTEM_ITEMS
12.2.2
-
PACKAGE BODY: APPS.ICX_CAT_FPI_UPGRADE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ICX_CAT_FPI_UPGRADE, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
APPS.ICX_POR_SCHEMA_UPLOAD dependencies on ICX_CAT_CATEGORY_ITEMS
12.2.2
-
APPS.ICX_POR_SCHEMA_UPLOAD dependencies on ICX_CAT_CATEGORY_ITEMS
12.1.1
-
APPS.ICX_CAT_FPI_UPGRADE SQL Statements
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1