DBA Data[Home] [Help]

APPS.IRC_PURGE_OLD_DATA_PKG dependencies on IRC_NOTIFICATION_PREFS_API

Line 78: irc_notification_prefs_api.update_notification_prefs

74: fetch csr_update_notif_pref into l_notif_pref_ovn,l_notif_pref_id;
75: hr_utility.set_location(l_proc, 40);
76: if csr_update_notif_pref%found
77: then
78: irc_notification_prefs_api.update_notification_prefs
79: (
80: p_notification_preference_id => l_notif_pref_id
81: ,p_effective_date => p_effective_date
82: ,p_allow_access => 'N'

Line 449: irc_notification_prefs_api.delete_notification_prefs

445: -- Delete from IRC_NOTIFICATION_PREFERENCES
446: --
447: hr_utility.set_location(l_proc, 115);
448: for rec_irc_notif in csr_irc_notif loop
449: irc_notification_prefs_api.delete_notification_prefs
450: (p_notification_preference_id => rec_irc_notif.notification_preference_id
451: ,p_object_version_number => rec_irc_notif.object_version_number
452: );
453: end loop;