DBA Data[Home] [Help]

APPS.PSP_EFFORTS_PKG dependencies on WF_ENGINE

Line 47: ** amakrish 29-Apr-2008 Bug 7004679 Added wf_engine.setitemowner

43: ** spchakra 02-Sep-2003 Bug 3098050: Introduced BG/SOB columns.
44: ** spchakra 14-Nov-2003 Bug 3063762: Commented out POTEA/GL check on distributions
45: ** as its for filtering persons only.
46: ** vdharmap 11-Apr-2006 Bug 5080403: autopop for suspense.
47: ** amakrish 29-Apr-2008 Bug 7004679 Added wf_engine.setitemowner
48: ************************************************************************************
49: ***********************************************************************************/
50: FUNCTION p_template_exists(a_template_id IN NUMBER)
51: --- Function To Check whether Template Exists.

Line 1279: wf_engine.createprocess('INF_EMP',

1275: -- End 8.31.99
1276:
1277: l_user_name := fnd_global.user_name; -- Bug 7004679
1278:
1279: wf_engine.createprocess('INF_EMP',
1280: l_wf_report_id,
1281: 'PROC_EMP');
1282:
1283: /*Added for bug 7004679 */

Line 1284: wf_engine.setitemowner('INF_EMP',

1280: l_wf_report_id,
1281: 'PROC_EMP');
1282:
1283: /*Added for bug 7004679 */
1284: wf_engine.setitemowner('INF_EMP',
1285: l_wf_report_id,
1286: l_user_name);
1287:
1288:

Line 1289: wf_engine.startprocess('INF_EMP',

1285: l_wf_report_id,
1286: l_user_name);
1287:
1288:
1289: wf_engine.startprocess('INF_EMP',
1290: l_wf_report_id);
1291: END LOOP;
1292: CLOSE get_report_id_csr;
1293: RETURN(0);