CZ_DCN_UI_EVENTS

CZ_DCN_UI_EVENTS is used to trigger database change notifications to decache UIs from runtime when the definition changes.

Details

  • Schema: FUSION

  • Object owner: CZ

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CZ_DCN_UI_EVENTS_PK

UI_ID, MODEL_VERSION, WORKSPACE_ID

Columns

Name Datatype Length Precision Not-null Comments
UI_ID NUMBER 18 Yes User interface identifier.
MODEL_VERSION NUMBER 18 Yes MODEL_VERSION
MODEL_ID NUMBER 18 Yes Model identifier
WORKSPACE_ID NUMBER 18 Yes Workspace Id of workspace which has been released
UI_CHANGED_FLAG NUMBER 18 Yes If the value is greater than 0 then this UI is changed and needs 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_UI_EVENTS cz_models MODEL_ID

Indexes

Index Uniqueness Tablespace Columns
CZ_DCN_UI_EVENTS_U1 Unique Default UI_ID, MODEL_VERSION, WORKSPACE_ID