To Identify the manager for a given concurrent program
The script given below identifies which manager is going to execute a given Concurrent program: SELECT user_concurrent_program_name, user_concurrent_queue_name FROM apps.fnd_concurrent_programs_tl fcp, apps.fnd_concurrent_queue_content fcqc, apps.fnd_concurrent_queues_tl cq WHERE fcqc.type_application_id(+) = fcp.application_id AND…
Read More