| alarm_action |
| Logical Entity Name | alarm_action |
| Default Table Name | alarm_action |
| Definition | This table is used by alarmact and alarmdist modules. Alarmact makes insertion into the table specifying a specific action for the alarmdist to act on. Alarmdist updates the entry with the status of the action |
| alarm_action Attributes |
| Attribute/Logical Rolename | Domain | Datatype | NULL | Definition |
EVENT_ID |
NUMERIC(15, 0) | NO | ||
ALARM_ACTION |
VARCHAR(15) | NO | ||
ACTION_STATE |
VARCHAR(15) | NO | ||
MODCOUNT |
NUMERIC(8, 0) | NO | ||
| MOD_TIME | DATE | YES |
| alarm_action Keys |
| Key Name | Key Type | Keys |
| ALARM_ACTIONKEY01 | PrimaryKey | EVENT_ID, ALARM_ACTION, ACTION_STATE, MODCOUNT |
| alarm_action Relationships |
| Parent Relationships: |
| Entity Name | Type | Cardinality | Business Name | VerbPhrase | InversePhrase | Foreign Keys | Is Supertype |
| Child Relationships: |
| Entity Name | Type | Cardinality | Business Name | VerbPhrase | InversePhrase | Foreign Keys | Is Subtype |
| alarm_action Check Constraints |
| Check Constraint Name | CheckConstraint |