KNTA_PARAM_RULE_RESULTS
This table stores information that describes the result fields for auto population rules.
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 |
KNTA_PARAM_RULES |
PARAM_RULE_ID |
PARAM_RULE_ID |
Column Descriptions
Column Name |
Null? |
Data Type |
Description |
---|---|---|---|
PARAM_RULE_RESULT_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 |
ENTITY_LAST_UPDATE_DATE |
NOT NULL |
DATE |
Date a record in the entity was last updated |
PARAM_RULE_ID |
NOT NULL |
NUMBER |
Rule that this field is a result for |
PARAMETER_SET_FIELD_ID |
NOT NULL |
NUMBER |
Field ID |
SEQ_NUMBER |
NOT NULL |
NUMBER |
Sequence that this field is populated from the SQL. |
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_PARAM_RULE_RESULTS_N1 |
NONUNIQUE |
1 |
PARAMETER_SET_FIELD_ID |
KNTA_PARAM_RULE_RESULTS_N2 |
NONUNIQUE |
1 |
PARAM_RULE_ID |
KNTA_PARAM_RULE_RESULTS_U1 |
UNIQUE |
1 |
PARAM_RULE_RESULT_ID |
Sequences
Sequence Name |
Sequence Type |
---|---|
KNTA_PARAM_RULE_RESULTS_S |
PARAM_RULE_RESULT_ID |