DBA Data[Home] [Help]

APPS.WFA_HTML_UTIL dependencies on WF_NOTIFICATION_UTIL

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

601: value := to_char(nvalue, format);
602: end if;
603: elsif (type = 'DATE') then
604: --
605: value := wf_notification_util.GetCalendarDate( wf_notification_util.getCurrentNID() , dvalue, format);
606: elsif (type = 'LOOKUP') then
607: value := wfa_html_util.GetLookupMeaning(format, tvalue);
608: elsif (type = 'URL') then
609: value := tvalue;