KRML_VIEW_CONTEXTS
This table stores information used to map each RML view with its parameter set context, which is used by the Reporting Meta Layer to generate dynamic columns for views that contain columns for custom fields. This table is for internal use only.
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_PARAMETER_SET_CONTEXTS |
PARAMETER_SET_CONTEXT_ID |
PARAMETER_SET_CONTEXT_ID |
KRML_VIEWS |
VIEW_ID |
VIEW_ID |
Column Descriptions
Column Name |
Null? |
Data Type |
Description |
---|---|---|---|
VIEW_CONTEXT_ID |
NOT NULL |
NUMBER |
System-generated identifier |
CREATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who created the record |
CREATION_DATE |
NOT NULL |
DATE |
Date record was created |
LAST_UPDATED_BY |
NOT NULL |
NUMBER |
Identifier for the user who last updated the record |
LAST_UPDATE_DATE |
NOT NULL |
DATE |
Date record was last updated |
VIEW_ID |
NOT NULL |
NUMBER |
View that this context is associated with |
PARAMETER_SET_CONTEXT_ID |
NOT NULL |
NUMBER |
Foreign key to KNTA_PARAMETER_SET_CONTEXTS |
DRIVING_SET_CONTEXT_FLAG |
NOT NULL |
VARCHAR2(1) |
Indicates whether this view context is a driving context |
Indexes
Index Name |
Index Type |
Sequence |
Column Name |
---|---|---|---|
KRML_VIEW_CONTEXTS_PK |
UNIQUE |
1 |
VIEW_CONTEXT_ID |
Sequences
Sequence Name |
Sequence Type |
---|---|
KRML_VIEW_CONTEXTS_S |
VIEW_CONTEXT_ID |