sp372_op_day_breaks
This table specifies break details that are persisted.
Â
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
employee_no | number(9) | Â | |
schedule_date | date | Â | |
break_name | varchar(20) | Â | |
break_start_time | date | Â | |
break_duration | number(6) | Â | |
break_type | number(1) | Â | |
is_dispatched | number(1) | Â | |
isdst | number(1) | Â |
Keys
primary key (employee_no, schedule_date, break_name)
Â
Column Descriptions
Field | Description |
---|---|
employee_no | Identifies the employee. |
schedule_date | Identifies the date.
|
break_name | Identifies the break. |
break_start_time | The actual date and start time of the break.
|
break_duration | The duration in minutes of the break. |
break_type | The type/status:
|
is_dispatched | The dispatch status of the break. |
isdst | The daylight saving flag. |