DBA Data[Home] [Help]

APPS.HXC_MCU_UPD dependencies on HXC_MAPPING_COMP_USAGES

Line 75: -- Update the hxc_mapping_comp_usages Row

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

Line 77: update hxc_mapping_comp_usages

73: hxc_mcu_shd.g_api_dml := true; -- Set the api dml status
74: --
75: -- Update the hxc_mapping_comp_usages Row
76: --
77: update hxc_mapping_comp_usages
78: set
79: mapping_comp_usage_id = p_rec.mapping_comp_usage_id
80: ,object_version_number = p_rec.object_version_number
81: ,mapping_component_id = p_rec.mapping_component_id

Line 233: (p_module_name => 'HXC_MAPPING_COMP_USAGES'

229: --
230: when hr_api.cannot_find_prog_unit then
231: --
232: hr_api.cannot_find_prog_unit_error
233: (p_module_name => 'HXC_MAPPING_COMP_USAGES'
234: ,p_hook_type => 'AU');
235: --
236: end;
237: --