DBA Data[Home] [Help]

APPS.PO_CHANGE_RESPONSE_PVT dependencies on WF_ENGINE

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

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