CZ_DCN_VALUESET_EVENTS

CZ_DCN_VALUESET_EVENTS is used to trigger database change notifications to decache value sets and corresponding item classes/models.

Details

  • Schema: FUSION

  • Object owner: CZ

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CZ_DCN_VALUESET_EVENTS_PK

VALUE_SET_ID, WORKSPACE_ID, ENTERPRISE_ID

Columns

Name Datatype Length Precision Not-null Comments
VALUE_SET_ID NUMBER 18 Yes Value Set Id
WORKSPACE_ID NUMBER 18 Yes Workspace Id of workspace which has been released.
ENTERPRISE_ID NUMBER 18 Yes ENTERPRISE_ID
VALUE_SET_CHANGED_FLAG NUMBER 18 Yes If the value is greater than 0 then this VS 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.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Indexes

Index Uniqueness Tablespace Columns
CZ_DCN_VALUESET_EVENTS_U1 Unique Default VALUE_SET_ID, WORKSPACE_ID, ENTERPRISE_ID