DBA Data[Home] [Help]

APPS.IRC_NOTIFICATION_PREFS_BE2 dependencies on DUAL

Line 55: select per_wf_events_s.nextval from dual;

51: l_text varchar2(2000);
52: l_message varchar2(10);
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);