DBA Data[Home] [Help]

APPS.HXC_ULP_DEL dependencies on HXC_LAYOUT_COMP_PROMPTS

Line 67: -- Delete the hxc_layout_comp_prompts row.

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

Line 69: delete from hxc_layout_comp_prompts

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

Line 204: (p_module_name => 'HXC_LAYOUT_COMP_PROMPTS'

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