DBA Data[Home] [Help]

APPS.JTF_WF_MESSAGING dependencies on WF_CORE

Line 76: wf_core.context('JTF_WF_MESSAGING','GenMsg',itemtype,itemkey,

72: End if;
73:
74: Exception
75: When OTHERS then
76: wf_core.context('JTF_WF_MESSAGING','GenMsg',itemtype,itemkey,
77: to_char(actid),funcmode);
78:
79: End GenMsg;
80: