DBA Data[Home] [Help]

APPS.HXC_DTL_DEL dependencies on HXC_ALIAS_DEFINITIONS_TL

Line 66: -- Delete the hxc_alias_definitions_tl row.

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

Line 68: delete from hxc_alias_definitions_tl

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

Line 195: (p_module_name => 'HXC_ALIAS_DEFINITIONS_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_DEFINITIONS_TL'
196: ,p_hook_type => 'AD');
197: --
198: end;
199: --

Line 295: from hxc_alias_definitions_tl dtl

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