DBA Data[Home] [Help]

APPS.IRC_NOTIFICATION_PREFS_BE2 dependencies on IRC_NOTIFICATION_PREFS_BE2

Line 1: package body irc_notification_prefs_be2 as

1: package body irc_notification_prefs_be2 as
2: --Code generated on 06/11/2008 12:45:34
3: /* $Header: hrapiwfe.pkb 120.4 2008/02/15 06:27:49 viviswan ship $*/
4: procedure update_notification_prefs_a (
5: p_party_id number,

Line 57: l_proc varchar2(72):=' irc_notification_prefs_be2.update_notification_prefs_a';

53: --
54: cursor get_seq is
55: select per_wf_events_s.nextval from dual;
56: --
57: l_proc varchar2(72):=' irc_notification_prefs_be2.update_notification_prefs_a';
58: begin
59: hr_utility.set_location('Entering: '||l_proc,10);
60: -- check the status of the business event
61: l_event_name:='oracle.apps.per.irc.api.notification_prefs.update_notification_prefs';

Line 280: end irc_notification_prefs_be2;

276: null;
277: end if;
278: hr_utility.set_location('Leaving: '||l_proc,50);
279: end update_notification_prefs_a;
280: end irc_notification_prefs_be2;