DBA Data[Home] [Help]

APPS.GMDOPLAP_WF_PKG dependencies on WF_CORE

Line 129: WF_CORE.CONTEXT ('GMDOPLAP_wf_pkg','wf_init',l_itemtype,l_itemkey,'Initial' );

125:
126:
127: EXCEPTION
128: WHEN OTHERS THEN
129: WF_CORE.CONTEXT ('GMDOPLAP_wf_pkg','wf_init',l_itemtype,l_itemkey,'Initial' );
130: raise;
131:
132: END wf_init;
133:

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

179: p_lab_process_name,
180: p_lab_activity_name,
181: p_data_string,
182: P_role);
183: l_data_string := replace(p_wf_data_string,l_delimiter,wf_core.newline);
184: WF_ENGINE.SETITEMATTRTEXT(itemtype => p_itemtype,
185: itemkey => p_itemkey,
186: aname => 'GMDOPLAP_ADDL_TEXT',
187: avalue => l_data_string);

Line 205: WF_CORE.CONTEXT ('GMDOPLAP_wf_pkg','is_approval_req',p_itemtype,p_itemkey,p_role);

201: END IF;
202: END IF;
203: EXCEPTION
204: WHEN OTHERS THEN
205: WF_CORE.CONTEXT ('GMDOPLAP_wf_pkg','is_approval_req',p_itemtype,p_itemkey,p_role);
206: raise;
207: END is_approval_req;
208:
209: PROCEDURE REMINDAR_CHECK (

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

321: l_performer VARCHAR2(80) := wf_engine.getitemattrtext(p_itemtype, p_itemkey,'GMDOPLAP_CURR_PERFORMER');
322: BEGIN
323: IF (p_funcmode = 'RUN' AND l_comment IS NOT NULL) THEN
324: BEGIN
325: l_mesg_comment := l_mesg_comment||wf_core.newline||l_performer||' : '||FND_DATE.DATE_TO_CHARDT(SYSDATE)||
326: wf_core.newline||l_comment;
327: -- l_html_mesg := replace(l_mesg_comment,wf_core.newline,'
'||wf_core.newline);
328: l_comment := null;
329: EXCEPTION WHEN OTHERS THEN

Line 326: wf_core.newline||l_comment;

322: BEGIN
323: IF (p_funcmode = 'RUN' AND l_comment IS NOT NULL) THEN
324: BEGIN
325: l_mesg_comment := l_mesg_comment||wf_core.newline||l_performer||' : '||FND_DATE.DATE_TO_CHARDT(SYSDATE)||
326: wf_core.newline||l_comment;
327: -- l_html_mesg := replace(l_mesg_comment,wf_core.newline,'
'||wf_core.newline);
328: l_comment := null;
329: EXCEPTION WHEN OTHERS THEN
330: NULL;

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

323: IF (p_funcmode = 'RUN' AND l_comment IS NOT NULL) THEN
324: BEGIN
325: l_mesg_comment := l_mesg_comment||wf_core.newline||l_performer||' : '||FND_DATE.DATE_TO_CHARDT(SYSDATE)||
326: wf_core.newline||l_comment;
327: -- l_html_mesg := replace(l_mesg_comment,wf_core.newline,'
'||wf_core.newline);
328: l_comment := null;
329: EXCEPTION WHEN OTHERS THEN
330: NULL;
331: END;