KNTA_PERSONALIZATION_VALUES
This table stores a row for each value that a user fills into a filter field on a portlet edit page. When the portlet edit page is displayed, the filter fields on the page will be populated with data from this table if applicable.
Foreign Keys
Primary Key Table |
Primary Key Column |
Foreign Key Column |
---|---|---|
KNTA_USERS |
USER_ID |
CREATED_BY |
KNTA_USERS |
USER_ID |
LAST_UPDATED_BY |
Column Descriptions
Column Name |
Null? |
Data Type |
Description |
---|---|---|---|
PERSONALIZATION_VALUE_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 |
PERSONALIZATION_VALUE_SET_ID |
NOT NULL |
NUMBER |
Identifier for the set of filter fields on a portlet edit page |
PARAMETER_NAME |
NOT NULL |
VARCHAR2(40) |
Name of the parameter for the filter field |
PARAMETER_HIDDEN_VALUE |
NOT NULL |
VARCHAR2(2000) |
Hidden value of the parameter |
PARAMETER_VISIBLE_VALUE |
NOT NULL |
VARCHAR2(2000) |
Visible value of the parameter |
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_PERSONALIZATION_VALUES_N1 |
NONUNIQUE |
1 |
PERSONALIZATION_VALUE_SET_ID |
KNTA_PERSONALIZATION_VALUES_U1 |
UNIQUE |
1 |
PERSONALIZATION_VALUE_ID |
Sequences
Sequence Name |
Sequence Type |
---|---|
KNTA_PERSONALIZATION_VALUES_S |
PERSONALIZATION_VALUE_ID |
KNTA_PERSON_VALUE_SETS_S |
PERSONALIZATION_VALUE_SET_ID |