DBA Data[Home] [Help]

APPS.PO_CHANGE_RESPONSE_PVT dependencies on WF_ENGINE

Line 820: wf_engine.abortprocess(l_wf_item_type, l_wf_item_key);

816: where change_request_id = p_change_request_id;
817:
818: if (Wf_Item.Item_Exist(l_wf_item_type, l_wf_item_key)) then
819:
820: wf_engine.abortprocess(l_wf_item_type, l_wf_item_key);
821:
822: end if;
823:
824: exception when others then