My Oracle Support Banner

AR_RAPI_REC_TRX_ID_INVALID error when creating ar write-off receipt using SOAP (Doc ID 2934648.1)

Last updated on AUGUST 18, 2023

Applies to:

Oracle Fusion Receivables Cloud Service - Version 11.13.23.01.0 and later
Information in this document applies to any platform.

Symptoms

AR_RAPI_REC_TRX_ID_INVALID error occurs when creating AR write-off receipt using SOAP web service call - /fscmService/StandardReceiptService

 

SAMPLE
========

[Request Payload]
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:typ="http://xmlns.oracle.com/apps/financials/receivables/receipts/shared/standardReceiptService/commonService/types/"
xmlns:com="http://xmlns.oracle.com/apps/financials/receivables/receipts/shared/standardReceiptService/commonService/"
xmlns:act="http://xmlns.oracle.com/apps/flex/financials/receivables/receipts/shared/standardReceiptService/commonService/ActivityApplicationDff/"
xmlns:act1="http://xmlns.oracle.com/apps/flex/financials/receivables/receipts/shared/standardReceiptService/commonService/ActivityApplicationGdf/">
<soapenv:Header/>
<soapenv:Body>
<typ:createActivityApplication>
<typ:activityApplication>
<!--Optional:-->
<com:BusinessUnit>xxxxx </com:BusinessUnit>
<!--Optional:-->
<com:ReceiptNumber>xxxxx</com:ReceiptNumber>
<!--Optional:-->
<com:ReceivableTrxName>Receipt Write-off</com:ReceivableTrxName>
<!--Optional:-->
<com:AmountApplied>-10</com:AmountApplied>
<!--Optional:-->
<com:ApplyDate>2023-02-13</com:ApplyDate>
<!--Optional:-->
<com:ApplyGlDate>2023-02-13</com:ApplyGlDate>
<!--Optional:-->
<com:AppliedPaymentScheduleId>-3</com:AppliedPaymentScheduleId>
</typ:activityApplication>
</typ:createActivityApplication>
</soapenv:Body>
</soapenv:Envelope>

[Response]
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Header/>
<env:Body>
<env:Fault>
<faultcode>env:Server</faultcode>
<faultstring><![CDATA[JBO-AR:::AR_RAPI_REC_TRX_ID_INVALID:
<MESSAGE><NUMBER>AR-855746</NUMBER><TEXT>You must enter a valid receivable transaction ID.</TEXT><CAUSE></CAUSE><ACTION></ACTION><DETAILS></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>AR:::AR_RAPI_REC_TRX_ID_INVALID</tns:code>
<tns:message><![CDATA[JBO-AR:::AR_RAPI_REC_TRX_ID_INVALID:
<MESSAGE><NUMBER>AR-855746</NUMBER><TEXT>You must enter a valid receivable transaction ID.</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: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
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.