DBA Data[Home] [Help]

APPS.GMDRPLAP_WF_PKG dependencies on WF_CORE

Line 154: WF_CORE.CONTEXT ('GMDRPLAP_wf_pkg','wf_init',l_itemtype,l_itemkey,'Initial' );

150:
151:
152: EXCEPTION
153: WHEN OTHERS THEN
154: WF_CORE.CONTEXT ('GMDRPLAP_wf_pkg','wf_init',l_itemtype,l_itemkey,'Initial' );
155: raise;
156:
157: END wf_init;
158:

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

205: p_lab_process_name,
206: p_lab_activity_name,
207: p_data_string,
208: P_role);
209: l_data_string := replace(p_wf_data_string,l_delimiter,wf_core.newline);
210: WF_ENGINE.SETITEMATTRTEXT(itemtype => p_itemtype,
211: itemkey => p_itemkey,
212: aname => 'GMDRPLAP_ADDL_TEXT',
213: avalue => l_data_string);

Line 231: WF_CORE.CONTEXT ('GMDRPLAP_wf_pkg','is_approval_req',p_itemtype,p_itemkey,p_role);

227: END IF;
228: END IF;
229: EXCEPTION
230: WHEN OTHERS THEN
231: WF_CORE.CONTEXT ('GMDRPLAP_wf_pkg','is_approval_req',p_itemtype,p_itemkey,p_role);
232: raise;
233: END is_approval_req;
234:
235:

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

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(SYSDATE)||
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

Line 406: wf_core.newline||l_comment;

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(SYSDATE)||
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
410: NULL;

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

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(SYSDATE)||
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
410: NULL;
411: END;