DBA Data[Home] [Help]

APPS.OE_SERVICE_WF dependencies on WF_CORE

Line 92: wf_core.context('OE_Service_WF', ' Set_Line_Service_Credit',

88: exception
89: when others then
90: -- The line below records this function call in the error system
91: -- in the case of an exception.
92: wf_core.context('OE_Service_WF', ' Set_Line_Service_Credit',
93: itemtype, itemkey, to_char(actid), funcmode);
94: raise;
95: END Set_Line_Service_Credit;
96: