DBA Data[Home] [Help]

APPS.HXC_HEG_UPD dependencies on HXC_ENTITY_GROUPS

Line 70: -- Update the hxc_entity_groups Row

66: p_rec.object_version_number := p_rec.object_version_number + 1;
67: --
68: hxc_heg_shd.g_api_dml := true; -- Set the api dml status
69: --
70: -- Update the hxc_entity_groups Row
71: --
72: update hxc_entity_groups
73: set
74: entity_group_id = p_rec.entity_group_id

Line 72: update hxc_entity_groups

68: hxc_heg_shd.g_api_dml := true; -- Set the api dml status
69: --
70: -- Update the hxc_entity_groups Row
71: --
72: update hxc_entity_groups
73: set
74: entity_group_id = p_rec.entity_group_id
75: ,name = p_rec.name
76: ,entity_type = p_rec.entity_type

Line 236: (p_module_name => 'HXC_ENTITY_GROUPS'

232: --
233: when hr_api.cannot_find_prog_unit then
234: --
235: hr_api.cannot_find_prog_unit_error
236: (p_module_name => 'HXC_ENTITY_GROUPS'
237: ,p_hook_type => 'AU');
238: --
239: end;
240: --