EBS 12.2 - Purge the queue of the WF Notification mailer
Hi,
Probably a very quick confirmation of my request but just to be totally sure.
Using document (Id 372933.1), could you validate the following steps (for a test instance) to purge the queue of the WF notification Mailer:
- stop WF Notification mailer
- select count(*) from wf_notifications --> nnnnn
- update WF_NOTIFICATIONS set mail_status = 'SENT' where mail_status in ('MAIL','INVALID') and Status In ('OPEN', 'CANCELED');
- commit;
- sqlplus apps/apps@db @$FND_TOP/patch/115/sql/wfntfqup.sql apps apps_password applsys
- select count(*) from wf_notifications --> 0
- start WF Notification mailer
BR,
Armel
0