AR Receipt Is Not Created When Providing Remittance Bank Account Id In Web Service
(Doc ID 2498749.1)
Last updated on APRIL 19, 2023
Applies to:
Oracle Fusion Receivables Cloud Service - Version 11.13.20.01.0 and laterInformation in this document applies to any platform.
Symptoms
When creating the AR Receipt using the payload without passing the Remittance bank account id the receipt is getting created, but when creating the receipt with Remittance Bank Account Id of the respective Business unit the receipt is not being created.
Receipt can be created from the front end UI when same details are provided, without any issue
ERROR
-----------------------
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Header/>
<env:Body>
<env:Fault>
<faultcode>env:Server</faultcode>
<faultstring><![CDATA[JBO-FND:::FND_GENERIC_MULTI_MESSAGE: <MESSAGE><NUMBER></NUMBER><TEXT>Multiple errors occurred while processing this request. See Details.</TEXT><CAUSE></CAUSE><ACTION></ACTION><DETAILS></DETAILS><INCIDENT></INCIDENT></MESSAGE>JBO-AR:::GENERIC_MESSAGE: <MESSAGE><NUMBER>AR-855636</NUMBER><TEXT>CREATE_CASH : ORA-01403: no data found</TEXT><CAUSE></CAUSE><ACTION></ACTION><DETAILS></DETAILS><INCIDENT></INCIDENT></MESSAGE>JBO-FND:::FND_AS_UNEXPECTED_ERROR: <MESSAGE><NUMBER>FND--1</NUMBER><TEXT>FND-FND_AS_UNEXPECTED_ERROR</TEXT><CAUSE>The message, FND-FND_AS_UNEXPECTED_ERROR, can not be accessed.</CAUSE><ACTION>Report this problem to an administrator.</ACTION><DETAILS>FND-FND_AS_UNEXPECTED_ERROR</DETAILS><INCIDENT></INCIDENT></MESSAGE>]]></faultstring>
<detail>
<tns:ServiceErrorMessage xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<tns:code>FND:::FND_GENERIC_MULTI_MESSAGE</tns:code>
<tns:message><![CDATA[JBO-FND:::FND_GENERIC_MULTI_MESSAGE: <MESSAGE><NUMBER></NUMBER><TEXT>Multiple errors occurred while processing this request. See Details.</TEXT><CAUSE></CAUSE><ACTION></ACTION><DETAILS></DETAILS><INCIDENT></INCIDENT></MESSAGE>]]></tns:message>
<tns:severity>SEVERITY_ERROR</tns:severity>
<tns:detail xsi:type="tns:ServiceErrorMessage">
<tns:code>AR:::GENERIC_MESSAGE</tns:code>
<tns:message><![CDATA[JBO-AR:::GENERIC_MESSAGE: <MESSAGE><NUMBER>AR-855636</NUMBER><TEXT>CREATE_CASH : ORA-01403: no data found</TEXT><CAUSE></CAUSE><ACTION></ACTION><DETAILS></DETAILS><INCIDENT></INCIDENT></MESSAGE>]]></tns:message>
<tns:severity>SEVERITY_ERROR</tns:severity>
<tns:exceptionClassName>oracle.apps.fnd.applcore.messages.ApplcoreException</tns:exceptionClassName>
</tns:detail>
<tns:detail xsi:type="tns:ServiceErrorMessage">
<tns:code>FND:::FND_AS_UNEXPECTED_ERROR</tns:code>
<tns:message><![CDATA[JBO-FND:::FND_AS_UNEXPECTED_ERROR: <MESSAGE><NUMBER>FND--1</NUMBER><TEXT>FND-FND_AS_UNEXPECTED_ERROR</TEXT><CAUSE>The message, FND-FND_AS_UNEXPECTED_ERROR, can not be accessed.</CAUSE><ACTION>Report this problem to an administrator.</ACTION><DETAILS>FND-FND_AS_UNEXPECTED_ERROR</DETAILS><INCIDENT></INCIDENT></MESSAGE>]]></tns:message>
<tns:severity>SEVERITY_ERROR</tns:severity>
<tns:exceptionClassName>oracle.apps.fnd.applcore.messages.ApplcoreException</tns:exceptionClassName>
</tns:detail>
<tns:exceptionClassName>oracle.apps.fnd.applcore.messages.ApplcoreException</tns:exceptionClassName>
</tns:ServiceErrorMessage>
</detail>
</env:Fault>
</env:Body>
</env:Envelope>
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |