select
a.application_id,
a.user_concurrent_program_name,
c.executable_name,
c.execution_file_name
from
fnd_concurrent_programs_tl a,
fnd_concurrent_programs b,
fnd_executables c
where a.user_concurrent_program_name ='<Concurrent_Program_Name>'
and a.concurrent_program_id=b.concurrent_program_id
and b.executable_id=c.executable_id
No comments:
Post a Comment