Document toolboxDocument toolbox

sp257_band_lists

This table defines one or more ordered lists of time bands to be used in appointment offering.


 

Table Definition

Field
Type
Default
Nullable
list_namevarchar2(2)   (error)
band_namevarchar2(4)   (error)
sequencenumber(2)   (error) 

Keys

primary key (list_name, band_name) 
foreign key (band_name) references sp259_time_bands (band_name) 
foreign key (list_name) references sp256_promise_set_descriptions (list_name)

Column Descriptions

FieldDescription
list_name 

List identifier.

(warning) This column does not support wide (i.e. multibyte) characters.

band_name 

Time band identifier.

(warning) This column does not support wide (i.e. multibyte) characters.

sequenceNot used internally but available for ordering the time bands for display. Â