DBA Data[Home] [Help]

APPS.WF_ALERT dependencies on WF_ALERT

Line 1: package body WF_ALERT as

1: package body WF_ALERT as
2: /* $Header: wfalertb.sql 115.3 99/07/16 23:50:16 porting ship $ */
3:
4: /*------------------------------------------------------------------------
5: Name: CheckAlert

Line 74: Wf_Core.Context('Wf_Alert', 'CheckAlert', itemtype,

70:
71:
72: exception
73: when others then
74: Wf_Core.Context('Wf_Alert', 'CheckAlert', itemtype,
75: itemkey, to_char(actid), funcmode);
76: raise;
77: end CheckAlert;
78:

Line 183: Wf_Core.Context('Wf_Alert', 'ErrorReport');

179:
180:
181: exception
182: when others then
183: Wf_Core.Context('Wf_Alert', 'ErrorReport');
184: raise;
185: end ErrorReport;
186:
187:

Line 188: END WF_ALERT;

184: raise;
185: end ErrorReport;
186:
187:
188: END WF_ALERT;