Login  Register

Re: Cancel a request

Posted by latifa on Feb 26, 2018; 2:13pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Cancel-a-request-tp5258p5259.html

I don't know if it was the following instruction which completed the request or it finished alone:

update
   fnd_concurrent_requests
set
   status_code='X',
   phase_code='C'
where
   request_id =xxxxx;

commit ;



Regards,
Latifa