DBA Data[Home] [Help]

APPS.HXC_HEG_DEL dependencies on HXC_ENTITY_GROUPS

Line 69: -- Delete the hxc_entity_groups row.

65:
66: delete from hxc_entity_group_comps egc
67: where egc.entity_group_id = p_rec.entity_group_id;
68:
69: -- Delete the hxc_entity_groups row.
70: --
71: delete from hxc_entity_groups heg
72: where heg.entity_group_id = p_rec.entity_group_id;
73: --

Line 71: delete from hxc_entity_groups heg

67: where egc.entity_group_id = p_rec.entity_group_id;
68:
69: -- Delete the hxc_entity_groups row.
70: --
71: delete from hxc_entity_groups heg
72: where heg.entity_group_id = p_rec.entity_group_id;
73: --
74: hxc_heg_shd.g_api_dml := false; -- Unset the api dml status
75: --

Line 197: (p_module_name => 'HXC_ENTITY_GROUPS'

193: --
194: when hr_api.cannot_find_prog_unit then
195: --
196: hr_api.cannot_find_prog_unit_error
197: (p_module_name => 'HXC_ENTITY_GROUPS'
198: ,p_hook_type => 'AD');
199: --
200: end;
201: --