DBA Data[Home] [Help]

APPS.HXC_HTS_UPD dependencies on HXC_TIME_SOURCES

Line 75: -- Update the hxc_time_sources Row

71: p_rec.object_version_number := p_rec.object_version_number + 1;
72: --
73: hxc_hts_shd.g_api_dml := true; -- Set the api dml status
74: --
75: -- Update the hxc_time_sources Row
76: --
77: update hxc_time_sources
78: set
79: time_source_id = p_rec.time_source_id

Line 77: update hxc_time_sources

73: hxc_hts_shd.g_api_dml := true; -- Set the api dml status
74: --
75: -- Update the hxc_time_sources Row
76: --
77: update hxc_time_sources
78: set
79: time_source_id = p_rec.time_source_id
80: ,name = p_rec.name
81: ,object_version_number = p_rec.object_version_number

Line 231: (p_module_name => 'HXC_TIME_SOURCES'

227: --
228: when hr_api.cannot_find_prog_unit then
229: --
230: hr_api.cannot_find_prog_unit_error
231: (p_module_name => 'HXC_TIME_SOURCES'
232: ,p_hook_type => 'AU');
233: --
234: end;
235: --