DBA Data[Home] [Help]

APPS.GME_TERMINATE_BATCH_PVT dependencies on WF_ENGINE

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

514: IS
515: BEGIN
516: IF (g_debug <= gme_debug.g_log_procedure) THEN
517: gme_debug.put_line
518: ( 'before call to wf_engine.abortprocess with batch_id='
519: || TO_CHAR (p_item_id)
520: || ' type='
521: || p_type
522: ,gme_debug.g_log_procedure

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

523: ,'terminate_batch');
524: END IF;
525:
526: /* Cancel workflow process */
527: wf_engine.abortprocess (itemtype => p_type, itemkey => p_item_id);
528: EXCEPTION
529: WHEN OTHERS THEN
530: IF (g_debug <= gme_debug.g_log_procedure) THEN
531: gme_debug.put_line