Document toolboxDocument toolbox

sp502_rsched_lookup_tables

Each job has an initial priority when it is input into ServiceOptimizer. On initialisation the optimizer will read in and set up an internal version of this table to be applied to the overdue penalty for a job depending on its degree of lateness and its job priority.


 

Table Definition

Field
Type
Default
Nullable
resp_unit_nonumber(4) (error)
start_priority_rangenumber(2) (error)
end_priority_rangenumber(2) (tick)
start_overdue_rangenumber(5) (error)
end_overdue_rangenumber(5) (tick)
cost_factornumber(3) (error)

Keys

primary key (resp_unit_no, start_priority_range, start_overdue_range) 
foreign key (resp_unit_no) references sp058_responsibility_units (resp_unit_no)

Column Descriptions

FieldDescription
resp_unit_noResponsibility unit identifier.
start_priority_range Lower end of Job Priority Range.
end_priority_rangeHigher end of Job Priority Range. 
start_overdue_rangeLower end of Degree of Lateness range in minutes. 
end_overdue_range Higher end of Degree of Lateness range in minutes.
cost_factorOverdue Penalty factor.