DBA Data[Home] [Help]

APPS.HR_ORGANIZATION_BE1 dependencies on DUAL

Line 58: select per_wf_events_s.nextval from dual;

54: l_text varchar2(2000);
55: l_message varchar2(10);
56: --
57: cursor get_seq is
58: select per_wf_events_s.nextval from dual;
59: --
60: l_proc varchar2(72):=' hr_organization_be1.create_org_information_a';
61: begin
62: hr_utility.set_location('Entering: '||l_proc,10);