DBA Data[Home] [Help]

APPS.HXC_HPH_DEL dependencies on HXC_PREF_HIERARCHIES

Line 66: -- Delete the hxc_pref_hierarchies row.

62: end if;
63: --
64: --
65: --
66: -- Delete the hxc_pref_hierarchies row.
67: --
68: delete from hxc_pref_hierarchies
69: where pref_hierarchy_id = p_rec.pref_hierarchy_id;
70: --

Line 68: delete from hxc_pref_hierarchies

64: --
65: --
66: -- Delete the hxc_pref_hierarchies row.
67: --
68: delete from hxc_pref_hierarchies
69: where pref_hierarchy_id = p_rec.pref_hierarchy_id;
70: --
71: --
72: --

Line 272: (p_module_name => 'HXC_PREF_HIERARCHIES'

268: --
269: when hr_api.cannot_find_prog_unit then
270: --
271: hr_api.cannot_find_prog_unit_error
272: (p_module_name => 'HXC_PREF_HIERARCHIES'
273: ,p_hook_type => 'AD');
274: --
275: end;
276: --