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 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. |