KNTA_PORTLET_COLUMNS
This table stores the visible set of columns for each instance of a portlet that uses static columns. It does not store the column sets for portlets that have their columns generated dynamically. The column set of each column is used by a single portlet to determine what columns are displayed to the user.
Foreign Keys
|
Primary Key Table |
Primary Key Column |
Foreign Key Column |
|---|---|---|
|
KNTA_USERS |
USER_ID |
CREATED_BY |
|
KNTA_USERS |
USER_ID |
LAST_UPDATED_BY |
|
KNTA_PORTLET_TYPE_COLUMNS |
PORTLET_TYPE_COLUMN_ID |
PORTLET_TYPE_COLUMN_ID |
Column Descriptions
|
Column Name |
Null? |
Data Type |
Description |
|---|---|---|---|
|
PORTLET_COLUMN_ID |
NOT NULL |
NUMBER |
System-generated identifier |
|
CREATION_DATE |
NOT NULL |
DATE |
Date record was created |
|
CREATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who created the record |
|
LAST_UPDATE_DATE |
NOT NULL |
DATE |
Date record was last updated |
|
LAST_UPDATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who last updated the record |
|
PORTLET_TYPE_COLUMN_ID |
NOT NULL |
NUMBER |
ID of the portlet type column of which this column is an instance |
|
SEQUENCE_NUMBER |
NOT NULL |
NUMBER |
Position, within the portlet, of this column |
|
PORTLET_COLUMN_SET_ID |
NOT NULL |
NUMBER |
ID of the column set to which this column belongs |
|
SOURCE_TYPE_CODE |
NULLABLE |
VARCHAR2(30) |
For records that have been updated by an interface or migrator, indicates the type of external update (specific interface or migrator name, and so on) |
|
SOURCE |
NULLABLE |
VARCHAR2(100) |
For records that have been updated by an interface or migrator, provides additional information about the source of the external update. |
Indexes
|
Index Name |
Index Type |
Sequence |
Column Name |
|---|---|---|---|
|
KNTA_PORTLET_COLUMNS_N1 |
NONUNIQUE |
1 |
PORTLET_COLUMN_SET_ID |
|
KNTA_PORTLET_COLUMNS_U1 |
UNIQUE |
1 |
PORTLET_COLUMN_ID |
Sequences
|
Sequence Name |
Sequence Type |
|---|---|
|
KNTA_PORTLET_COLUMNS_S |
PORTLET_COLUMN_ID |
|
KNTA_PORTLET_COLUMN_SETS_S |
PORTLET_COLUMN_SET_ID |

