DBA Data[Home] [Help]

APPS.GMDRTLAP_WF_PKG dependencies on FND_DATE

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

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