DBA Data[Home] [Help]

APPS.HXC_EGC_INS dependencies on HXC_ENTITY_GROUP_COMPS

Line 67: -- Insert the row into: hxc_entity_group_comps

63: p_rec.object_version_number := 1; -- Initialise the object version
64: --
65: hxc_egc_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Insert the row into: hxc_entity_group_comps
68: --
69: insert into hxc_entity_group_comps
70: (entity_group_comp_id
71: ,entity_group_id

Line 69: insert into hxc_entity_group_comps

65: hxc_egc_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Insert the row into: hxc_entity_group_comps
68: --
69: insert into hxc_entity_group_comps
70: (entity_group_comp_id
71: ,entity_group_id
72: ,entity_id
73: ,entity_type

Line 223: Cursor C_Sel1 is select hxc_entity_group_comps_s.nextval from sys.dual;

219: ) is
220: --
221: l_proc varchar2(72) ;
222: --
223: Cursor C_Sel1 is select hxc_entity_group_comps_s.nextval from sys.dual;
224: --
225: Begin
226: if g_debug then
227: l_proc:= g_package||'pre_insert';

Line 368: (p_module_name => 'HXC_ENTITY_GROUP_COMPS'

364: --
365: when hr_api.cannot_find_prog_unit then
366: --
367: hr_api.cannot_find_prog_unit_error
368: (p_module_name => 'HXC_ENTITY_GROUP_COMPS'
369: ,p_hook_type => 'AI');
370: --
371: end;
372: --