DBA Data[Home] [Help]

APPS.IEM_WFSTARTPROCESS_PUB dependencies on WF_ENGINE

Line 263: wf_engine.abortprocess(p_item_type,wf_err_data_rec.item_key);

259: END IF;
260: -- Initialize API return status to SUCCESS
261: FOR wf_err_data_rec in wf_err_data_csr LOOP
262: BEGIN
263: wf_engine.abortprocess(p_item_type,wf_err_data_rec.item_key);
264: EXCEPTION WHEN OTHERS THEN
265: NULL;
266: END;
267: END LOOP;