DBA Data[Home] [Help]

APPS.HXC_ULD_DEL dependencies on HXC_LAYOUT_COMP_DEFINITIONS

Line 67: -- Delete the hxc_layout_comp_definitions row.

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

Line 69: delete from hxc_layout_comp_definitions

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

Line 196: (p_module_name => 'HXC_LAYOUT_COMP_DEFINITIONS'

192: --
193: when hr_api.cannot_find_prog_unit then
194: --
195: hr_api.cannot_find_prog_unit_error
196: (p_module_name => 'HXC_LAYOUT_COMP_DEFINITIONS'
197: ,p_hook_type => 'AD');
198: --
199: end;
200: --