Login  Register

Re: Many WorkFlow notifications

Posted by big on Mar 25, 2023; 6:03pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Many-WorkFlow-notifications-tp11728p11744.html

Hi,
After the following:

update wf_notifications  set mail_status =’ERROR’  where mail_status=’MAIL’ ;

It was good for some days but several days after it begins to send the notifications with differenr subjet for example:

Action Required: OM Error in Workflow Order Typ

Actually we have:
Select distinct message_type from apps.WF_NOTIFICATIONS
where BEGIN_DATE > sysdate - 5
MESSAGE_TYPE
--------
WFERROR
OKCAUKAP
OMERROR
APEXP

They are created "automatically" and not by any human being.
Any way to stop them?

Thanks and regards.