Creating Address Purpose Using Address Service Is Giving Error
(Doc ID 2114097.1)
Last updated on DECEMBER 22, 2020
Applies to:
Oracle Fusion Sales Cloud Service - Version 11.1.10.0.0 and laterInformation in this document applies to any platform.
Symptoms
On : 11.1.10.0.0 version, Accounts, Contacts, Households
When attempting to update address via WebService, the following error occurs.
ERROR
-----------------------
View row with key oracle.jbo.Key[null MCR_PRIMARY ] is not found in PartySiteEO_PartySiteUseEO_AddressVOTOAddressPurposeVO_AddressPurposeVO.
Payload
-----------------------
The issue can be reproduced at will with the following steps:
<updateAddress_InputVariable>
<part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="parameters">
<updateAddress xmlns="http://xmlns.oracle.com/apps/crmCommon/salesParties/addressService/types/">
<address>
<PartyId xmlns="http://xmlns.oracle.com/apps/crmCommon/salesParties/addressService/">9999999999999999</PartyId>
<AddressId xmlns="http://xmlns.oracle.com/apps/crmCommon/salesParties/addressService/">9999999999999999</AddressId>
<AddressPurpose xmlns="http://xmlns.oracle.com/apps/crmCommon/salesParties/addressService/">
<Purpose>SELL_TO</Purpose>
</AddressPurpose>
</address>
</updateAddress>
</part>
</updateAddress_InputVariable>
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 |