DBA Data[Home] [Help]

APPS.HR_PREVIOUS_EMPLOYMENT_BE4 dependencies on DUAL

Line 87: select per_wf_events_s.nextval from dual;

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