DBA Data[Home] [Help]

APPS.GMDRVGAP_WF_PKG dependencies on WF_CORE

Line 167: WF_CORE.CONTEXT ('GMDRVGAP_wf_pkg','wf_init',l_itemtype,l_itemkey,'Initial' );

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

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

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

Line 245: WF_CORE.CONTEXT ('GMDRVGAP_wf_pkg','is_approval_req',p_itemtype,p_itemkey,p_role);

241: END IF;
242: END IF;
243: EXCEPTION
244: WHEN OTHERS THEN
245: WF_CORE.CONTEXT ('GMDRVGAP_wf_pkg','is_approval_req',p_itemtype,p_itemkey,p_role);
246: raise;
247: END is_approval_req;
248:
249: PROCEDURE REMINDAR_CHECK (

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

362: l_performer VARCHAR2(80) := wf_engine.getitemattrtext(p_itemtype, p_itemkey,'GMDRVGAP_CURR_PERFORMER');
363: BEGIN
364: IF (p_funcmode = 'RUN' AND l_comment IS NOT NULL) THEN
365: BEGIN
366: l_mesg_comment := l_mesg_comment||wf_core.newline||l_performer||' : '||FND_DATE.DATE_TO_CHARDT(SYSDATE)||
367: wf_core.newline||l_comment;
368: -- l_html_mesg := replace(l_mesg_comment,wf_core.newline,'
'||wf_core.newline);
369: l_comment := null;
370: EXCEPTION WHEN OTHERS THEN

Line 367: wf_core.newline||l_comment;

363: BEGIN
364: IF (p_funcmode = 'RUN' AND l_comment IS NOT NULL) THEN
365: BEGIN
366: l_mesg_comment := l_mesg_comment||wf_core.newline||l_performer||' : '||FND_DATE.DATE_TO_CHARDT(SYSDATE)||
367: wf_core.newline||l_comment;
368: -- l_html_mesg := replace(l_mesg_comment,wf_core.newline,'
'||wf_core.newline);
369: l_comment := null;
370: EXCEPTION WHEN OTHERS THEN
371: NULL;

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

364: IF (p_funcmode = 'RUN' AND l_comment IS NOT NULL) THEN
365: BEGIN
366: l_mesg_comment := l_mesg_comment||wf_core.newline||l_performer||' : '||FND_DATE.DATE_TO_CHARDT(SYSDATE)||
367: wf_core.newline||l_comment;
368: -- l_html_mesg := replace(l_mesg_comment,wf_core.newline,'
'||wf_core.newline);
369: l_comment := null;
370: EXCEPTION WHEN OTHERS THEN
371: NULL;
372: END;