DBA Data[Home] [Help]

APPS.GMDFMLAP_WF_PKG dependencies on WF_CORE

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

126:
127:
128: EXCEPTION
129: WHEN OTHERS THEN
130: WF_CORE.CONTEXT ('GMDFMLAP_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 => 'GMDFMLAP_ADDL_TEXT',
188: avalue => l_data_string);

Line 206: WF_CORE.CONTEXT ('GMDFMLAP_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 ('GMDFMLAP_wf_pkg','is_approval_req',p_itemtype,p_itemkey,p_role);
207: raise;
208: END is_approval_req;
209:
210:

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

391: l_performer VARCHAR2(80) := wf_engine.getitemattrtext(p_itemtype, p_itemkey,'GMDFMLAP_CURR_PERFORMER');
392: BEGIN
393: IF (p_funcmode = 'RUN' AND l_comment IS NOT NULL) THEN
394: BEGIN
395: l_mesg_comment := l_mesg_comment||wf_core.newline||l_performer||' : '||FND_DATE.DATE_TO_CHARDT(SYSDATE)||
396: wf_core.newline||l_comment;
397: -- l_html_mesg := replace(l_mesg_comment,wf_core.newline,'
'||wf_core.newline);
398: l_comment := null;
399: EXCEPTION WHEN OTHERS THEN

Line 396: wf_core.newline||l_comment;

392: BEGIN
393: IF (p_funcmode = 'RUN' AND l_comment IS NOT NULL) THEN
394: BEGIN
395: l_mesg_comment := l_mesg_comment||wf_core.newline||l_performer||' : '||FND_DATE.DATE_TO_CHARDT(SYSDATE)||
396: wf_core.newline||l_comment;
397: -- l_html_mesg := replace(l_mesg_comment,wf_core.newline,'
'||wf_core.newline);
398: l_comment := null;
399: EXCEPTION WHEN OTHERS THEN
400: NULL;

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

393: IF (p_funcmode = 'RUN' AND l_comment IS NOT NULL) THEN
394: BEGIN
395: l_mesg_comment := l_mesg_comment||wf_core.newline||l_performer||' : '||FND_DATE.DATE_TO_CHARDT(SYSDATE)||
396: wf_core.newline||l_comment;
397: -- l_html_mesg := replace(l_mesg_comment,wf_core.newline,'
'||wf_core.newline);
398: l_comment := null;
399: EXCEPTION WHEN OTHERS THEN
400: NULL;
401: END;