DBA Data[Home] [Help]

APPS.IEM_MDTSTARTPROCESS_PUB dependencies on WF_ENGINE

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

350: END IF;
351: -- Initialize API return status to SUCCESS
352: FOR wf_err_data_rec in wf_err_data_csr LOOP
353: BEGIN
354: wf_engine.abortprocess(p_item_type,wf_err_data_rec.item_key);
355: EXCEPTION WHEN OTHERS THEN
356: NULL;
357: END;
358: END LOOP;