DBA Data[Home] [Help]

APPS.IRC_OFFERS_API dependencies on WF_ENGINE

Line 1492: wf_engine.abortprocess(itemtype => l_item_type

1488: p_transaction_id => l_transaction_id);
1489: --
1490: hr_utility.set_location(' Rolled back SFL Transaction '||l_proc,30);
1491: --
1492: wf_engine.abortprocess(itemtype => l_item_type
1493: ,itemkey => l_item_key
1494: ,process =>null
1495: ,result => wf_engine.eng_force
1496: ,verify_lock=> true

Line 1495: ,result => wf_engine.eng_force

1491: --
1492: wf_engine.abortprocess(itemtype => l_item_type
1493: ,itemkey => l_item_key
1494: ,process =>null
1495: ,result => wf_engine.eng_force
1496: ,verify_lock=> true
1497: ,cascade=> true);
1498: --
1499: hr_utility.set_location(' Cancelled SFL notification '||l_proc,40);

Line 1515: wf_engine.abortprocess(itemtype => l_item_type

1511: p_transaction_id => l_transaction_id);
1512: --
1513: hr_utility.set_location(' Rolled back API Transaction '||l_proc,60);
1514: --
1515: wf_engine.abortprocess(itemtype => l_item_type
1516: ,itemkey => l_item_key
1517: ,process =>null
1518: ,result => wf_engine.eng_force
1519: ,verify_lock=> true

Line 1518: ,result => wf_engine.eng_force

1514: --
1515: wf_engine.abortprocess(itemtype => l_item_type
1516: ,itemkey => l_item_key
1517: ,process =>null
1518: ,result => wf_engine.eng_force
1519: ,verify_lock=> true
1520: ,cascade=> true);
1521: --
1522: hr_utility.set_location(' Cancelled Open notification '||l_proc,70);