DBA Data[Home] [Help]

APPS.PO_NEGOTIATIONS4_PVT dependencies on WF_CORE

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

2444: itemkey => l_itemkey );
2445: END IF;
2446: EXCEPTION
2447: WHEN OTHERS THEN
2448: wf_core.context('PO_NEGOTIATIONS4_PVT','Launch_CreateDocWF',
2449: x_progress);
2450: raise;
2451: END Launch_CreateDocWF;
2452: