DBA Data[Home] [Help]

APPS.HXC_HTR_INS dependencies on HXC_TIME_RECIPIENTS

Line 72: -- Insert the row into: hxc_time_recipients

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

Line 74: insert into hxc_time_recipients

70: hxc_htr_shd.g_api_dml := true; -- Set the api dml status
71: --
72: -- Insert the row into: hxc_time_recipients
73: --
74: insert into hxc_time_recipients
75: (time_recipient_id
76: ,name
77: ,application_id
78: ,object_version_number

Line 180: Cursor C_Sel1 is select hxc_time_recipients_s.nextval from sys.dual;

176: ) is
177: --
178: l_proc varchar2(72);
179: --
180: Cursor C_Sel1 is select hxc_time_recipients_s.nextval from sys.dual;
181: --
182: Begin
183:
184:

Line 281: (p_module_name => 'HXC_TIME_RECIPIENTS'

277: --
278: when hr_api.cannot_find_prog_unit then
279: --
280: hr_api.cannot_find_prog_unit_error
281: (p_module_name => 'HXC_TIME_RECIPIENTS'
282: ,p_hook_type => 'AI');
283: --
284: end;
285: --