DBA Data[Home] [Help]

APPS.HXC_ULA_DEL dependencies on HXC_LAYOUTS

Line 67: -- Delete the hxc_layouts row.

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

Line 69: delete from hxc_layouts

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

Line 202: (p_module_name => 'HXC_LAYOUTS'

198: --
199: when hr_api.cannot_find_prog_unit then
200: --
201: hr_api.cannot_find_prog_unit_error
202: (p_module_name => 'HXC_LAYOUTS'
203: ,p_hook_type => 'AD');
204: --
205: end;
206: --