DBA Data[Home] [Help]

APPS.GMDRVLAP_WF_PKG dependencies on FND_DATE

Line 370: l_mesg_comment := l_mesg_comment||wf_core.newline||l_performer||' : '||FND_DATE.DATE_TO_CHARDT(SYSDATE)||

366: l_performer VARCHAR2(80) := wf_engine.getitemattrtext(p_itemtype, p_itemkey,'GMDRVLAP_CURR_PERFORMER');
367: BEGIN
368: IF (p_funcmode = 'RUN' AND l_comment IS NOT NULL) THEN
369: BEGIN
370: l_mesg_comment := l_mesg_comment||wf_core.newline||l_performer||' : '||FND_DATE.DATE_TO_CHARDT(SYSDATE)||
371: wf_core.newline||l_comment;
372: -- l_html_mesg := replace(l_mesg_comment,wf_core.newline,'
'||wf_core.newline);
373: l_comment := null;
374: EXCEPTION WHEN OTHERS THEN