DBA Data[Home] [Help]

APPS.PQH_CEI_DEL dependencies on PQH_CORPS_EXTRA_INFO

Line 62: -- Delete the pqh_corps_extra_info row.

58: hr_utility.set_location('Entering:'||l_proc, 5);
59: --
60: --
61: --
62: -- Delete the pqh_corps_extra_info row.
63: --
64: delete from pqh_corps_extra_info
65: where corps_extra_info_id = p_rec.corps_extra_info_id;
66: --

Line 64: delete from pqh_corps_extra_info

60: --
61: --
62: -- Delete the pqh_corps_extra_info row.
63: --
64: delete from pqh_corps_extra_info
65: where corps_extra_info_id = p_rec.corps_extra_info_id;
66: --
67: --
68: --

Line 304: (p_module_name => 'PQH_CORPS_EXTRA_INFO'

300: --
301: when hr_api.cannot_find_prog_unit then
302: --
303: hr_api.cannot_find_prog_unit_error
304: (p_module_name => 'PQH_CORPS_EXTRA_INFO'
305: ,p_hook_type => 'AD');
306: --
307: end;
308: --