ALERT_GROUP
Groups
ALERT_GROUP
Col # | Column Name | Data Type | Field Length | Not Null? | Data Def. | Comments |
---|---|---|---|---|---|---|
1 | ID | NUMBER | 22 | N |
| Primary key |
2 | DESCRIPTION | VARCHAR2 | 800 | Y |
| Description of the alert group |
3 | ALERT_TYPE_ID | NUMBER | 22 | Y |
| Reference to the alert type |
4 | CURRENCY_CODE | VARCHAR2 | 12 | Y | Currency used | |
5 | STATUS | NUMBER | Y | Maps to the enum AlertGroupStatus, ACTIVE(0), DEPRECATED(1). |
An alert group is a logical grouping of ALERT_LEVEL-records - each subscription is associated with an alert group.