DBA Data[Home] [Help]

APPS.GMDOPGAP_WF_PKG dependencies on WF_CORE

Line 130: WF_CORE.CONTEXT ('GMDOPGAP_wf_pkg','wf_init',l_itemtype,l_itemkey,'Initial' );

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

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

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

Line 206: WF_CORE.CONTEXT ('GMDOPGAP_wf_pkg','is_approval_req',p_itemtype,p_itemkey,p_role);

202: END IF;
203: END IF;
204: EXCEPTION
205: WHEN OTHERS THEN
206: WF_CORE.CONTEXT ('GMDOPGAP_wf_pkg','is_approval_req',p_itemtype,p_itemkey,p_role);
207: raise;
208: END is_approval_req;
209:
210: 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,'GMDOPGAP_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;