DBA Data[Home] [Help]

APPS.GMD_SS_APPROVAL_WF_PKG dependencies on FND_DATE

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

306: l_performer VARCHAR2(80) := wf_engine.getitemattrtext(p_itemtype, p_itemkey,'GMDQMSAP_CURR_PERFORMER');
307: BEGIN
308: IF (p_funcmode = 'RUN' AND l_comment IS NOT NULL) THEN
309: BEGIN
310: l_mesg_comment := l_mesg_comment||wf_core.newline||l_performer||' : '||FND_DATE.DATE_TO_CHARDT(SYSDATE)||
311: wf_core.newline||l_comment;
312: l_comment := null;
313: EXCEPTION WHEN OTHERS THEN
314: NULL;