DBA Data[Home] [Help]

APPS.HR_APPLICANT_BE1 dependencies on DUAL

Line 139: select per_wf_events_s.nextval from dual;

135: l_text varchar2(2000);
136: l_message varchar2(10);
137: --
138: cursor get_seq is
139: select per_wf_events_s.nextval from dual;
140: --
141: l_proc varchar2(72):=' hr_applicant_be1.create_applicant_a';
142: begin
143: hr_utility.set_location('Entering: '||l_proc,10);