sp599_transaction_audit
Â
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
action | varchar2(255) | Â | |
transaction_id | number(9) | Â | |
timestamp | date | sysdate | |
reason_code | number | Â | |
reason_comment | varchar2(255) | Â |
Keys
foreign key (reason_code) references SP590_audit_reason_codes (reason_code)
Column Descriptions
Field | Description |
---|---|
action | This is a mnemonic describing this transaction. It corresponds to the action/operation identifier used in the FRU application log. |
transaction_id | An integer that relates the transaction_id columns of audit tables together with the action that caused the change. |
timestamp | Is the date and time that the action occurred (Uses the time zone of the DBMS server machine). |
reason_code | Optional reason code. |
reason_comment | Optional reason comment. |