14.1 sp825_smaudit_empshiftass
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
audit_seq_no | number(9) | ||
spec_name | varchar2(30) | ||
old_start | date | ||
new_start | date | ||
old_end | date | ||
new_end | date |
Keys
primary key (audit_seq_no)
foreign key (audit_seq_no) references sp822_smaudit (audit_seq_no)
Column Descriptions
Field | Description |
---|---|
audit_seq_no | Unique identifier : the sequence number of the action. |
spec_name | The name the of shift specification. |
old_start_date | The previous start date of the shift specification assignment. |
new_start_date | The new start date of the shift specification assignment. |
old_end_date | The previous end date of the shift specification assignment. |
new_end_date | The new end date of the shift specification assignment. |