Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 5 Procedures : proc_audit

proc_audit
The proc_audit table stores audit events for a version of a procedure (or sub-procedure or sub-procedure parameter template). An audit event occurs whenever:
Structure
The proc_audit table has the following structure:
TABLE proc_audit(
node_id
number(5) NOT NULL,
proc_id number(5) NOT NULL,
major_vers number(5) NOT NULL,
minor_vers number(5) NOT NULL,
pd_version number(7) ,
pa_comment varchar2(128) NULL,
pa_event number(5) ,
pa_date date ,
pa_user varchar2(24) )
The audit event that occurred. Either: Created (0), Updated (1), Released (2) or Withdrawn (3).
Primary Key
None.
Foreign Keys
The following foreign key is defined for this table.

1
This key enforces the DELETE CASCADE referential action.

Indexes
The following index is defined for this table.
Storage
The following STORAGE values are defined for this table.
Table Activity
The proc_audit table contains one row for every audit event for every version of every procedure (or sub-procedure or sub-procedure parameter template) defined on the system.
Rows are added, updated and deleted in the following situations.

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved