DBA Data[Home] [Help]

APPS.HXC_HTS_INS dependencies on HXC_TIME_SOURCES

Line 72: -- Insert the row into: hxc_time_sources

68: p_rec.object_version_number := 1; -- Initialise the object version
69: --
70: hxc_hts_shd.g_api_dml := true; -- Set the api dml status
71: --
72: -- Insert the row into: hxc_time_sources
73: --
74: insert into hxc_time_sources
75: (time_source_id
76: ,name

Line 74: insert into hxc_time_sources

70: hxc_hts_shd.g_api_dml := true; -- Set the api dml status
71: --
72: -- Insert the row into: hxc_time_sources
73: --
74: insert into hxc_time_sources
75: (time_source_id
76: ,name
77: ,object_version_number
78: ,creation_date

Line 164: Cursor C_Sel1 is select hxc_time_sources_s.nextval from sys.dual;

160: ) is
161: --
162: l_proc varchar2(72);
163: --
164: Cursor C_Sel1 is select hxc_time_sources_s.nextval from sys.dual;
165: --
166: Begin
167:
168:

Line 249: (p_module_name => 'HXC_TIME_SOURCES'

245: --
246: when hr_api.cannot_find_prog_unit then
247: --
248: hr_api.cannot_find_prog_unit_error
249: (p_module_name => 'HXC_TIME_SOURCES'
250: ,p_hook_type => 'AI');
251: --
252: end;
253: --