DBA Data[Home] [Help]

APPS.IRC_PURGE_OLD_DATA_PKG dependencies on IRC_NOTIFICATION_PREFS_API

Line 81: irc_notification_prefs_api.update_notification_prefs

77: --
78: open csr_update_notif_pref;
79: fetch csr_update_notif_pref into l_notif_pref_ovn,l_notif_pref_id;
80: hr_utility.set_location(l_proc, 40);
81: irc_notification_prefs_api.update_notification_prefs
82: (
83: p_notification_preference_id => l_notif_pref_id
84: ,p_effective_date => p_effective_date
85: ,p_allow_access => 'N'

Line 576: irc_notification_prefs_api.delete_notification_prefs

572: -- Delete from IRC_NOTIFICATION_PREFERENCES
573: --
574: hr_utility.set_location(l_proc, 115);
575: for rec_irc_notif in csr_irc_notif loop
576: irc_notification_prefs_api.delete_notification_prefs
577: (p_notification_preference_id => rec_irc_notif.notification_preference_id
578: ,p_object_version_number => rec_irc_notif.object_version_number
579: );
580: end loop;