Search Results icx_portlet_customizations
Overview
The ICX.PORTLET_CUSTOMIZATIONS table is an Oracle E-Business Suite base table that stores per-user and per-tenant customization settings for dashboard portlets, most notably within the Oracle iProcurement (ICX) module and the broader self-service framework. Each row defines how a specific portlet plug-in should be rendered, cached, titled, and secured for a given user, responsibility, page, or security group. The table therefore acts as the configuration backbone behind the personalized portal and KPI content that end users see when they log in.
The heuristic Data Vault classification mined from the foreign-key structure is standalone. Because the table holds descriptive attributes tied to configuration keys rather than participating in multi-source integration links, it is most naturally modeled as a satellite-like configuration entity. In a Data Vault context it could be treated as a hub for portlet customization identity, but the documentation does not suggest it functions as a true hub, link, or satellite, so the label should be regarded as a modeling suggestion only.
Key Information Stored
The table contains 13 documented columns. The most significant include:
- PLUG_ID — Foreign key to
BSC_USER_KPILIST_PLUGS; identifies the portlet or KPI plug-in being customized. - APPLICATION_ID — The application context to which the customization applies.
- RESPONSIBILITY_ID — The responsibility under which the customization is active.
- SECURITY_GROUP_ID — Foreign key to
FND_SECURITY_GROUPS, governing access scope. - USER_ID — The specific user who owns the customization, when applicable.
- PAGE_ID — The portal page to which the portlet is assigned.
- TITLE — The display title of the portlet.
- REFERENCE_PATH — The path reference used to resolve the portlet content.
- CACHING_KEY and CACHING_PERIOD — Parameters controlling caching behavior.
- START_CACHING_TIMEMILLI — The millisecond offset at which caching begins.
- FUNCTION_ID — Links the portlet to a registered function for security and navigation.
- USER_AGENT — Captures the browser or client agent associated with the customization.
No explicit surrogate primary key is documented in the provided metadata; uniqueness is effectively enforced through the combination of plug, user, responsibility, page, and security-group keys.
Common Use Cases and Queries
Administrators and developers query this table to diagnose why a portlet appears, disappears, or renders with stale content. A typical pattern joins the plug definition to identify the owning component:
- Retrieve all customizations for a specific plug:
SELECT * FROM ICX.PORTLET_CUSTOMIZATIONS WHERE PLUG_ID = :plug_id; - Identify per-user overrides:
SELECT USER_ID, PAGE_ID, TITLE FROM ICX.PORTLET_CUSTOMIZATIONS WHERE USER_ID IS NOT NULL; - Audit caching configuration:
SELECT CACHING_KEY, CACHING_PERIOD, START_CACHING_TIMEMILLI FROM ICX.PORTLET_CUSTOMIZATIONS;
Reporting use cases include auditing which responsibilities expose which portlets, verifying security-group alignment, and troubleshooting performance issues related to caching periods.
Related Objects
- BSC_USER_KPILIST_PLUGS — joined on
PLUG_ID. - FND_SECURITY_GROUPS — joined on
SECURITY_GROUP_ID. - FND_APPLICATION — resolved via
APPLICATION_ID. - FND_RESPONSIBILITY — resolved via
RESPONSIBILITY_ID. - FND_USER — resolved via
USER_ID. - FND_FORM_FUNCTIONS — referenced through
FUNCTION_ID.
These relationships make the table a central reference point for portal personalization and access-control analysis.
-
Table: ICX_PORTLET_CUSTOMIZATIONS
12.2.2
owner:ICX, object_type:TABLE, fnd_design_data:ICX.ICX_PORTLET_CUSTOMIZATIONS, object_name:ICX_PORTLET_CUSTOMIZATIONS, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: ICX.ICX_PORTLET_CUSTOMIZATIONS ,
-
Table: ICX_PORTLET_CUSTOMIZATIONS
12.1.1
owner:ICX, object_type:TABLE, fnd_design_data:ICX.ICX_PORTLET_CUSTOMIZATIONS, object_name:ICX_PORTLET_CUSTOMIZATIONS, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: ICX.ICX_PORTLET_CUSTOMIZATIONS ,
-
APPS.ICX_PORTLET SQL Statements
12.1.1
-
APPS.ICX_PORTLET SQL Statements
12.2.2
-
APPS.BIS_COMPONENTS_PVT SQL Statements
12.1.1
-
SYNONYM: APPS.ICX_PORTLET_CUSTOMIZATIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:ICX_PORTLET_CUSTOMIZATIONS, status:VALID,
-
VIEW: ICX.ICX_PORTLET_CUSTOMIZATIONS#
12.2.2
owner:ICX, object_type:VIEW, object_name:ICX_PORTLET_CUSTOMIZATIONS#, status:VALID,
-
VIEW: ICX.ICX_PORTLET_CUSTOMIZATIONS#
12.2.2
-
SYNONYM: APPS.ICX_PORTLET_CUSTOMIZATIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ICX_PORTLET_CUSTOMIZATIONS, status:VALID,
-
APPS.BIS_PMF_PORTLET_UTIL SQL Statements
12.1.1
-
APPS.BIS_PMV_PORTAL_UTIL_PVT SQL Statements
12.1.1
-
TABLE: ICX.ICX_PORTLET_CUSTOMIZATIONS
12.1.1
owner:ICX, object_type:TABLE, fnd_design_data:ICX.ICX_PORTLET_CUSTOMIZATIONS, object_name:ICX_PORTLET_CUSTOMIZATIONS, status:VALID,
-
TABLE: ICX.ICX_PORTLET_CUSTOMIZATIONS
12.2.2
owner:ICX, object_type:TABLE, fnd_design_data:ICX.ICX_PORTLET_CUSTOMIZATIONS, object_name:ICX_PORTLET_CUSTOMIZATIONS, status:VALID,
-
APPS.BSC_PORTLET_UI_WRAPPER SQL Statements
12.1.1
-
APPS.BIS_PMV_UTIL SQL Statements
12.1.1
-
PACKAGE BODY: APPS.BIS_COMPONENTS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIS_COMPONENTS_PVT, status:VALID,
-
PACKAGE BODY: APPS.BIS_COMPONENTS_PVT
12.1.1
-
PACKAGE BODY: APPS.ICX_PORTLET
12.1.1
-
PACKAGE BODY: APPS.ICX_PORTLET
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ICX_PORTLET, status:VALID,
-
PACKAGE BODY: APPS.ICX_PORTLET
12.2.2
-
PACKAGE BODY: APPS.BSC_PORTLET_KPILISTCUST
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_PORTLET_KPILISTCUST, status:VALID,
-
PACKAGE BODY: APPS.BIS_PMV_PORTAL_UTIL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIS_PMV_PORTAL_UTIL_PVT, status:VALID,
-
PACKAGE BODY: APPS.BIS_TREND_PLUG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIS_TREND_PLUG, status:VALID,
-
PACKAGE BODY: APPS.ORACLESSWA
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ORACLESSWA, status:VALID,
-
PACKAGE BODY: APPS.ICX_PORTLET
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ICX_PORTLET, status:VALID,
-
PACKAGE BODY: APPS.BIS_PMV_UTIL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIS_PMV_UTIL, status:VALID,
-
PACKAGE BODY: APPS.BSC_PORTLET_UI_WRAPPER
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BSC_PORTLET_UI_WRAPPER, status:VALID,
-
PACKAGE BODY: APPS.BIS_PMF_PORTLET_UTIL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIS_PMF_PORTLET_UTIL, status:VALID,
-
PACKAGE BODY: APPS.ORACLESSWA
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ORACLESSWA, status:VALID,
-
PACKAGE BODY: APPS.FND_SESSION_MANAGEMENT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FND_SESSION_MANAGEMENT, status:VALID,
-
PACKAGE BODY: APPS.BSC_PORTLET_KPILISTCUST
12.1.1
-
PACKAGE BODY: APPS.FND_SESSION_MANAGEMENT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FND_SESSION_MANAGEMENT, status:VALID,
-
APPS.BSC_PORTLET_KPILISTCUST 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 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.BIS_PORTLET_PMREGION
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIS_PORTLET_PMREGION, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.BIS_INDICATOR_REGION_UI_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIS_INDICATOR_REGION_UI_PVT, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
TABLE: APPLSYS.FND_PORTLET_DEPENDENCY
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_PORTLET_DEPENDENCY, object_name:FND_PORTLET_DEPENDENCY, status:VALID,
-
TABLE: APPLSYS.FND_PORTLET_DEPENDENCY
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_PORTLET_DEPENDENCY, object_name:FND_PORTLET_DEPENDENCY, status:VALID,
-
PACKAGE BODY: APPS.BIS_PMV_PORTAL_UTIL_PVT
12.1.1
-
APPS.ORACLESSWA SQL Statements
12.1.1
-
APPS.BIS_TREND_PLUG SQL Statements
12.1.1