select (select user_concurrent_program_name
from fnd_concurrent_programs_vl
where concurrent_program_id = running_concurrent_program_id
and application_id = running_application_id
) Program
, (select user_concurrent_program_name
from fnd_concurrent_programs_vl
where concurrent_program_id = to_run_concurrent_program_id
and application_id = to_run_application_id
) InCompatible_Porgram
from FND_CONCURRENT_PROGRAM_SERIAL
where 1=1 /* add filter */
order by 1
from fnd_concurrent_programs_vl
where concurrent_program_id = running_concurrent_program_id
and application_id = running_application_id
) Program
, (select user_concurrent_program_name
from fnd_concurrent_programs_vl
where concurrent_program_id = to_run_concurrent_program_id
and application_id = to_run_application_id
) InCompatible_Porgram
from FND_CONCURRENT_PROGRAM_SERIAL
where 1=1 /* add filter */
order by 1
No comments:
Post a Comment