My Oracle Support Banner

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 later
Information 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


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.