DBA Data[Home] [Help]

APPS.IEM_MDTSTARTPROCESS_PUB dependencies on WF_ENGINE

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

336: END IF;
337: -- Initialize API return status to SUCCESS
338: FOR wf_err_data_rec in wf_err_data_csr LOOP
339: BEGIN
340: wf_engine.abortprocess(p_item_type,wf_err_data_rec.item_key);
341: EXCEPTION WHEN OTHERS THEN
342: NULL;
343: END;
344: END LOOP;