Saturday, July 30, 2011

Request ***** can no longer be cancelled

Unable to cancel the request. Getting error "Request ***** can no longer be cancelled."

Its safe to cancel from backend as below :

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

UR's Key Run ;-) 

No comments:

Post a Comment