/
sp599_transaction_audit
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. |
, multiple selections available,
Related content
14.1 sp599_transaction_audit
14.1 sp599_transaction_audit
More like this
sp591_audit_reason_ops
sp591_audit_reason_ops
More like this