Core Workflow - EBS (MOSC)

MOSC Banner

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:

  1. stop WF Notification mailer
  2. select count(*) from wf_notifications --> nnnnn
  3. update WF_NOTIFICATIONS set mail_status = 'SENT' where mail_status in ('MAIL','INVALID') and Status In ('OPEN', 'CANCELED');
  4. commit;
  5. sqlplus apps/apps@db @$FND_TOP/patch/115/sql/wfntfqup.sql apps apps_password applsys
  6. select count(*) from wf_notifications --> 0
  7. start WF Notification mailer

BR,

Armel

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center