DBA Data[Home] [Help]

APPS.WF_NOTIFICATION dependencies on WF_MAIL

Line 167: -- in WF_MAIL.GetHeaderTable from 30% to 50%, just

163: end if;
164:
165: -- << bug 6369346 >> :
166: -- There is no need to increase width of
167: -- in WF_MAIL.GetHeaderTable from 30% to 50%, just
168: -- increase width of below html table to 100% ,
169: -- irrespective of table Type ('N' -notification, 'H', 'V')
170: rs := '
';
171:

Line 1648: wf_mail.UrlEncode(value)), 1, 1950);

1644: --
1645: if (urlmode) then
1646: local_text := substrb(replace(local_text, '-&'||
1647: not_attr_row.name||'-',
1648: wf_mail.UrlEncode(value)), 1, 1950);
1649:
1650: --Bug 2346237
1651: --The target is set to the attribute format only
1652: --if the attribute is of type URL

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

Line 6596: -- wf_mail.GetSignaturePolicy(nid, sig_policy);

6592: render_hint Varchar2(255);
6593:
6594: begin
6595: -- get the signature policy for the notification
6596: -- wf_mail.GetSignaturePolicy(nid, sig_policy);
6597: begin
6598: sig_policy := Wf_Notification.GetAttrText(nid, '#WF_SIG_POLICY');
6599: exception
6600: when others then

Line 6976: WF_MAIL.SendMoreInfoResponseWarning(nid);

6972: when NO_DATA_FOUND then
6973: -- if it has no row, we cannot reply to this notification
6974: -- ### You cannot reply to a question that has not been asked
6975: -- ### or has already been answered.
6976: WF_MAIL.SendMoreInfoResponseWarning(nid);
6977: return;
6978: when resource_busy then
6979: wf_core.raise('WFNTF_BEING_UPDATED');
6980: -- ### This notification is being updated currently, please

Line 7225: -- This is a WF Mailer specific API. Used when a user requests more info

7221: -- null username - Reply to the inquery
7222: -- from email - from email id of responder/requestor
7223: -- comment - could be question or answer
7224: -- NOTE:
7225: -- This is a WF Mailer specific API. Used when a user requests more info
7226: -- or provides info through email response.
7227: --
7228: procedure UpdateInfo2(nid in number,
7229: username in varchar2,

Line 7466: WF_MAIL.SendMoreInfoResponseWarning(nid,from_email);

7462: when NO_DATA_FOUND then
7463: -- if it has no row, we cannot reply to this notification
7464: -- ### You cannot reply to a question that has not been asked
7465: -- ### or has already been answered.
7466: WF_MAIL.SendMoreInfoResponseWarning(nid,from_email);
7467: return;
7468: when resource_busy then
7469: wf_core.raise('WFNTF_BEING_UPDATED');
7470: end;

Line 8870: url_value := rtrim(fnd_profile.Value('WF_MAIL_WEB_AGENT'), '/');

8866: if (WF_LOG_PKG.LEVEL_PROCEDURE >= fnd_log.g_current_runtime_level) then
8867: wf_log_pkg.String(WF_LOG_PKG.LEVEL_PROCEDURE, l_api,'BEGIN');
8868: end if;
8869:
8870: url_value := rtrim(fnd_profile.Value('WF_MAIL_WEB_AGENT'), '/');
8871:
8872: if url_value is null then
8873: url_value := rtrim(fnd_profile.Value('APPS_FRAMEWORK_AGENT'), '/');
8874: end if;

Line 8992: url_value := rtrim(fnd_profile.Value('WF_MAIL_WEB_AGENT'), '/');

8988: if (WF_LOG_PKG.LEVEL_PROCEDURE >= fnd_log.g_current_runtime_level) then
8989: wf_log_pkg.String(WF_LOG_PKG.LEVEL_PROCEDURE, l_api,'BEGIN');
8990: end if;
8991:
8992: url_value := rtrim(fnd_profile.Value('WF_MAIL_WEB_AGENT'), '/');
8993: if url_value is null then
8994: url_value := rtrim(fnd_profile.Value('APPS_FRAMEWORK_AGENT'), '/');
8995: end if;
8996: