DBA Data[Home] [Help]

APPS.HXC_HAV_DEL dependencies on HXC_ALIAS_VALUES

Line 66: -- Delete the hxc_alias_values row.

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

Line 68: delete from hxc_alias_values

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

Line 264: (p_module_name => 'HXC_ALIAS_VALUES'

260: --
261: when hr_api.cannot_find_prog_unit then
262: --
263: hr_api.cannot_find_prog_unit_error
264: (p_module_name => 'HXC_ALIAS_VALUES'
265: ,p_hook_type => 'AD');
266: --
267: end;
268: --