CZ_DCN_UITEMPLATEMAP_EVENTS
CZ_DCN_UITEMPLATEMAP_EVENTS is used to trigger database change notifications to decache UI template maps from runtime when their definitions change.
Details
-
Schema: FUSION
-
Object owner: CZ
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
CZ_DCN_UITMPLMAP_EVENT_PK |
UI_TEMPLATE_MAP_ID, UI_TEMPLATE_MAP_VERSION, WORKSPACE_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| UI_TEMPLATE_MAP_ID | NUMBER | 18 | Yes | UI_TEMPLATE_MAP_ID | |
| UI_TEMPLATE_MAP_VERSION | NUMBER | 18 | Yes | UI_TEMPLATE_MAP_VERSION | |
| WORKSPACE_ID | NUMBER | 18 | Yes | Workspace Id of workspace which has been released | |
| UI_TEMPLATE_MAP_CHANGED_FLAG | NUMBER | 18 | UI_TEMPLATE_MAP_CHANGED_FLAG | ||
| DELETED_FLAG | NUMBER | 18 | Yes | DELETED_FLAG | |
| 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_UITEMPLMAP_EVENTS_U1 | Unique | Default | UI_TEMPLATE_MAP_ID, UI_TEMPLATE_MAP_VERSION, WORKSPACE_ID |