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 1695: wf_mail.UrlEncode(value)), 1, 1950);

1691: --
1692: if (urlmode) then
1693: local_text := substrb(replace(local_text, '-&'||
1694: not_attr_row.name||'-',
1695: wf_mail.UrlEncode(value)), 1, 1950);
1696:
1697: --Bug 2346237
1698: --The target is set to the attribute format only
1699: --if the attribute is of type URL

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

4729: end;
4730:
4731: -- if mailer config parameter SEND_CANCELED_EMAIL is set to N, no e-mails
4732: -- are sent for canceled notifications
4733: l_send_cancel := wf_mailer_parameter.GetValueForCorr(pCorrId => l_msg_type || ':'|| l_msg_name,
4734: pName => 'SEND_CANCELED_EMAIL');
4735: if (l_send_cancel = 'Y') then
4736: l_mail := 'MAIL';
4737: else

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

6422: render_hint Varchar2(255);
6423:
6424: begin
6425: -- get the signature policy for the notification
6426: -- wf_mail.GetSignaturePolicy(nid, sig_policy);
6427: begin
6428: sig_policy := Wf_Notification.GetAttrText(nid, '#WF_SIG_POLICY');
6429: exception
6430: when others then

Line 6766: WF_MAIL.SendMoreInfoResponseWarning(nid);

6762: when NO_DATA_FOUND then
6763: -- if it has no row, we cannot reply to this notification
6764: -- ### You cannot reply to a question that has not been asked
6765: -- ### or has already been answered.
6766: WF_MAIL.SendMoreInfoResponseWarning(nid);
6767: return;
6768: when resource_busy then
6769: wf_core.raise('WFNTF_BEING_UPDATED');
6770: -- ### This notification is being updated currently, please

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

7383: -- null username - Reply to the inquery
7384: -- from email - from email id of responder/requestor
7385: -- comment - could be question or answer
7386: -- NOTE:
7387: -- This is a WF Mailer specific API. Used when a user requests more info
7388: -- or provides info through email response.
7389: --
7390: procedure UpdateInfo2(nid in number,
7391: username in varchar2,

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

7687: when NO_DATA_FOUND then
7688: -- if it has no row, we cannot reply to this notification
7689: -- ### You cannot reply to a question that has not been asked
7690: -- ### or has already been answered.
7691: WF_MAIL.SendMoreInfoResponseWarning(nid,from_email);
7692: return;
7693: when resource_busy then
7694: wf_core.raise('WFNTF_BEING_UPDATED');
7695: end;

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

9117: if (WF_LOG_PKG.LEVEL_PROCEDURE >= fnd_log.g_current_runtime_level) then
9118: wf_log_pkg.String(WF_LOG_PKG.LEVEL_PROCEDURE, l_api,'BEGIN');
9119: end if;
9120:
9121: url_value := rtrim(fnd_profile.Value('WF_MAIL_WEB_AGENT'), '/');
9122:
9123: if url_value is null then
9124: url_value := rtrim(fnd_profile.Value('APPS_FRAMEWORK_AGENT'), '/');
9125: end if;

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

9239: if (WF_LOG_PKG.LEVEL_PROCEDURE >= fnd_log.g_current_runtime_level) then
9240: wf_log_pkg.String(WF_LOG_PKG.LEVEL_PROCEDURE, l_api,'BEGIN');
9241: end if;
9242:
9243: url_value := rtrim(fnd_profile.Value('WF_MAIL_WEB_AGENT'), '/');
9244: if url_value is null then
9245: url_value := rtrim(fnd_profile.Value('APPS_FRAMEWORK_AGENT'), '/');
9246: end if;
9247: