DBA Data[Home] [Help]

APPS.WFA_HTML_UTIL dependencies on WF_NOTIFICATION_UTIL

Line 256: value := wf_notification_util.GetCalendarDate( wf_notification_util.getCurrentNID() , dvalue, format);

252: value := to_char(nvalue, format);
253: end if;
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;