DBA Data[Home] [Help]

APPS.PSA_FUNDS_CHECKER_PKG dependencies on V$PROCESS

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

9153:
9154: l_full_path := g_path||'get_session_details';
9155:
9156: select s.audsid, s.serial# into x_session_id, x_serial_id
9157: from v$session s, v$process p
9158: where s.paddr = p.addr
9159: and s.audsid = USERENV('SESSIONID');
9160:
9161: -- =========================== FND LOG ===========================