CZ_DCN_ITEM_CLASS_EVENTS

CZ_DCN_ITEM_CLASS_EVENTS is used to trigger database change notifications to decache item classes from runtime when item class definitions change.

Details

  • Schema: FUSION

  • Object owner: CZ

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CZ_DCN_ITEM_CLASS_EVENTS_PK

ITEM_CLASS_ID, WORKSPACE_ID

Columns

Name Datatype Length Precision Not-null Comments
ITEM_CLASS_ID NUMBER 18 Yes Item Class Id
WORKSPACE_ID NUMBER 18 Yes Workspace Id of workspace which has been released
ITEM_CLASS_CHANGED_FLAG NUMBER 18 Yes If value is greater than 0 then this means that the item class has 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.
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_ITEM_CLASS_EVENTS_U1 Unique Default ITEM_CLASS_ID, WORKSPACE_ID