DBA Data[Home] [Help]

APPS.WF_ENGINE_UTIL dependencies on WF_QUEUE

Line 2395: wf_queue.PurgeEvent(wf_queue.DeferredQueue,

2391: -- If activity is defered then remove it from the deferred queue
2392: -- if you dont remove it then the background engine will remove
2393: -- it when it processes and finds it doesnt correspond.
2394: if statusarr(i) = wf_engine.eng_deferred then
2395: wf_queue.PurgeEvent(wf_queue.DeferredQueue,
2396: wf_queue.GetMessageHandle(wf_queue.DeferredQueue,
2397: itemtype , itemkey, childid));
2398: end if;
2399:

Line 2396: wf_queue.GetMessageHandle(wf_queue.DeferredQueue,

2392: -- if you dont remove it then the background engine will remove
2393: -- it when it processes and finds it doesnt correspond.
2394: if statusarr(i) = wf_engine.eng_deferred then
2395: wf_queue.PurgeEvent(wf_queue.DeferredQueue,
2396: wf_queue.GetMessageHandle(wf_queue.DeferredQueue,
2397: itemtype , itemkey, childid));
2398: end if;
2399:
2400: -- Complete the activity with the force result