/
sp258_band_types
sp258_band_types
This table is used to define time band types - e.g. two hour time bands, half day time bands etc.
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
band_type | varchar2(2) | | |
description | varchar2(15) | | |
sequence | number(2) | | |
field_id | varchar2(100) | |
Keys
primary key (band_type)
unique (description)
Primary Key Referenced From
Column Descriptions
Field | Description |
---|---|
band_type | Band type identifier.
|
description | Band type description. |
sequence | Sequence number; used internally to order the time bands within the list for deletion of duplicates; the lowest sequence number is kept. |
, multiple selections available,
Related content
14.1 sp258_band_types
14.1 sp258_band_types
More like this
14.1 sp259_time_bands
14.1 sp259_time_bands
More like this