DBA Data[Home] [Help]

APPS.IRC_ISC_DEL dependencies on IRC_SEARCH_CRITERIA

Line 62: -- Delete the irc_search_criteria row.

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

Line 64: delete from irc_search_criteria

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

Line 366: (p_module_name => 'IRC_SEARCH_CRITERIA'

362: --
363: when hr_api.cannot_find_prog_unit then
364: --
365: hr_api.cannot_find_prog_unit_error
366: (p_module_name => 'IRC_SEARCH_CRITERIA'
367: ,p_hook_type => 'AD');
368: --
369: end;
370: --