DBA Data[Home] [Help]

APPS.IRC_RSE_DEL dependencies on IRC_ALL_RECRUITING_SITES

Line 62: -- Delete the irc_all_recruiting_sites row.

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

Line 64: delete from irc_all_recruiting_sites

60: irc_rse_shd.g_api_dml := true; -- Set the api dml status
61: --
62: -- Delete the irc_all_recruiting_sites row.
63: --
64: delete from irc_all_recruiting_sites
65: where recruiting_site_id = p_rec.recruiting_site_id;
66: --
67: irc_rse_shd.g_api_dml := false; -- Unset the api dml status
68: --

Line 266: (p_module_name => 'IRC_ALL_RECRUITING_SITES'

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