DBA Data[Home] [Help]

APPS.HXC_EGC_DEL dependencies on HXC_ENTITY_GROUP_COMPS

Line 64: -- Delete the hxc_entity_group_comps row.

60: end if;
61: --
62: hxc_egc_shd.g_api_dml := true; -- Set the api dml status
63: --
64: -- Delete the hxc_entity_group_comps row.
65: --
66: delete from hxc_entity_group_comps
67: where entity_group_comp_id = p_rec.entity_group_comp_id;
68: --

Line 66: delete from hxc_entity_group_comps

62: hxc_egc_shd.g_api_dml := true; -- Set the api dml status
63: --
64: -- Delete the hxc_entity_group_comps row.
65: --
66: delete from hxc_entity_group_comps
67: where entity_group_comp_id = p_rec.entity_group_comp_id;
68: --
69: hxc_egc_shd.g_api_dml := false; -- Unset the api dml status
70: --

Line 250: (p_module_name => 'HXC_ENTITY_GROUP_COMPS'

246: --
247: when hr_api.cannot_find_prog_unit then
248: --
249: hr_api.cannot_find_prog_unit_error
250: (p_module_name => 'HXC_ENTITY_GROUP_COMPS'
251: ,p_hook_type => 'AD');
252: --
253: end;
254: --