DBA Data[Home] [Help]

APPS.WF_MAIL dependencies on WF_MAIL_UTIL

Line 425: tokens wf_mail_util.parserStack_t;

421:
422: errMessage varchar2(4000);
423: errStack varchar2(32000);
424:
425: tokens wf_mail_util.parserStack_t;
426: tk pls_integer;
427: dummy varchar2(2000);
428: dummyNumber number;
429:

Line 539: tokens := wf_mail_util.strParser(externError, '{}');

535: end loop;
536: end if;
537: end if;
538:
539: tokens := wf_mail_util.strParser(externError, '{}');
540: paramList := wf_parameter_list_t(null);
541:
542: invalidRoleList := '';
543: reasonList := '';

Line 5073: n_text_timezone := wf_mail_util.getTimezone(g_ntfDocText);

5069: g_isFwkNtf := true;
5070: end if;
5071:
5072: step := 'Getting timezone details';
5073: n_text_timezone := wf_mail_util.getTimezone(g_ntfDocText);
5074: n_html_timezone := wf_mail_util.getTimezone(g_ntfDocHtml);
5075:
5076: step := 'Getting subject';
5077: n_subject := WF_NOTIFICATION.GetSubject(nid, 'text/plain');

Line 5074: n_html_timezone := wf_mail_util.getTimezone(g_ntfDocHtml);

5070: end if;
5071:
5072: step := 'Getting timezone details';
5073: n_text_timezone := wf_mail_util.getTimezone(g_ntfDocText);
5074: n_html_timezone := wf_mail_util.getTimezone(g_ntfDocHtml);
5075:
5076: step := 'Getting subject';
5077: n_subject := WF_NOTIFICATION.GetSubject(nid, 'text/plain');
5078:

Line 5777: t_timezone := wf_mail_util.getTimezone(contType);

5773: end if;
5774:
5775:
5776: -- Substitute USER_NAME with role display name
5777: t_timezone := wf_mail_util.getTimezone(contType);
5778:
5779: if contType = g_ntfDocText then
5780: t_body := substrb(replace(t_body, '&'||'USER_NAME', dname), 1, 32000);
5781: t_body := substrb(replace(t_body, '&'||'TIMEZONE', t_timezone), 1, 32000);