DBA Data[Home] [Help]

APPS.HXC_VTL_DEL dependencies on HXC_ALIAS_VALUES_TL

Line 67: -- Delete the hxc_alias_values_tl row.

63: end if;
64: --
65: --
66: --
67: -- Delete the hxc_alias_values_tl row.
68: --
69: delete from hxc_alias_values_tl
70: where alias_value_id = p_rec.alias_value_id
71: and language = p_rec.language;

Line 69: delete from hxc_alias_values_tl

65: --
66: --
67: -- Delete the hxc_alias_values_tl row.
68: --
69: delete from hxc_alias_values_tl
70: where alias_value_id = p_rec.alias_value_id
71: and language = p_rec.language;
72: --
73: --

Line 195: (p_module_name => 'HXC_ALIAS_VALUES_TL'

191: --
192: when hr_api.cannot_find_prog_unit then
193: --
194: hr_api.cannot_find_prog_unit_error
195: (p_module_name => 'HXC_ALIAS_VALUES_TL'
196: ,p_hook_type => 'AD');
197: --
198: end;
199: --

Line 295: from hxc_alias_values_tl vtl

291: -- Cursor to obtain all the translation rows.
292: --
293: cursor csr_del_langs is
294: select vtl.language
295: from hxc_alias_values_tl vtl
296: where vtl.alias_value_id = p_alias_value_id;
297: --
298: l_proc varchar2(72) ;
299: --