DBA Data[Home] [Help]

APPS.GMDFMGAP_WF_PKG dependencies on FND_DATE

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

397: l_performer VARCHAR2(80) := wf_engine.getitemattrtext(p_itemtype, p_itemkey,'GMDFMGAP_CURR_PERFORMER');
398: BEGIN
399: IF (p_funcmode = 'RUN' AND l_comment IS NOT NULL) THEN
400: BEGIN
401: l_mesg_comment := l_mesg_comment||wf_core.newline||l_performer||' : '||FND_DATE.DATE_TO_CHARDT(SYSDATE)||
402: wf_core.newline||l_comment;
403: -- l_html_mesg := replace(l_mesg_comment,wf_core.newline,'
'||wf_core.newline);
404: l_comment := null;
405: EXCEPTION WHEN OTHERS THEN