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 5250: n_text_timezone := wf_mail_util.getTimezone(g_ntfDocText);

5246: g_isFwkNtf := true;
5247: end if;
5248:
5249: step := 'Getting timezone details';
5250: n_text_timezone := wf_mail_util.getTimezone(g_ntfDocText);
5251: n_html_timezone := wf_mail_util.getTimezone(g_ntfDocHtml);
5252:
5253: step := 'Getting subject';
5254: n_subject := WF_NOTIFICATION.GetSubject(nid, 'text/plain');

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

5247: end if;
5248:
5249: step := 'Getting timezone details';
5250: n_text_timezone := wf_mail_util.getTimezone(g_ntfDocText);
5251: n_html_timezone := wf_mail_util.getTimezone(g_ntfDocHtml);
5252:
5253: step := 'Getting subject';
5254: n_subject := WF_NOTIFICATION.GetSubject(nid, 'text/plain');
5255:

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

6037: end if;
6038:
6039:
6040: -- Substitute USER_NAME with role display name
6041: t_timezone := wf_mail_util.getTimezone(contType);
6042:
6043: if contType = g_ntfDocText then
6044: t_body := substrb(replace(t_body, '&'||'USER_NAME', dname), 1, 32000);
6045: t_body := substrb(replace(t_body, '&'||'TIMEZONE', t_timezone), 1, 32000);