DBA Data[Home] [Help]

APPS.HR_PDT_DEL dependencies on HR_PERSON_DEPLOYMENTS

Line 62: -- Delete the hr_person_deployments row.

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

Line 64: delete from hr_person_deployments

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

Line 302: (p_module_name => 'HR_PERSON_DEPLOYMENTS'

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