DBA Data[Home] [Help]

APPS.HXC_EGC_UPD dependencies on HXC_ENTITY_GROUP_COMPS

Line 70: -- Update the hxc_entity_group_comps Row

66: p_rec.object_version_number := p_rec.object_version_number + 1;
67: --
68: hxc_egc_shd.g_api_dml := true; -- Set the api dml status
69: --
70: -- Update the hxc_entity_group_comps Row
71: --
72: if g_debug then
73: hr_utility.trace(p_rec.entity_id || ' ' || p_rec.entity_group_comp_id);
74: end if;

Line 75: update hxc_entity_group_comps

71: --
72: if g_debug then
73: hr_utility.trace(p_rec.entity_id || ' ' || p_rec.entity_group_comp_id);
74: end if;
75: update hxc_entity_group_comps
76: set
77: entity_group_comp_id = p_rec.entity_group_comp_id
78: ,entity_group_id = p_rec.entity_group_id
79: ,entity_id = p_rec.entity_id

Line 386: (p_module_name => 'HXC_ENTITY_GROUP_COMPS'

382: --
383: when hr_api.cannot_find_prog_unit then
384: --
385: hr_api.cannot_find_prog_unit_error
386: (p_module_name => 'HXC_ENTITY_GROUP_COMPS'
387: ,p_hook_type => 'AU');
388: --
389: end;
390: --