DBA Data[Home] [Help]

APPS.HR_APPLICANT_BE4 dependencies on DUAL

Line 21: select per_wf_events_s.nextval from dual;

17: l_text varchar2(2000);
18: l_message varchar2(10);
19: --
20: cursor get_seq is
21: select per_wf_events_s.nextval from dual;
22: --
23: l_proc varchar2(72):=' hr_applicant_be4.convert_to_applicant_a';
24: begin
25: hr_utility.set_location('Entering: '||l_proc,10);