How to Rebuild/Recreate Concurrent Manager
How to Rebuild/Recreate Concurrent Manager Applies to: Oracle Applications – Version: 11.5.10.2 and above Description: After cloning, concurrent manager unable to start successfully at 0 status. Solution: Check the following solution on test environment before implement on production environment, rebuild concurrent manager using following steps: · Stop concurrent manager and wait to clear all processes of FNDLIBR or kill the processes · select * from fnd_concurrent_processes where process_status_code='A'; · update fnd_concurrent_processes set process_status_code='K' where process_status_code='A'; · ...