DBA Data[Home] [Help]

APPS.PAY_PYGBNSEX_XMLP_PKG dependencies on DUAL

Line 18: from dual

14: /*srw.user_exit('FND SRWINIT');*/null;
15:
16: insert into fnd_sessions (session_id, effective_date)
17: select userenv('sessionid'),trunc(sysdate)
18: from dual
19: where not exists
20: (select 1
21: from fnd_sessions fs
22: where fs.session_id = userenv('sessionid'));