DBA Data[Home] [Help]

APPS.WFA_HTML_UTIL dependencies on WF_CORE

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 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: