DBA Data[Home] [Help]

APPS.HXC_MPC_DEL dependencies on HXC_MAPPING_COMPONENTS

Line 69: -- Delete the hxc_mapping_components row.

65: end if;
66: --
67: hxc_mpc_shd.g_api_dml := true; -- Set the api dml status
68: --
69: -- Delete the hxc_mapping_components row.
70: --
71: delete from hxc_mapping_components
72: where mapping_component_id = p_rec.mapping_component_id;
73: --

Line 71: delete from hxc_mapping_components

67: hxc_mpc_shd.g_api_dml := true; -- Set the api dml status
68: --
69: -- Delete the hxc_mapping_components row.
70: --
71: delete from hxc_mapping_components
72: where mapping_component_id = p_rec.mapping_component_id;
73: --
74: hxc_mpc_shd.g_api_dml := false; -- Unset the api dml status
75: --

Line 203: (p_module_name => 'HXC_MAPPING_COMPONENTS'

199: --
200: when hr_api.cannot_find_prog_unit then
201: --
202: hr_api.cannot_find_prog_unit_error
203: (p_module_name => 'HXC_MAPPING_COMPONENTS'
204: ,p_hook_type => 'AD');
205: --
206: end;
207: --