DBA Data[Home] [Help]

APPS.PSB_BUDGET_REVISIONS_PVT dependencies on V$PROCESS

Line 1987: FROM v$session s,v$process p

1983: -- bug 4589283 added the below clause
1984: SELECT s.sid, s.serial#
1985: INTO l_session_id,
1986: l_serial_id
1987: FROM v$session s,v$process p
1988: WHERE s.paddr = p.addr
1989: AND audsid = USERENV('SESSIONID');
1990:
1991: --++ Bulk insert into GL_BC_PACKETS