DBA Data[Home] [Help]

APPS.HXC_ULC_DEL dependencies on HXC_LAYOUT_COMPONENTS

Line 67: -- Delete the hxc_layout_components row.

63: end if;
64: --
65: --
66: --
67: -- Delete the hxc_layout_components row.
68: --
69: delete from hxc_layout_components
70: where layout_component_id = p_rec.layout_component_id;
71: --

Line 69: delete from hxc_layout_components

65: --
66: --
67: -- Delete the hxc_layout_components row.
68: --
69: delete from hxc_layout_components
70: where layout_component_id = p_rec.layout_component_id;
71: --
72: --
73: --

Line 226: (p_module_name => 'HXC_LAYOUT_COMPONENTS'

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