This table holds the details of the notification events.
Column Descriptions:
Name |
Type |
Description |
EVENT_ID |
INT4 NOT NULL |
The unique identifier for the notification event |
APPROVAL_TYPE_ID |
INT4 NOT NULL |
Reference to the approval type for which the event is
created. |
EVENT_NAME |
VARCHAR(254) NOT NULL |
Name of the notification event |
EVENT_DESCRIPTION |
VARCHAR(254) |
Description of the notification event |
Indexes:
Name |
Column Names |
Type |
NOTIFICATION_EVENTS_PKEY |
APPROVAL_ID |
Primary Key |
Constrained by parent tables:
Constraint
|
Columns
|
Parent Table
|
Parent Columns
|
Type
|
NOTIFICATION_EVENTS_APPROVAL_TYPE_ID_FKEY |
APPROVAL_TYPE_ID |
APPROVAL_TYPE |
TYPE_ID |
Simple |
APPROVAL_CURRENT_STATE_ID_FKEY |
CURRENT_STATE_ID |
APPROVAL_STATE |
STATE_ID |
Simple |
Referenced by child tables:
Constraint |
Columns |
Child Table |
Child Columns |
Type |
NOTIFICATION_MSG_CONF_EVENT_ID_FKEY |
EVENT_ID |
NOTIFICATION_MSG_CONF |
EVENT_ID |
Simple |