DBA Data[Home] [Help]

APPS.HXC_MAP_UPD dependencies on HXC_MAPPINGS

Line 75: -- Update the hxc_mappings Row

71: p_rec.object_version_number := p_rec.object_version_number + 1;
72: --
73: hxc_map_shd.g_api_dml := true; -- Set the api dml status
74: --
75: -- Update the hxc_mappings Row
76: --
77: update hxc_mappings
78: set
79: mapping_id = p_rec.mapping_id

Line 77: update hxc_mappings

73: hxc_map_shd.g_api_dml := true; -- Set the api dml status
74: --
75: -- Update the hxc_mappings Row
76: --
77: update hxc_mappings
78: set
79: mapping_id = p_rec.mapping_id
80: ,name = p_rec.name
81: ,object_version_number = p_rec.object_version_number

Line 228: (p_module_name => 'HXC_MAPPINGS'

224: --
225: when hr_api.cannot_find_prog_unit then
226: --
227: hr_api.cannot_find_prog_unit_error
228: (p_module_name => 'HXC_MAPPINGS'
229: ,p_hook_type => 'AU');
230: --
231: end;
232: --