DBA Data[Home] [Help]

APPS.OKL_AM_TERMNT_QUOTE_PVT dependencies on WF_ENGINE

Line 2571: -- Call the WF API to abort the WF Item [wf_engine.abortProcess]

2567: -- Logic:
2568: -- Given the Termination Quote ID [lp_canceled_qtev_rec.id], identify the
2569: -- WF Item Key first. Currently relying on logic the Transaction Messages to parse and get the Item Key
2570: -- If an WF Item Key is found, verify the WF Item Status, if its still Active status, then
2571: -- Call the WF API to abort the WF Item [wf_engine.abortProcess]
2572: -- Bug 11774089 : Start
2573: IF (is_debug_statement_on)
2574: THEN
2575: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name,

Line 2619: WF_ENGINE.abortProcess(

2615: IF l_can_abort_wf = 'T'
2616: THEN
2617: -- Call the Workflow Engine API to abort the Workflow process
2618: BEGIN
2619: WF_ENGINE.abortProcess(
2620: l_item_type
2621: ,l_item_key );
2622: EXCEPTION
2623: WHEN OTHERS