DBA Data[Home] [Help]

APPS.HR_LOCATION_BE1 dependencies on DUAL

Line 96: select per_wf_events_s.nextval from dual;

92: l_text varchar2(2000);
93: l_message varchar2(10);
94: --
95: cursor get_seq is
96: select per_wf_events_s.nextval from dual;
97: --
98: l_proc varchar2(72):=' hr_location_be1.create_location_a';
99: begin
100: hr_utility.set_location('Entering: '||l_proc,10);