14.1 sp593_audit_op_reason_mapping
This table is part of the solutions that provides the ability for users to record reason codes and notes for fixed jobs.
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
operation_no | number(3) | ||
reason_code | number | ||
display_sequence | number |
Keys
foreign key (operation_no) references SP591_audit_reason_ops (operation_no)
foreign key (reason_code) references SP590_audit_reason_codes(reason_code)
Column Descriptions
Field | Description |
---|---|
operation_no | Operation number. |
reason_code | Reason code. |
display_sequence | Display sequence. |