Audit Log Function On Case_event_assess Is Not Working
(Doc ID 2089630.1)
Last updated on DECEMBER 04, 2023
Applies to:
Oracle Life Sciences Argus Safety - Version 7.0.3 and laterInformation in this document applies to any platform.
Goal
Why is the following statement not inserting a record in CFG_AUDIT_LOG_PENDING?:
declare
Audit_Return number;
begin
Audit_Return :=
pkg_gss_auditlog.audit_modify_case_data (1,--admin
275422,--case_id
0,
1250008,--Listed Justify
'System Added:Test',--value
275422--primary key 1
);
commit;
end;
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |