DBA Data[Home] [Help]

APPS.WFA_HTML_UTIL dependencies on WFA_HTML

Line 1: package body WFA_HTML_UTIL as

1: package body WFA_HTML_UTIL as
2: /* $Header: wfhtmb.pls 120.5.12010000.7 2009/12/09 18:47:45 vshanmug ship $ */
3:
4:
5: --

Line 45: urlstring := wfa_html.encode_url(urlstring);

41: -- Print URL
42: urlstring:=wf_notification.GetURLText(value, nid);
43:
44: -- Bug 4634849
45: urlstring := wfa_html.encode_url(urlstring);
46: htp.p(' '||urlstring||'');
47:
48: htp.tableRowClose;
49:

Line 52: wf_core.context('Wfa_Html_Util', 'GetUrl', value, description, to_char(nid));

48: htp.tableRowClose;
49:
50: exception
51: when others then
52: wf_core.context('Wfa_Html_Util', 'GetUrl', value, description, to_char(nid));
53: raise;
54: end GetUrl;
55:
56: --

Line 163: wf_core.context('Wfa_Html_Util', 'GetLookupMeaning', ltype, lcode);

159: exception
160: when no_data_found then
161: return(lcode);
162: when others then
163: wf_core.context('Wfa_Html_Util', 'GetLookupMeaning', ltype, lcode);
164: raise;
165: end GetLookupMeaning;
166:
167: --

Line 219: wf_core.context('Wfa_Html_Util', 'GetResponseUrl', to_char(nid));

215: return(buf);
216:
217: exception
218: when others then
219: wf_core.context('Wfa_Html_Util', 'GetResponseUrl', to_char(nid));
220: raise;
221: end GetResponseUrl;
222:
223: --

Line 258: value := wfa_html_util.GetLookupMeaning(format, tvalue);

254: elsif (type = 'DATE') then
255: --
256: value := wf_notification_util.GetCalendarDate( wf_notification_util.getCurrentNID() , dvalue, format);
257: elsif (type = 'LOOKUP') then
258: value := wfa_html_util.GetLookupMeaning(format, tvalue);
259: elsif (type = 'URL') then
260: value := tvalue;
261: elsif (type = 'ROLE') then
262: wf_directory.GetRoleInfo(tvalue, value, s0, s0, s0, s0);

Line 272: wf_core.context('Wfa_Html_Util', 'GetDisplayWindow', type, format,

268: return(value);
269:
270: exception
271: when others then
272: wf_core.context('Wfa_Html_Util', 'GetDisplayWindow', type, format,
273: tvalue, to_char(nvalue), to_char(dvalue));
274: raise;
275: end GetDisplayValue;
276:

Line 312: wf_core.context('Wfa_Html_Util', 'GetDenormalizedValues',

308: end;
309:
310: exception
311: when OTHERS then
312: wf_core.context('Wfa_Html_Util', 'GetDenormalizedValues',
313: to_char(nid), langcode);
314: raise;
315: end GetDenormalizedValues;
316:

Line 317: end WFA_HTML_UTIL;

313: to_char(nid), langcode);
314: raise;
315: end GetDenormalizedValues;
316:
317: end WFA_HTML_UTIL;