DBA Data[Home] [Help]

APPS.WF_NOTIFICATION dependencies on WF_MAILER_PARAMETER

Line 4568: l_send_cancel := wf_mailer_parameter.GetValueForCorr(pCorrId => l_msg_type || ':'|| l_msg_name,

4564: end;
4565:
4566: -- if mailer config parameter SEND_CANCELED_EMAIL is set to N, no e-mails
4567: -- are sent for canceled notifications
4568: l_send_cancel := wf_mailer_parameter.GetValueForCorr(pCorrId => l_msg_type || ':'|| l_msg_name,
4569: pName => 'SEND_CANCELED_EMAIL');
4570: if (l_send_cancel = 'Y') then
4571: l_mail := 'MAIL';
4572: else