DBA Data[Home] [Help]

APPS.WF_REPOPULATE_AQ dependencies on WF_XML

Line 35: wf_xml.EnqueueNotification(CN_REC.NOTIFICATION_ID);

31: and N.mail_status in ('MAIL', 'INVALID');
32:
33: begin
34: For CN_REC in CN Loop
35: wf_xml.EnqueueNotification(CN_REC.NOTIFICATION_ID);
36: end loop;
37:
38: commit;
39: end;