DSH_CUSTOMIZED_CHART_DEFS
This table stores the information of the customized chart portlets.
Foreign Keys
Primary Key Table |
Primary Key Column |
Foreign Key Column |
---|---|---|
DSH_CHART_PORTLET_DEFS |
PORTLET_DEF_ID |
PORTLET_DEF_ID |
Column Descriptions
Column Name |
Null? |
Data Type |
Description |
---|---|---|---|
PORTLET_DEF_ID |
NOT NULL |
NUMBER |
Identifier of the chart portlet definition |
TYPE |
NOT NULL |
VARCHAR2(20) |
Type name of the customized chart portlet
|
Indexes
Index Name |
Index Type |
Sequence |
Column Name |
---|---|---|---|
DSH_CUSTOMIZED_CHART_PK |
UNIQUE |
1 |
PORTLET_DEF_ID |