DBA Data[Home] [Help]

APPS.GMDRPLAP_WF_PKG dependencies on FND_DATE

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

401: l_performer VARCHAR2(80) := wf_engine.getitemattrtext(p_itemtype, p_itemkey,'GMDRPLAP_CURR_PERFORMER');
402: BEGIN
403: IF (p_funcmode = 'RUN' AND l_comment IS NOT NULL) THEN
404: BEGIN
405: l_mesg_comment := l_mesg_comment||wf_core.newline||l_performer||' : '||FND_DATE.DATE_TO_CHARDT(DATEVAL => SYSDATE, CALENDAR_AWARE => 2)||
406: wf_core.newline||l_comment;
407: -- l_html_mesg := replace(l_mesg_comment,wf_core.newline,'
'||wf_core.newline);
408: l_comment := null;
409: EXCEPTION WHEN OTHERS THEN