DBA Data[Home] [Help]

APPS.PER_QUALIFICATIONS_BE1 dependencies on DUAL

Line 86: select per_wf_events_s.nextval from dual;

82: l_text varchar2(2000);
83: l_message varchar2(10);
84: --
85: cursor get_seq is
86: select per_wf_events_s.nextval from dual;
87: --
88: l_proc varchar2(72):=' per_qualifications_be1.create_qualification_a';
89: begin
90: hr_utility.set_location('Entering: '||l_proc,10);