DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_BE4 dependencies on DUAL

Line 22: select per_wf_events_s.nextval from dual;

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