DBA Data[Home] [Help]

APPS.HXC_HTC_DEL dependencies on HXC_TIME_CATEGORIES

Line 74: -- Delete the hxc_time_categories row.

70:
71: delete from hxc_time_category_comps
72: where time_category_id = p_rec.time_category_id;
73:
74: -- Delete the hxc_time_categories row.
75:
76: delete from hxc_time_categories
77: where time_category_id = p_rec.time_category_id;
78:

Line 76: delete from hxc_time_categories

72: where time_category_id = p_rec.time_category_id;
73:
74: -- Delete the hxc_time_categories row.
75:
76: delete from hxc_time_categories
77: where time_category_id = p_rec.time_category_id;
78:
79: hxc_htc_shd.g_api_dml := false; -- Unset the api dml status
80:

Line 205: (p_module_name => 'HXC_TIME_CATEGORIES'

201: --
202: when hr_api.cannot_find_prog_unit then
203: --
204: hr_api.cannot_find_prog_unit_error
205: (p_module_name => 'HXC_TIME_CATEGORIES'
206: ,p_hook_type => 'AD');
207: --
208: end;
209: --