DBA Data[Home] [Help]

APPS.HXC_HAD_DEL dependencies on HXC_ALIAS_DEFINITIONS

Line 66: -- Delete the hxc_alias_definitions row.

62: end if;
63: --
64: --
65: --
66: -- Delete the hxc_alias_definitions row.
67: --
68: delete from hxc_alias_definitions
69: where alias_definition_id = p_rec.alias_definition_id;
70: --

Line 68: delete from hxc_alias_definitions

64: --
65: --
66: -- Delete the hxc_alias_definitions row.
67: --
68: delete from hxc_alias_definitions
69: where alias_definition_id = p_rec.alias_definition_id;
70: --
71: --
72: --

Line 200: (p_module_name => 'HXC_ALIAS_DEFINITIONS'

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