sp827_smaudit_empteamposting
Â
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
audit_seq_no | number(9) | Â | |
team_name | varchar2(40) | Â | |
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. |
team_name | The name of the team. |
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. |