DBA Data[Home] [Help]

APPS.HXC_ATC_DEL dependencies on HXC_ALIAS_TYPE_COMPONENTS

Line 66: -- Delete the hxc_alias_type_components row.

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

Line 68: delete from hxc_alias_type_components

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

Line 198: (p_module_name => 'HXC_ALIAS_TYPE_COMPONENTS'

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