View request output of same application
I used below query for the Instance set and it seems it is not working... Any better ideas?
&TABLE_ALIAS.request_id IN
(SELECT request_id FROM fnd_concurrent_requests
where program_application_id = fnd_global.resp_appl_id)
0