DBA Data[Home] [Help]

APPS.GMDRVLAP_WF_PKG dependencies on WF_CORE

Line 169: WF_CORE.CONTEXT ('GMDRVLAP_wf_pkg','wf_init',l_itemtype,l_itemkey,'Initial' );

165:
166:
167: EXCEPTION
168: WHEN OTHERS THEN
169: WF_CORE.CONTEXT ('GMDRVLAP_wf_pkg','wf_init',l_itemtype,l_itemkey,'Initial' );
170: raise;
171:
172: END wf_init;
173:

Line 225: l_data_string := replace(p_wf_data_string,l_delimiter,wf_core.newline);

221: p_lab_process_name,
222: p_lab_activity_name,
223: p_data_string,
224: P_role);
225: l_data_string := replace(p_wf_data_string,l_delimiter,wf_core.newline);
226: WF_ENGINE.SETITEMATTRTEXT(itemtype => p_itemtype,
227: itemkey => p_itemkey,
228: aname => 'GMDRVLAP_ADDL_TEXT',
229: avalue => l_data_string);

Line 247: WF_CORE.CONTEXT ('GMDRVLAP_wf_pkg','is_approval_req',p_itemtype,p_itemkey,p_role);

243: END IF;
244: END IF;
245: EXCEPTION
246: WHEN OTHERS THEN
247: WF_CORE.CONTEXT ('GMDRVLAP_wf_pkg','is_approval_req',p_itemtype,p_itemkey,p_role);
248: raise;
249: END is_approval_req;
250:
251:

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

Line 371: wf_core.newline||l_comment;

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
375: NULL;

Line 372: -- l_html_mesg := replace(l_mesg_comment,wf_core.newline,'
'||wf_core.newline);

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
375: NULL;
376: END;