DBA Data[Home] [Help]

APPS.HXC_ULT_UPD dependencies on HXC_LAYOUTS_TL

Line 71: -- Update the hxc_layouts_tl Row

67: --
68: --
69: --
70: --
71: -- Update the hxc_layouts_tl Row
72: --
73: update hxc_layouts_tl
74: set
75: layout_id = p_rec.layout_id

Line 73: update hxc_layouts_tl

69: --
70: --
71: -- Update the hxc_layouts_tl Row
72: --
73: update hxc_layouts_tl
74: set
75: layout_id = p_rec.layout_id
76: ,display_layout_name = p_rec.display_layout_name
77: ,language = p_rec.language

Line 226: (p_module_name => 'HXC_LAYOUTS_TL'

222: --
223: when hr_api.cannot_find_prog_unit then
224: --
225: hr_api.cannot_find_prog_unit_error
226: (p_module_name => 'HXC_LAYOUTS_TL'
227: ,p_hook_type => 'AU');
228: --
229: end;
230: --

Line 409: from hxc_layouts_tl ult

405: -- source_lang match the specified language.
406: --
407: cursor csr_upd_langs is
408: select ult.language
409: from hxc_layouts_tl ult
410: where ult.layout_id = p_layout_id
411: and p_language_code in (ult.language
412: ,ult.source_lang);
413: --