DBA Data[Home] [Help]

APPS.IRC_APS_DEL dependencies on IRC_APL_PROFILE_SNAPSHOTS

Line 62: -- Delete the irc_apl_profile_snapshots row.

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

Line 64: delete from irc_apl_profile_snapshots

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

Line 178: (p_module_name => 'IRC_APL_PROFILE_SNAPSHOTS'

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_SNAPSHOTS'
179: ,p_hook_type => 'AD');
180: --
181: end;
182: --