DBA Data[Home] [Help]

APPS.PAY_PAYRPTMD_XMLP_PKG dependencies on DUAL

Line 15: from sys.dual

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