DBA Data[Home] [Help]

APPS.HXC_HTS_DEL dependencies on HXC_TIME_SOURCES

Line 69: -- Delete the hxc_time_sources row.

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

Line 71: delete from hxc_time_sources

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

Line 196: (p_module_name => 'HXC_TIME_SOURCES'

192: --
193: when hr_api.cannot_find_prog_unit then
194: --
195: hr_api.cannot_find_prog_unit_error
196: (p_module_name => 'HXC_TIME_SOURCES'
197: ,p_hook_type => 'AD');
198: --
199: end;
200: --