This document was uploaded by user and they confirmed that they have the permission to share
it. If you are author or own the copyright of this book, please report to us by using this DMCA
report form. Report DMCA
Overview
Download & View Kill Concurrent.txt as PDF for free.
Action: #First Terminate the Request as follows update fnd_concurrent_requests set status_code='X', phase_code='C' where request_id=31783706; commit; #Then change the status with Completed-Error as follows. update fnd_concurrent_requests set status_code='E', phase_code='C' where request_id=31783706; commit; #This will change the status of any request. #Status Code E - Error X - Terminate G - Warning