Monday, June 9, 2014

Concurrent Program Run details with parameters

select * from apps.fnd_concurrent_requests fcr,  apps.fnd_concurrent_programs_vl fcp
where fcr.concurrent_program_id = fcp.concurrent_program_id
and fcp.user_concurrent_program_name like 'XXXX Summary Report'
order by 1 desc

No comments:

Post a Comment