DBA Data[Home] [Help]

APPS.PQH_REI_DEL dependencies on PQH_ROLE_EXTRA_INFO

Line 62: -- Delete the pqh_role_extra_info row.

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

Line 64: delete from pqh_role_extra_info

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

Line 242: (p_module_name => 'PQH_ROLE_EXTRA_INFO'

238: --
239: when hr_api.cannot_find_prog_unit then
240: --
241: hr_api.cannot_find_prog_unit_error
242: (p_module_name => 'PQH_ROLE_EXTRA_INFO'
243: ,p_hook_type => 'AD');
244: --
245: end;
246: --