SVC_NOTIFY_CFG_EVENTS
This table is used to store the configuration of notification events.
Details
-
Schema: FUSION
-
Object owner: SVC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
SVC_NOTIFY_CFG_EVENTS_PK |
CFG_EVENT_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| CFG_EVENT_ID | NUMBER | 18 | Yes | Auto-generated number and primary key for this table. | |
| VIEW_OBJECT_CD | VARCHAR2 | 1000 | Yes | The unique object code value obtained from appcomposer api | |
| STD_TXT_ID | NUMBER | 18 | Foreign key to the smarttext base table SVC_STANDARD_TEXT_B | ||
| EVENT_NAME | VARCHAR2 | 150 | Yes | The name of the event which is being triggered for this notification configuration. | |
| EVENT_DISPLAY_NAME | VARCHAR2 | 256 | Yes | The event name to be displayed in the UI | |
| DESCRIPTION | VARCHAR2 | 1000 | Yes | The description of the configured notification event. | |
| SUBJECT_TEMPLATE | VARCHAR2 | 400 | The template subject of the configured notification | ||
| ENABLED_FLAG | VARCHAR2 | 1 | Yes | Flag indicating if the configured notification event is enabled. | |
| OVERRIDE_FLAG | VARCHAR2 | 1 | Yes | Indicates whether individual user can override admin notification preference. | |
| REQUIRED_FLAG | VARCHAR2 | 1 | Yes | Flag indicating if the configured notification event is required. | |
| 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. | ||
| OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| SVC_NOTIFY_CFG_EVENTS | svc_standard_text_b | STD_TXT_ID |
| svc_notify_cfg_evt_rcpts | svc_notify_cfg_events | CFG_EVENT_ID |
| svc_notif_user_prefs | svc_notify_cfg_events | CFG_EVENT_ID |
| svc_notify_cfg_evt_chans | svc_notify_cfg_events | CFG_EVENT_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| SVC_NOTIFY_CFG_EVENTS_F1 | Non Unique | Default | STD_TXT_ID |
| SVC_NOTIFY_CFG_EVENTS_PK | Unique | Default | CFG_EVENT_ID |
| SVC_NOTIFY_CFG_EVENTS_U1 | Unique | Default | EVENT_NAME, VIEW_OBJECT_CD |