KNTA_PARAMETER_SET_CONTEXTS
This table stores the context values associated with a parameters set. Column CONTEXT_VALUE stores value of the context column defined by CONTEXT_COLUMN in THE KNTA_PARAMETER_SETS table.
Foreign Keys
Primary Key Table |
Primary Key Column |
Foreign Key Column |
---|---|---|
KNTA_USERS |
USER_ID |
CREATED_BY |
KNTA_ENTITIES_NLS |
ENTITY_ID |
ENTITY_ID |
KNTA_USERS |
USER_ID |
LAST_UPDATED_BY |
KNTA_PARAMETER_SETS_NLS |
PARAMETER_SET_ID |
PARAMETER_SET_ID |
Column Descriptions
Column Name |
Null? |
Data Type |
Description |
---|---|---|---|
PARAMETER_SET_CONTEXT_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 |
PARAMETER_SET_ID |
NOT NULL |
NUMBER |
Parameter set identifier |
CONTEXT_VALUE |
NULLABLE |
VARCHAR2(200) |
Value of the context for column CONTEXT_COLUMN in table TABLE_NAME as defined in KNTA_PARAMETER_SETS |
VISIBLE_CONTEXT_VALUE |
NULLABLE |
VARCHAR2(200) |
Field that stores the displayed value for the context_value field. (that is, if the context value is a workflow ID, this field will contain the workflow name) |
ENABLED_FLAG |
NOT NULL |
VARCHAR2(1) |
Determines whether this context is enabled for the given parameter set. |
ENTITY_ID |
NULLABLE |
NUMBER |
Identifies the entity associated with the context. |
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. |
MDL_VIEW_NAME_ROOT |
NULLABLE |
VARCHAR2(20) |
Defines the root part of an MDL view name for this context. The term root is borrowed from linguist terms such that a word can have prefix, root and suffix. The system will try to default to parameter_set_context_id if possible |
VISIBILITY_SEC_EXISTS_FLAG |
NULLABLE |
VARCHAR2(1) |
Flag that determines whether visibility security data exists for the parameter set context |
DEFINITION_LANGUAGE |
NOT NULL |
VARCHAR2(40) |
Indexes
Index Name |
Index Type |
Sequence |
Column Name |
---|---|---|---|
KNTA_PARAMETER_SET_CONTEXTS_N1 |
NONUNIQUE |
1 |
ENTITY_ID |
KNTA_PARAMETER_SET_CONTEXTS_U1 |
UNIQUE |
1 |
PARAMETER_SET_CONTEXT_ID |
KNTA_PARAMETER_SET_CONTEXTS_U2 |
UNIQUE |
1 |
PARAMETER_SET_ID |
KNTA_PARAMETER_SET_CONTEXTS_U2 |
UNIQUE |
2 |
CONTEXT_VALUE |
Sequences
Sequence Name |
Sequence Type |
---|---|
KNTA_PARAMETER_SET_CONTEXTS_S |
PARAMETER_SET_CONTEXT_ID |