DBA Data[Home] [Help]

APPS.PO_NEGOTIATIONS4_PVT dependencies on WF_CORE

Line 2537: wf_core.context('PO_NEGOTIATIONS4_PVT','Launch_CreateDocWF',

2533: /*Bug 7517077, assigning value 'ACTIVITY PERFORMED' to the resultout parameter, since the next activity gets driven based on this*/
2534: resultout := wf_engine.eng_completed || ':' || 'ACTIVITY_PERFORMED';
2535: EXCEPTION
2536: WHEN OTHERS THEN
2537: wf_core.context('PO_NEGOTIATIONS4_PVT','Launch_CreateDocWF',
2538: x_progress);
2539: raise;
2540: END Launch_CreateDocWF;
2541: