DBA Data[Home] [Help]

APPS.HXC_ULQ_DEL dependencies on HXC_LAYOUT_COMP_QUALIFIERS

Line 67: -- Delete the hxc_layout_comp_qualifiers row.

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

Line 69: delete from hxc_layout_comp_qualifiers

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

Line 256: (p_module_name => 'HXC_LAYOUT_COMP_QUALIFIERS'

252: --
253: when hr_api.cannot_find_prog_unit then
254: --
255: hr_api.cannot_find_prog_unit_error
256: (p_module_name => 'HXC_LAYOUT_COMP_QUALIFIERS'
257: ,p_hook_type => 'AD');
258: --
259: end;
260: --