14.1 sp407_monitor_state_decodes
This table contains the possible states for the monitor.
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
state_no | number | ||
description | varchar2(50) | ||
field_id | varchar2(100) |
Keys
primary key (state_no)
foreign key (field_id) references 14.1 sp900_language_translation (field_id)
Primary Key Referenced From
Column Descriptions
Field | Description |
---|---|
state_no | State identifier. |
description | Textual description of the state. |
field_id | Key to language translations for description. |