Document toolboxDocument toolbox

sp352_capacity_pattern_levels

This table specifies the capacity levels that make up a capacity pattern (sp351_capacity_pattern). 


The set of records for a particular capacity_pattern_no make up the levels for that pattern. Records are expected to be present for each pattern, for each day of the week (Sunday to Saturday) and for each capacity category. However, if any records are missing then ServiceOptimizer will assume a reserved value of 0% and a limit of 100%.


 

Table Definition

Field
Type
Default
Nullable
capacity_pattern_nonumber(9) (error)
capacity_category_nonumber(9) (error)
day_nonumber(1) (error)
reservenumber(3) (error)
limitnumber(3) (error)

Keys

primary key sp352_pk (capacity_pattern_no, capacity_category_no, day_no), 
foreign key sp352_fk_sp351 (capacity_pattern_no) references sp351_capacity_patterns(capacity_pattern_no) 
foreign key sp352_fk_sp350 (capacity_category_no) references sp350_capacity_categories(capacity_category_no)

Column Descriptions

FieldDescription
capacity_pattern_noThe capacity pattern identifier.
capacity_category_noThe capacity category identifier.
day_noThe day of the week starting from 0 (Sunday) to 6 (Saturday). 
reservedThe amount of capacity that should be reserved for this category of job on this day of the week. This is a percentage and must be in the range 0 to 100. 
limitThe limit of capacity that can be used by this category of job for the given day of the week. This is a percentage and must be in the range 0 to 100.