DBA Data[Home] [Help]

APPS.IRC_APA_DEL dependencies on IRC_APL_PROFILE_ACCESS

Line 62: -- Delete the irc_apl_profile_access row.

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

Line 64: delete from irc_apl_profile_access

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

Line 178: (p_module_name => 'IRC_APL_PROFILE_ACCESS'

174: --
175: when hr_api.cannot_find_prog_unit then
176: --
177: hr_api.cannot_find_prog_unit_error
178: (p_module_name => 'IRC_APL_PROFILE_ACCESS'
179: ,p_hook_type => 'AD');
180: --
181: end;
182: --