DBA Data[Home] [Help]

APPS.GMDRTGAP_WF_PKG dependencies on FND_DATE

Line 342: l_mesg_comment := l_mesg_comment||wf_core.newline||l_performer||' : '||FND_DATE.DATE_TO_CHARDT(DATEVAL => SYSDATE, CALENDAR_AWARE => 2)||

338: l_performer VARCHAR2(80) := wf_engine.getitemattrtext(p_itemtype, p_itemkey,'GMDRTGAP_CURR_PERFORMER');
339: BEGIN
340: IF (p_funcmode = 'RUN' AND l_comment IS NOT NULL) THEN
341: BEGIN
342: l_mesg_comment := l_mesg_comment||wf_core.newline||l_performer||' : '||FND_DATE.DATE_TO_CHARDT(DATEVAL => SYSDATE, CALENDAR_AWARE => 2)||
343: wf_core.newline||l_comment;
344: -- l_html_mesg := replace(l_mesg_comment,wf_core.newline,'
'||wf_core.newline);
345: l_comment := null;
346: EXCEPTION WHEN OTHERS THEN