KDSH_DATA_SOURCE_FILTERS
This table is a one-to-one table for KNTA_PARAMETER_SET_FIELDS. It has one useful field, such as 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 |
KRML_PARAMETER_SET_FLDS_COPY |
PARAMETER_SET_FIELD_ID |
PARAMETER_SET_FIELD_ID |
Column Descriptions
Column Name |
Null? |
Data Type |
Description |
---|---|---|---|
DATA_SOURCE_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 |
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. |
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 Data Source. |
SEQUENCE |
NULLABLE |
NUMBER |
Order in which the filter is applied |
Indexes
Index Name |
Index Type |
Sequence |
Column Name |
---|---|---|---|
KDSH_DATA_SOURCE_FILTERS_U1 |
UNIQUE |
1 |
DATA_SOURCE_FILTER_ID |
KDSH_DATA_SOURCE_FILTERS_U2 |
UNIQUE |
1 |
PARAMETER_SET_FIELD_ID |
Sequences
Sequence Name |
Sequence Type |
---|---|
KDSH_DATA_SOURCE_FILTERS_S |
DATA_SOURCE_FILTER_ID |