This is a premium alert message you can set from Layout! Get Now!

How to Cancel a Concurrent Request Stuck in the Queue?

Anup
0
Execute following SQL:


UPDATE fnd_concurrent_requests SET phase_code = 'C', status_code = 'X' 
WHERE request_id = ''; 


commit;

Post a Comment

0 Comments

Please Select Embedded Mode To show the Comment System.*

Post a Comment
To Top