DBA Data[Home] [Help]

APPS.PER_REQUISITIONS_BE1 dependencies on DUAL

Line 52: select per_wf_events_s.nextval from dual;

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