DBA Data[Home] [Help]

APPS.HXC_ULA_UPD dependencies on HXC_LAYOUTS

Line 73: -- Update the hxc_layouts Row

69: p_rec.object_version_number := p_rec.object_version_number + 1;
70: --
71: --
72: --
73: -- Update the hxc_layouts Row
74: --
75: update hxc_layouts
76: set
77: layout_id = p_rec.layout_id

Line 75: update hxc_layouts

71: --
72: --
73: -- Update the hxc_layouts Row
74: --
75: update hxc_layouts
76: set
77: layout_id = p_rec.layout_id
78: ,layout_name = p_rec.layout_name
79: ,application_id = p_rec.application_id

Line 249: (p_module_name => 'HXC_LAYOUTS'

245: --
246: when hr_api.cannot_find_prog_unit then
247: --
248: hr_api.cannot_find_prog_unit_error
249: (p_module_name => 'HXC_LAYOUTS'
250: ,p_hook_type => 'AU');
251: --
252: end;
253: --