sp511_audit_sp206
Â
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
timestamp | date | Â | |
sequence | number | Â | |
username | varchar2(256) | Â | |
osuser | varchar2(256) | Â | |
machine | varchar2(64) | Â | |
program | varchar2(256) | Â | |
session_id | number | Â | |
process_id | varchar2(22) | Â | |
employee_no | number(9) | Â | |
old_resource_no | number(9) | Â | |
old_start_date | date | Â | |
old_end_date | date | Â | |
old_skill_level | number(2) | Â | |
old_is_derived | number(1) | Â | |
new_resource_no | number(9) | Â | |
new_start_date | date | Â | |
new_end_date | date | Â | |
new_skill_level | number(2) | Â | |
new_is_derived | number(1) | Â |
Keys
Column Descriptions
Field | Description |
---|---|
timestamp | Date and time at which these details were saved. Uses the time zone of the DBMS server machine. |
sequence | Unique identifier: the sequence number of the update. |
osuser | Operating system user. |
machine | Machine logged onto. |
program | Program name. |
session_id | DBMS session id of the session performing the update. |
process_id | Unix process id (pid) - a number. |
employee_no | Employee identifier. |
old_resource_no | Old identifier of the resource. |
old_start_date | Old date on which the employee or work location acquires the resource. Uses employee's Time Zone. |
old_end_date | Old date on which the employee or work location gives up the resource. Uses employee's Time Zone. |
old_skill_level | Old skill level. |
old_is_derived | Old is_derived flag - a value of 1 indicates that the skill was derived from the crew members' skills; 0 that it was not. |
new_resource_no | Identifier of the resource. |
new_start_date | Date on which the employee or work location acquires the resource. Uses employee's Time Zone. |
new_end_date | Date on which the employee or work location gives up the resource. Uses employee's Time Zone. |
new_skill_level | Skill level. |
new_is_derived | Flag - a value of 1 indicates that the skill was derived from the crew members' skills; 0 that it was not. |