KNTA_VALIDATION_FILTERS
This table stores the definition of the filter fields associated with validations.
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 |
|
KRML_PARAMETER_SET_FLDS_COPY |
PARAMETER_SET_FIELD_ID |
PARAMETER_SET_FIELD_ID |
Column Descriptions
|
Column Name |
Null? |
Data Type |
Description |
|---|---|---|---|
|
VALIDATION_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 |
Identifier for the field's definition |
|
WHERE_CLAUSE |
NOT NULL |
VARCHAR2(4000) |
Clause to be appended to the query when a value is specified for this filter field |
|
SEQUENCE |
NOT NULL |
NUMBER |
Indicates the order in which filters for a validation are to be applied |
|
FILTER_TYPE_CODE |
NOT NULL |
VARCHAR2(30) |
Specifies the type of this filter |
|
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_VALIDATION_FILTERS_U1 |
UNIQUE |
1 |
VALIDATION_FILTER_ID |
|
KNTA_VALIDATION_FILTERS_U2 |
UNIQUE |
1 |
PARAMETER_SET_FIELD_ID |
Sequences
|
Sequence Name |
Sequence Type |
|---|---|
|
KNTA_VALIDATION_FILTERS_S |
VALIDATION_FILTER_ID |

