DBA Data[Home] [Help]

APPS.WF_TSTMON dependencies on WF_CORE

Line 60: wf_core.context('TSTMNAPI','PRC_TSTMNAPI', itemtype, itemkey, to_char(actid), funcmode);

56:
57: exception
58: when others then
59: --
60: wf_core.context('TSTMNAPI','PRC_TSTMNAPI', itemtype, itemkey, to_char(actid), funcmode);
61: raise;
62: --
63: end GetMonURLs;
64: end;