DBA Data[Home] [Help]

APPS.WF_MAIL dependencies on WF_MAILER_PARAMETER

Line 2385: altTempl := WF_MAILER_PARAMETER.getValueForCorr(nid, mType || ':'|| mName, t_name, inAttr);

2381: where notification_id = nid;
2382:
2383: -- Now that the template name has been derrived, see
2384: -- if the default value has been overridden.
2385: altTempl := WF_MAILER_PARAMETER.getValueForCorr(nid, mType || ':'|| mName, t_name, inAttr);
2386: colPos := instrb(altTempl, ':', 1);
2387: if colPos > 0 then
2388: t_type := substrb(altTempl, 1, colPos -1);
2389: t_name := substrb(altTempl, colPos + 1, length(altTempl)-colPos);

Line 5710: altTempl := WF_MAILER_PARAMETER.GetValueForCorr('WFMAIL', templateName);

5706: end if;
5707:
5708: -- We have the basic template name. Now check to see if has been
5709: -- redirected using a mailer configuration parameter of the same name.
5710: altTempl := WF_MAILER_PARAMETER.GetValueForCorr('WFMAIL', templateName);
5711: colon := instrb(altTempl, ':', 1);
5712: if colon > 0 then
5713: templateType := substrb(altTempl, 1, colon -1);
5714: templateName := substrb(altTempl, colon + 1, length(altTempl)-colon);

Line 7647: l_nodename := WF_MAILER_PARAMETER.GetValueForCorr(p_module, 'NODENAME');

7643: wf_xml.AddElementAttribute('maxcount', '1', l_attrlist);
7644: l_pos := wf_xml.NewLOBTag(l_msg_doc, l_pos, 'NOTIFICATIONGROUP', '', l_attrlist);
7645: l_attrlist.DELETE;
7646:
7647: l_nodename := WF_MAILER_PARAMETER.GetValueForCorr(p_module, 'NODENAME');
7648:
7649: -- Id string required for response required alerts.
7650: -- We assume that a null id string constitutes a FYI message
7651: if (p_idstring is not null and l_fyi_flag = false) then

Line 8075: l_nodename := wf_mailer_parameter.getvalueforcorr(

8071: when NO_DATA_FOUND then
8072: wf_core.raise('WFCORE_NO_MESSAGE');
8073: end;
8074:
8075: l_nodename := wf_mailer_parameter.getvalueforcorr(
8076: l_msg_type||':'||l_msg_name,'NODENAME');
8077:
8078: l_idstr := '';
8079: