DBA Data[Home] [Help]

APPS.HXC_MAP_DEL dependencies on HXC_MAPPINGS

Line 74: -- Delete the hxc_mappings row.

70: --
71: delete from hxc_mapping_comp_usages
72: where mapping_id = p_rec.mapping_id;
73: --
74: -- Delete the hxc_mappings row.
75: --
76: delete from hxc_mappings
77: where mapping_id = p_rec.mapping_id;
78: --

Line 76: delete from hxc_mappings

72: where mapping_id = p_rec.mapping_id;
73: --
74: -- Delete the hxc_mappings row.
75: --
76: delete from hxc_mappings
77: where mapping_id = p_rec.mapping_id;
78: --
79: hxc_map_shd.g_api_dml := false; -- Unset the api dml status
80: --

Line 202: (p_module_name => 'HXC_MAPPINGS'

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