Document toolboxDocument toolbox

sp202_trigger_values

This table contains the 'trigger at' values. When the number of changes for the given day or range of days reaches the trigger at value, this causes the Optimizer to be run for that day or range of days.


 

Table Definition

Field
Type
Default
Nullable
resp_unit_no number(4,0)   (error)
trigger_value number(3,0)  (error)
start_daynumber(3,0)  (error)

Keys

 

 

primary key (resp_unit_no, start_day) 
foreign key (resp_unit_no) references sp058_responsibility_units (resp_unit_no) 
foreign key (start_day) references sp279_range_defaults (start_day)

Column Descriptions

FieldDescription
resp_unit_noResponsibility Unit  number. 
trigger_valueTrigger at value . 
start_dayEarliest day to which this value applies.