DBA Data[Home] [Help]

APPS.HXC_WF_ERROR_HELPER dependencies on HXC_WF_ERROR_HELPER

Line 1: Package Body HXC_WF_ERROR_HELPER as

1: Package Body HXC_WF_ERROR_HELPER as
2: /* $Header: hxcwferrhelper.pkb 120.3.12010000.2 2008/08/05 12:09:27 ubhat ship $ */
3:
4: g_pkg constant varchar2(30) := 'hxc_wf_error_helper.';
5: g_debug BOOLEAN :=hr_utility.debug_enabled;

Line 4: g_pkg constant varchar2(30) := 'hxc_wf_error_helper.';

1: Package Body HXC_WF_ERROR_HELPER as
2: /* $Header: hxcwferrhelper.pkb 120.3.12010000.2 2008/08/05 12:09:27 ubhat ship $ */
3:
4: g_pkg constant varchar2(30) := 'hxc_wf_error_helper.';
5: g_debug BOOLEAN :=hr_utility.debug_enabled;
6:
7: procedure prepare_error(
8: itemtype IN varchar2,

Line 259: wf_core.context('HXCERRORHELPER', 'HXC_WF_ERROR_HELPER.prepare_error',

255: if g_debug then
256: hr_utility.set_location(l_proc, 999);
257: end if;
258:
259: wf_core.context('HXCERRORHELPER', 'HXC_WF_ERROR_HELPER.prepare_error',
260: itemtype, itemkey, to_char(actid), funcmode);
261: raise;
262: result := '';
263: return;

Line 266: END HXC_WF_ERROR_HELPER;

262: result := '';
263: return;
264: End prepare_error;
265:
266: END HXC_WF_ERROR_HELPER;