DBA Data[Home] [Help]

APPS.HR_PREVIOUS_EMPLOYMENT_BEA dependencies on DUAL

Line 78: select per_wf_events_s.nextval from dual;

74: l_text varchar2(2000);
75: l_message varchar2(10);
76: --
77: cursor get_seq is
78: select per_wf_events_s.nextval from dual;
79: --
80: l_proc varchar2(72):=' hr_previous_employment_beA.create_prev_job_extra_info_a';
81: begin
82: hr_utility.set_location('Entering: '||l_proc,10);