You are on page 1of 1

select sid, serial#, status

from V$session
where process =
(
select os_process_id from fnd_concurrent_requests
where request_id = '&req_id'
)
/

You might also like