DBA Data[Home] [Help]

APPS.AMS_LISTHEADER_PVT dependencies on WF_ENGINE

Line 1865: WF_ENGINE.abortProcess(l_item_type ,

1861: fetch check_wf into l_item_key;
1862: close check_wf ;
1863: if l_item_key is not null then
1864: begin
1865: WF_ENGINE.abortProcess(l_item_type ,
1866: l_item_key);
1867: exception
1868: when no_data_found then
1869: null;