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) |  |  |
trigger_value | number(3,0) |  |  |
start_day | number(3,0) | Â | Â |
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
Field | Description |
---|---|
resp_unit_no | Responsibility Unit number. |
trigger_value | Trigger at value . |
start_day | Earliest day to which this value applies. |