DBA Data[Home] [Help]

APPS.HXC_ULA_INS dependencies on HXC_ULT_INS

Line 363: hxc_ult_ins.ins_tl

359: -- insert the row into the tl table
360: --
361: -- call the api to insert the row into hxc_layouts_tl
362: --
363: hxc_ult_ins.ins_tl
364: (p_language_code => USERENV('LANG')
365: ,p_layout_id => l_rec.layout_id
366: ,p_display_layout_name => p_display_layout_name
367: );