DBA Data[Home] [Help]

APPS.AP_WEB_NOTES_PKG dependencies on WF_CORE

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: