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
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