DBA Data[Home] [Help]

APPS.HXC_MPC_UPD dependencies on HXC_MAPPING_COMPONENTS

Line 75: -- Update the hxc_mapping_components Row

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

Line 77: update hxc_mapping_components

73: hxc_mpc_shd.g_api_dml := true; -- Set the api dml status
74: --
75: -- Update the hxc_mapping_components Row
76: --
77: update hxc_mapping_components
78: set
79: mapping_component_id = p_rec.mapping_component_id
80: ,field_name = p_rec.field_name
81: ,name = p_rec.name

Line 244: (p_module_name => 'HXC_MAPPING_COMPONENTS'

240: --
241: when hr_api.cannot_find_prog_unit then
242: --
243: hr_api.cannot_find_prog_unit_error
244: (p_module_name => 'HXC_MAPPING_COMPONENTS'
245: ,p_hook_type => 'AU');
246: --
247: end;
248: --