Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

login to application system administrator -> Concurrent : Manager--> define -->cntl f11->Standard%--> work shifts --.

change process to 10 and save it Back-end: ---------update fnd_concurrent_queue_size s set min_processes = 10 where (queue_application_id, concurrent_queue_id) in ( select application_id, concurrent_queue_id from fnd_concurrent_queues_vl v where v.application_id = s.queue_application_id and v.concurrent_queue_id = s.concurrent_queue_id and v.concurrent_queue_name in ('STANDARD') ); commit; -----------

You might also like