DBA Data[Home] [Help]

APPS.HXC_TCC_INS dependencies on HXC_TIME_CATEGORY_COMPS

Line 72: -- Insert the row into: hxc_time_category_comps

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

Line 75: insert into hxc_time_category_comps

71: --
72: -- Insert the row into: hxc_time_category_comps
73: --
74:
75: insert into hxc_time_category_comps
76: (time_category_comp_id
77: ,time_category_id
78: ,ref_time_category_id
79: ,component_type_id

Line 191: Cursor C_Sel1 is select hxc_time_category_comps_s.nextval from sys.dual;

187: ) is
188: --
189: l_proc varchar2(72);
190: --
191: Cursor C_Sel1 is select hxc_time_category_comps_s.nextval from sys.dual;
192: --
193: Begin
194:
195:

Line 277: (p_module_name => 'HXC_TIME_CATEGORY_COMPS'

273:
274: when hr_api.cannot_find_prog_unit then
275:
276: hr_api.cannot_find_prog_unit_error
277: (p_module_name => 'HXC_TIME_CATEGORY_COMPS'
278: ,p_hook_type => 'AI');
279:
280: end;
281: