Category Archives: WorkFlow Mailer

set serverout on DECLARE v_res   NUMBER; BEGIN v_res   := wf_notification.send (ROLE => ‘Recipient_name  ‘, msg_type => ‘CS_MSGS’, msg_name => ‘FYI_MESSAGE’, priority => 1 ); wf_notification.setattrtext (v_res, ‘OBJECT_TYPE’, ‘THiS IS TEST Mailer Testing’ ); wf_notification.setattrtext (v_res, ‘MESSAGE_TEXT’, ‘Test Mailer testing’ || … Continue reading

Posted in WorkFlow Mailer | Leave a comment