Document toolboxDocument toolbox

sp116_break_specifications

This defines a break pattern of up to 5 breaks that may be assigned to a shift.


 

Table Definition

Field
Type
Default
Nullable
 break_spec_idnumber(9)  (error)
 break_numnumber(4)  (error)
break_startnumber(4)  (error)
break_endnumber(4)  (error)
break_durationnumber(4)  (error)
break_namevarchar(20)  (error)
field_idvarchar2(100)  (error)

Keys 

unique (break_spec_id,break_name)   unique (break_spec_id,break_num)

foreign key (field_id) references sp900_language_translation (field_id)

Column Descriptions

FieldDescription
break_spec_idIdentifier for this specification (references SP115 & SP128)
break_numreserved (default 1)
break_starta number of minutes from midnight representing the earliest start time for the break (using the operative's timezone)
break_enda number of minutes from midnight representing the latest start time for the break (using the operative's timezone)
break_durationThe break duration ( in minutes)
break_nameName of the break
field_idkey to language translations for break_name

 

Â