DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_BEG dependencies on DUAL

Line 20: select per_wf_events_s.nextval from dual;

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