KNTA_PORTLET_TYPE_FILTERS
This table corresponds to the KNTA_PARAMETER_SET_FIELDS table. It stores a useful field: where_clause.
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_PARAM_SET_FIELDS_NLS |
PARAMETER_SET_FIELD_ID |
PARAMETER_SET_FIELD_ID |
Column Descriptions
|
Column Name |
Null? |
Data Type |
Description |
|---|---|---|---|
|
PORTLET_TYPE_FILTER_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 |
|
PARAMETER_SET_FIELD_ID |
NOT NULL |
NUMBER |
Related PARAMETER_SET_FIELD_ID |
|
WHERE_CLAUSE |
NOT NULL |
VARCHAR2(4000) |
Where_clause of the filter field for the custom portlet |
|
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. |
|
SEQUENCE |
NULLABLE |
NUMBER |
Order in which the filter is applied |
Indexes
|
Index Name |
Index Type |
Sequence |
Column Name |
|---|---|---|---|
|
KNTA_PORTLET_TYPE_FILTERS_U1 |
UNIQUE |
1 |
PORTLET_TYPE_FILTER_ID |
|
KNTA_PORTLET_TYPE_FILTERS_U2 |
UNIQUE |
1 |
PARAMETER_SET_FIELD_ID |
Sequences
|
Sequence Name |
Sequence Type |
|---|---|
|
KNTA_PORTLET_TYPE_FILTERS_S |
PORTLET_TYPE_FILTER_ID |

