DBA Data[Home] [Help]

APPS.PER_QUALIFICATIONS_BE2 dependencies on DUAL

Line 84: select per_wf_events_s.nextval from dual;

80: l_text varchar2(2000);
81: l_message varchar2(10);
82: --
83: cursor get_seq is
84: select per_wf_events_s.nextval from dual;
85: --
86: l_proc varchar2(72):=' per_qualifications_be2.update_qualification_a';
87: begin
88: hr_utility.set_location('Entering: '||l_proc,10);