DBA Data[Home] [Help]

APPS.PER_VAC_DEL dependencies on PER_ALL_VACANCIES

Line 62: -- Delete the per_all_vacancies row.

58: hr_utility.set_location('Entering:'||l_proc, 5);
59: --
60: per_vac_shd.g_api_dml := true; -- Set the dml status
61: --
62: -- Delete the per_all_vacancies row.
63: --
64: delete from per_all_vacancies
65: where vacancy_id = p_rec.vacancy_id;
66: --

Line 64: delete from per_all_vacancies

60: per_vac_shd.g_api_dml := true; -- Set the dml status
61: --
62: -- Delete the per_all_vacancies row.
63: --
64: delete from per_all_vacancies
65: where vacancy_id = p_rec.vacancy_id;
66: --
67: --
68: --

Line 274: (p_module_name => 'PER_ALL_VACANCIES'

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