DBA Data[Home] [Help]

APPS.HR_PREVIOUS_EMPLOYMENT_BE2 dependencies on DUAL

Line 89: select per_wf_events_s.nextval from dual;

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