We normally terminate the concurrent requests using System Administrator responsibility. But sometimes we may need to terminate the request from server.
Use below update command to terminate the concurrent request from backend.
update apps.fnd_concurrent_requests set phase_code='C' , status_code='X' where request_id='&REQUEST_ID';
commit;
Thanks for going through the post...........
No comments:
Post a Comment