DBA Data[Home] [Help]

APPS.HXC_ULT_DEL dependencies on HXC_LAYOUTS_TL

Line 67: -- Delete the hxc_layouts_tl row.

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

Line 69: delete from hxc_layouts_tl

65: --
66: --
67: -- Delete the hxc_layouts_tl row.
68: --
69: delete from hxc_layouts_tl
70: where layout_id = p_rec.layout_id
71: AND language = p_rec.language;
72: --
73: --

Line 194: (p_module_name => 'HXC_LAYOUTS_TL'

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

Line 294: from hxc_layouts_tl ult

290: -- Cursor to obtain all the translation rows.
291: --
292: cursor csr_del_langs is
293: select ult.language
294: from hxc_layouts_tl ult
295: where ult.layout_id = p_layout_id;
296: --
297: l_proc varchar2(72) ;
298: --