DBA Data[Home] [Help]

APPS.AP_WEB_NOTES_PKG dependencies on AP_WEB_NOTES_PKG

Line 1: PACKAGE BODY AP_WEB_NOTES_PKG AS

1: PACKAGE BODY AP_WEB_NOTES_PKG AS
2: /* $Header: apwnoteb.pls 115.1 2004/06/14 23:08:00 rlangi noship $ */
3:
4:
5: -----------------------------------------------------------------------------

Line 52: Wf_Core.Context('AP_WEB_NOTES_PKG', 'CreateERPrepToAudNote',

48: end if;
49:
50: EXCEPTION
51: WHEN OTHERS THEN
52: Wf_Core.Context('AP_WEB_NOTES_PKG', 'CreateERPrepToAudNote',
53: null, to_char(p_report_header_id), null, l_debug_info);
54: raise;
55:
56:

Line 99: Wf_Core.Context('AP_WEB_NOTES_PKG', 'DeleteERNotes',

95: end if;
96:
97: EXCEPTION
98: WHEN OTHERS THEN
99: Wf_Core.Context('AP_WEB_NOTES_PKG', 'DeleteERNotes',
100: null, to_char(p_src_report_header_id), null, l_debug_info);
101: raise;
102:
103:

Line 149: Wf_Core.Context('AP_WEB_NOTES_PKG', 'CopyERNotes',

145: end if;
146:
147: EXCEPTION
148: WHEN OTHERS THEN
149: Wf_Core.Context('AP_WEB_NOTES_PKG', 'CopyERNotes',
150: null, to_char(p_src_report_header_id), null, l_debug_info);
151: raise;
152:
153:

Line 158: END AP_WEB_NOTES_PKG;

154: END CopyERNotes;
155:
156:
157:
158: END AP_WEB_NOTES_PKG;