CZ_DCN_MODEL_EVENTS

CZ_DCN_MODEL_EVENTS is used to trigger database change notifications to decache models from runtime when the model changes.

Details

  • Schema: FUSION

  • Object owner: CZ

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CZ_DCN_MODEL_EVENTS_PK

MODEL_ID, MODEL_VERSION, WORKSPACE_ID

Columns

Name Datatype Length Precision Not-null Comments
MODEL_ID NUMBER 18 Yes Identifier of model that has changed.
MODEL_VERSION NUMBER 18 Yes Version number of model that has changed.
WORKSPACE_ID NUMBER 18 Yes Workspace Id of workspace which has been released
MODEL_CHANGED_FLAG NUMBER 18 Yes If value is greater than 0 then this means that the model structure has changed and needs to be decached.
RULES_CHANGED_FLAG NUMBER 18 Yes If value is greater than 0 then this means that the model rules have changed and need to be decached.
DELETED_FLAG NUMBER 18 Yes This flag indicates the logical deletion of the row. The Non-Zero value represents deleted state and 0 represents not-deleted state. A user controlled background purge process will physically delete the orphaned rows with the Non-Zero flag value.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Foreign Keys

Table Foreign Table Foreign Key Column
CZ_DCN_MODEL_EVENTS cz_models MODEL_ID

Indexes

Index Uniqueness Tablespace Columns
CZ_DCN_MODEL_EVENTS_U1 Unique Default MODEL_ID, MODEL_VERSION, WORKSPACE_ID