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. |