sp147_job_acc_hours_overrides
Â
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
job_no | number(9)Â | Â | |
override_start_time  | date |  | |
override_end_time | date | Â |
KeysÂ
foreign key (job_no) references sp111_jobs (job_no)
Column Descriptions
Field | Description |
---|---|
job_no | The job to which override applies. |
override_start_time | Customer local date and time on which the override starts. |
override_end_time | Customer local date and time on which the override ends. |