DBA Data[Home] [Help]

APPS.HXC_ULC_UPD dependencies on HXC_LAYOUT_COMPONENTS

Line 73: -- Update the hxc_layout_components Row

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

Line 75: update hxc_layout_components

71: --
72: --
73: -- Update the hxc_layout_components Row
74: --
75: update hxc_layout_components
76: set
77: layout_component_id = p_rec.layout_component_id
78: ,layout_id = p_rec.layout_id
79: ,parent_component_id = p_rec.parent_component_id

Line 309: (p_module_name => 'HXC_LAYOUT_COMPONENTS'

305: --
306: when hr_api.cannot_find_prog_unit then
307: --
308: hr_api.cannot_find_prog_unit_error
309: (p_module_name => 'HXC_LAYOUT_COMPONENTS'
310: ,p_hook_type => 'AU');
311: --
312: end;
313: --