DBA Data[Home] [Help]

APPS.HR_LOCATION_BE2 dependencies on DUAL

Line 95: select per_wf_events_s.nextval from dual;

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