How to Release hold apply through ReceiveOrderRequestService through Order UI ?
Summary: We have apply the hold thorugh SOAP Service of Oracle i.e. ReceiveOrderRequestService. while try to release the hold through UI, where in release , no data is display for apply hold.
How to release this hold, if apply through ReceiveOrderRequestService manually through UI?
Content (required):
Payload Use :
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:dood="http://xmlns.oracle.com/apps/scm/doo/decomposition/orderDetailServices/DooDecompOrderDetailSvcComposite">
<soapenv:Header/>
<soapenv:Body>
<dood:RequestHoldProcessRequest>
<!--1 or more repetitions:-->
<dood:ApplyHoldRequestParams>
<dood:SourceOrderSystem>OPS</dood:SourceOrderSystem>
<dood:SourceOrderId>300000012351596</dood:SourceOrderId>
<dood:SourceLineId>300000012351728</dood:SourceLineId>
<dood:SourceHoldCode>HOLD_PRODUCT_ISSUE</dood:SourceHoldCode>