DBA Data[Home] [Help]

APPS.IRC_IAV_DEL dependencies on IRC_AGENCY_VACANCIES

Line 62: -- Delete the irc_agency_vacancies row.

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

Line 64: delete from irc_agency_vacancies

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

Line 250: (p_module_name => 'IRC_AGENCY_VACANCIES'

246: --
247: when hr_api.cannot_find_prog_unit then
248: --
249: hr_api.cannot_find_prog_unit_error
250: (p_module_name => 'IRC_AGENCY_VACANCIES'
251: ,p_hook_type => 'AD');
252: --
253: end;
254: --