DBA Data[Home] [Help]

APPS.PSA_FUNDS_CHECKER_PKG dependencies on V$PROCESS

Line 9343: from v$session s, v$process p

9339:
9340: l_full_path := g_path||'get_session_details';
9341:
9342: select s.audsid, s.serial# into x_session_id, x_serial_id
9343: from v$session s, v$process p
9344: where s.paddr = p.addr
9345: and s.audsid = USERENV('SESSIONID');
9346:
9347: -- =========================== FND LOG ===========================