DBA Data[Home] [Help]

APPS.PER_PERRPREQ_XMLP_PKG dependencies on DUAL

Line 15: from dual

11: --hr_standard.event('BEFORE REPORT');
12:
13: insert into fnd_sessions (session_id, effective_date)
14: select userenv('sessionid'), trunc(sysdate)
15: from dual
16: where not exists
17: (select 1
18: from fnd_sessions fs
19: where fs.session_id = userenv('sessionid'));