DBA Data[Home] [Help]

APPS.OE_SERVICE_WF dependencies on OE_SERVICE_WF

Line 1: Package body OE_SERVICE_WF As

1: Package body OE_SERVICE_WF As
2: /* $Header: OEXSVWFB.pls 120.0 2005/06/01 01:30:46 appldev noship $ */
3:
4:
5: PROCEDURE Set_Line_Service_Credit(

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:

Line 97: END OE_SERVICE_WF;

93: itemtype, itemkey, to_char(actid), funcmode);
94: raise;
95: END Set_Line_Service_Credit;
96:
97: END OE_SERVICE_WF;