DBA Data[Home] [Help]

APPS.PER_REQUISITIONS_BE2 dependencies on DUAL

Line 50: select per_wf_events_s.nextval from dual;

46: l_text varchar2(2000);
47: l_message varchar2(10);
48: --
49: cursor get_seq is
50: select per_wf_events_s.nextval from dual;
51: --
52: l_proc varchar2(72):=' per_requisitions_be2.update_requisition_a';
53: begin
54: hr_utility.set_location('Entering: '||l_proc,10);