You are on page 1of 5

Workflow Mailer Setup

Step1: According to Metalink Note #372933.1, we have to do update WF_NOTIFICATIONS table and
run script wfntfqup.sql to purge the WF_NOTIFICATION_OUT queue and rebuild it with
data currently in the WF_NOTIFICATIONS table.

update WF_NOTIFICATIONS set mail_status = 'SENT' where mail_status = 'MAIL';

Commit:

Step 2: Run the script wfntfqup.sql to purge the WF_NOTIFICATION_OUT queue and rebuild it with
data currently in the WF_NOTIFICATIONS table. This is what purges all notifications waiting in the
queue to be sent. It will then populate the queue with the current data in the wf_notifications table.

sqlplus apps/apps@rddev2 @wfntfqup apps apps applsys

Step 3:

Navigation:

Workflow Administrator  Workflow Manager  Notification Mailers  Create

RDA PO Workflow Mailer2


Service Name: nasmtp.rdigest.com
Server Name : IMAP Server Name
Password :
Reply-To Address :
Correlation ID : POAPPRV%
Inbound Server Name : Imap server name
User Name : ……….

You might also like