DBA Data[Home] [Help]

APPS.IRC_ILP_DEL dependencies on IRC_LOCATION_PREFERENCES

Line 62: -- Delete the irc_location_preferences row.

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

Line 64: delete from irc_location_preferences

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

Line 250: (p_module_name => 'IRC_LOCATION_PREFERENCES'

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