DBA Data[Home] [Help]

APPS.PQH_RLS_DEL dependencies on PQH_ROLES

Line 62: -- Delete the pqh_roles row.

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

Line 64: delete from pqh_roles

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

Line 265: (p_module_name => 'PQH_ROLES'

261: --
262: when hr_api.cannot_find_prog_unit then
263: --
264: hr_api.cannot_find_prog_unit_error
265: (p_module_name => 'PQH_ROLES'
266: ,p_hook_type => 'AD');
267: --
268: end;
269: --