KNTA_PARAM_RULE_DEPENDENCIES
This table stores information that describes the dependent 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_DEPENDENCY_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 dependent for |
PARAMETER_SET_FIELD_ID |
NOT NULL |
NUMBER |
Field ID |
VISIBLE_PARAMETER |
NULLABLE |
VARCHAR2(1800) |
Visible value which will cause this dependency to succeed |
PARAMETER |
NULLABLE |
VARCHAR2(1800) |
Hidden value which will cause this dependency to succeed |
ALL_VALUES_FLAG |
NOT NULL |
VARCHAR2(1) |
Y = Any value in this field causes this dependency to succeed. N = Use VISIBLE_PARAMETER and PARAMETER to see if this dependency succeeds. |
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 |
CONDITION_CODE |
NULLABLE |
VARCHAR2(200) |
Comparison codes for rules other than simple equality. |
COMPARE_CODE |
NULLABLE |
VARCHAR2(20) |
For the token evaluation engine. Contains the primary key of a table (see KNTA_TOKEN). The reference to this table is used to resolve all the tokens from this context after update |
CONDITION_MEANING |
NULLABLE |
VARCHAR2(200) |
For the token evaluation engine. Contains the primary key of a table (see KNTA_TOKEN). The reference to this table is used to resolve all the tokens from this context after update |
COMPARED_PARAM_SET_FIELD_ID |
NULLABLE |
NUMBER |
For the token evaluation engine. Contains the primary key of a table (see KNTA_TOKEN). The reference to this table is used to resolve all the tokens from this context after update |
Indexes
Index Name |
Index Type |
Sequence |
Column Name |
---|---|---|---|
KNTA_PARAM_RULE_DPNDNCS_N1 |
NONUNIQUE |
1 |
PARAM_RULE_ID |
KNTA_PARAM_RULE_DPNDNCS_U1 |
UNIQUE |
1 |
PARAM_RULE_DEPENDENCY_ID |
Sequences
Sequence Name |
Sequence Type |
---|---|
KNTA_PARAM_RULE_DEPENDENCIES_S |
PARAM_RULE_DEPENDENCY_ID |