DBA Data[Home] [Help]

APPS.IEM_NEXT_GEN_PROCESS_EMAIL_PVT dependencies on WF_ENGINE

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

281: END IF;
282: -- Initialize API return status to SUCCESS
283: FOR wf_err_data_rec in wf_err_data_csr LOOP
284: BEGIN
285: wf_engine.abortprocess(p_item_type,wf_err_data_rec.item_key);
286: EXCEPTION WHEN OTHERS THEN
287: NULL;
288: END;
289: END LOOP;