DBA Data[Home] [Help]

APPS.HXC_ERR_DEL dependencies on HXC_ERRORS

Line 66: -- Delete the hxc_errors row.

62: end if;
63: --
64: --
65: --
66: -- Delete the hxc_errors row.
67: --
68: delete from hxc_errors
69: where error_id = p_rec.error_id;
70: --

Line 68: delete from hxc_errors

64: --
65: --
66: -- Delete the hxc_errors row.
67: --
68: delete from hxc_errors
69: where error_id = p_rec.error_id;
70: --
71: --
72: --

Line 210: (p_module_name => 'HXC_ERRORS'

206: --
207: when hr_api.cannot_find_prog_unit then
208: --
209: hr_api.cannot_find_prog_unit_error
210: (p_module_name => 'HXC_ERRORS'
211: ,p_hook_type => 'AD');
212: --
213: end;
214: --