DBA Data[Home] [Help]

APPS.HXC_TCC_DEL dependencies on HXC_TIME_CATEGORY_COMPS

Line 69: -- Delete the hxc_time_category_comps row.

65: end if;
66: --
67: hxc_tcc_shd.g_api_dml := true; -- Set the api dml status
68: --
69: -- Delete the hxc_time_category_comps row.
70: --
71: delete from hxc_time_category_comps
72: where time_category_comp_id = p_rec.time_category_comp_id;
73: --

Line 71: delete from hxc_time_category_comps

67: hxc_tcc_shd.g_api_dml := true; -- Set the api dml status
68: --
69: -- Delete the hxc_time_category_comps row.
70: --
71: delete from hxc_time_category_comps
72: where time_category_comp_id = p_rec.time_category_comp_id;
73: --
74: hxc_tcc_shd.g_api_dml := false; -- Unset the api dml status
75: --

Line 206: (p_module_name => 'HXC_TIME_CATEGORY_COMPS'

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