DBA Data[Home] [Help]

APPS.GME_TERMINATE_BATCH_PVT dependencies on WF_ENGINE

Line 507: ( 'before call to wf_engine.abortprocess with batch_id='

503: IS
504: BEGIN
505: IF (g_debug <= gme_debug.g_log_procedure) THEN
506: gme_debug.put_line
507: ( 'before call to wf_engine.abortprocess with batch_id='
508: || TO_CHAR (p_item_id)
509: || ' type='
510: || p_type
511: ,gme_debug.g_log_procedure

Line 516: wf_engine.abortprocess (itemtype => p_type, itemkey => p_item_id);

512: ,'terminate_batch');
513: END IF;
514:
515: /* Cancel workflow process */
516: wf_engine.abortprocess (itemtype => p_type, itemkey => p_item_id);
517: EXCEPTION
518: WHEN OTHERS THEN
519: IF (g_debug <= gme_debug.g_log_procedure) THEN
520: gme_debug.put_line