DBA Data[Home] [Help]

APPS.PO_CONC_MODS_PVT dependencies on WF_CORE

Line 186: wf_core.context(d_module,'NOTIFY_MOD_REQUEST_KO',l_itemtype,l_itemkey);

182: END IF;
183:
184: EXCEPTION
185: WHEN OTHERS THEN
186: wf_core.context(d_module,'NOTIFY_MOD_REQUEST_KO',l_itemtype,l_itemkey);
187: raise_application_error(-20041, 'Failure in start_concmods_notif_workflow ', true);
188:
189: END start_concmods_notif_workflow;
190: