sp530_optimizer_runs
Â
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
optimizer_run_no | number(9) | Â | |
resp_unit_no | number(4) | Â | |
range_start | date | Â | |
range_end | date | Â | |
start_time | date | Â | |
end_time | date | Â | |
num_engineers | number(4) | Â | |
num_tasks | number(4) | Â |
Keys
primary key (optimizer_run_no)Â
foreign key (resp_unit_no) references sp058_responsibility_units(resp_unit_no)
Column Descriptions
Field | Description |
---|---|
optimizer_run_no | ServiceOptimizer-generated unique identifier. |
resp_unit_no | FRU |
range_start | First date of the period over which the Optimizer ran. (Time component is N/A). |
range_end | Last date of the period over which the Optimizer ran. (Time component is N/A). |
start_time | Date and time at which the Optimizer run started - uses FRU Time Zone. |
end_time | Date and time at which the Optimizer run ended. Will be null while an optimizer is running - uses FRU Time Zone. |
num_engineers | Number of engineers included in this optimizer. This is actually the number of "resources" considered by an optimizer run and is the number of working days within the optimizer period. So for example if an optimizer is running over a period of two days and all operatives are on shift on both those days, then num_engineers is actual equal to 2x number of operatives. |
num_tasks | Number of activities included in this optimizer. This includes tentative jobs, fixed jobs and Standard Activities. |