DBA Data[Home] [Help]

APPS.HXC_ULD_UPD dependencies on HXC_LAYOUT_COMP_DEFINITIONS

Line 73: -- Update the hxc_layout_comp_definitions Row

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

Line 75: update hxc_layout_comp_definitions

71: --
72: --
73: -- Update the hxc_layout_comp_definitions Row
74: --
75: update hxc_layout_comp_definitions
76: set
77: layout_comp_definition_id = p_rec.layout_comp_definition_id
78: ,component_type = p_rec.component_type
79: ,component_class = p_rec.component_class

Line 234: (p_module_name => 'HXC_LAYOUT_COMP_DEFINITIONS'

230: --
231: when hr_api.cannot_find_prog_unit then
232: --
233: hr_api.cannot_find_prog_unit_error
234: (p_module_name => 'HXC_LAYOUT_COMP_DEFINITIONS'
235: ,p_hook_type => 'AU');
236: --
237: end;
238: --