sp822_smaudit
Â
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
audit_seq_no | number(9) | Â | |
operation_type | varchar2(30) | Â | |
user_id | varchar2(50) | Â | |
timestamp | date | Â | |
category_type | varchar2(10) | Â | |
category_id | varchar2(25) | Â | |
category_name | varchar2(50) | Â |
Keys
primary key (audit_seq_no)Â
foreign key (category_type) references sp820_smaudit_category_types (category _type)Â
foreign key (operation_type) references sp821_smaudit_operation_types (operation_type)
Column Descriptions
Field | Description |
---|---|
audit_seq_no | Unique identifier : the sequence number of the action. |
operation_type | Mnemonic for operation e.g. EmpUpdate.AddSkill, EmpCreate.Attr, EmpUpdate.RemWorkPatternLKRange. |
user_id | OS User. |
timestamp | Date and time at which these details were saved. (Uses the time zone of the DBMS server machine). |
category_type | The type of entity of category_id / name. |
category_id | ServiceOptimizer unique identifier of the entity affected e.g. sp210_employees.employee_ref. |
category_name | ServiceOptimizer descriptive identifier of the entity affected e.g. sp210_employees.name. |