DBA Data[Home] [Help]

APPS.IRC_NOTIFICATION_PREFS_BE1 dependencies on DUAL

Line 54: select per_wf_events_s.nextval from dual;

50: l_text varchar2(2000);
51: l_message varchar2(10);
52: --
53: cursor get_seq is
54: select per_wf_events_s.nextval from dual;
55: --
56: l_proc varchar2(72):=' irc_notification_prefs_be1.create_notification_prefs_a';
57: begin
58: hr_utility.set_location('Entering: '||l_proc,10);