DBA Data[Home] [Help]

APPS.HXC_HEG_INS dependencies on HXC_ENTITY_GROUPS

Line 67: -- Insert the row into: hxc_entity_groups

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

Line 69: insert into hxc_entity_groups

65: hxc_heg_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Insert the row into: hxc_entity_groups
68: --
69: insert into hxc_entity_groups
70: (entity_group_id
71: ,name
72: ,entity_type
73: ,object_version_number

Line 165: Cursor C_Sel1 is select hxc_entity_groups_s.nextval from sys.dual;

161: ) is
162: --
163: l_proc varchar2(72);
164: --
165: Cursor C_Sel1 is select hxc_entity_groups_s.nextval from sys.dual;
166: --
167: Begin
168: if g_debug then
169: l_proc := g_package||'pre_insert';

Line 248: (p_module_name => 'HXC_ENTITY_GROUPS'

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