DBA Data[Home] [Help]

APPS.IGI_DOS_FUNDS dependencies on V$PROCESS

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

88:
89:
90: begin
91: select s.audsid, s.serial# into l_session_id, l_serial_id
92: from v$session s, v$process p
93: where s.paddr = p.addr
94: and s.audsid = USERENV('SESSIONID');
95: exception
96: when others then

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

321: BEGIN
322:
323: begin
324: select s.audsid, s.serial# into l_session_id, l_serial_id
325: from v$session s, v$process p
326: where s.paddr = p.addr
327: and s.audsid = USERENV('SESSIONID');
328: exception
329: when others then