EnterpriseOne Table Auditing
Hello All,
We are in the process of enabling Audit tool in 9.1. We have created the necessary ocms and created a Non-Julian data source also. But when i m trying to enable Audit through P9500001 it is giving me error as shown below. Please help.
2648/3856 WRK:Starting jdeCallObject | Mon Feb 10 02:43:27.411000 | dbperfrq.c471 |
OCI0000178 - Unable to execute - |
-- ORACLE TRIGGER FOR SIGNATURE, HEADER AND DETAIL TABLES
create or replace trigger SY910.F9500006_CFRS_RIUB
before insert or update on SY910.F9500006
for each row
begin
:new.STCFRUPMJ := trunc(sysdate);
:new.STCFRUPMT := to_number(to_char(sysdate, 'HH24MISS'));
end;