Not Able To Update Line Attributes For Interproject Contract Using Webservices: Error JBO-25020
(Doc ID 2587086.1)
Last updated on SEPTEMBER 11, 2019
Applies to:
Oracle Fusion Project Billing Cloud Service - Version 11.13.19.04.0 and laterInformation in this document applies to any platform.
Symptoms
On : 11.13.19.04.0 version, Web Service
When attempting to update line attributes for interproject Contract observed the error below
the following error occurs.
ERROR
-----------------------
JBO-25020: View row with key oracle.jbo.Key [1000000xxx 1000000yyy 1 ] is not found in ContractLineInternalAttributes.
STEPS
-----------------------
The issue can be reproduced at will with the following steps:
1. Use the following web Service
Oracle Project Portfolio Management Cloud SOAP Web Services for PPM
Web Service :Contract Line Internal Attributes
Operations: updateContractLineInternalAttributes
2.Payload (Example)
------
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:typ="http://xmlns.oracle.com/apps/projects/billing/contracts/lineAttributesService/types/"
xmlns:con="http://xmlns.oracle.com/apps/projects/billing/contracts/contractBillingService/">
<soapenv:Header/>
<soapenv:Body>
<typ:updateContractLineInternalAttributes>
<typ:contractLineInternalAttributes>
<!--Optional:-->
<con:ContractId>100000011</con:ContractId>
<!--Optional:-->
<con:ContractLineId>100000022</con:ContractLineId>
<!--Optional:-->
<con:MajorVersion>1</con:MajorVersion>
<!--Optional:-->
.......
The response(Example)
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Header/>
<env:Body>
<env:Fault>
<faultcode>env:Server</faultcode>
<faultstring>JBO-25020: View row with key oracle.jbo.Key100000011
100000022 1 is not found in ContractLineInternalAttributes.</faultstring>
<detail>
<tns:ServiceErrorMessage xmlns:tns="http://xmlns.oracle.com/adf/svc/errors/"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<tns:code>25020</tns:code>
<tns:message>JBO-25020: View row with key oracle.jbo.Key100000011
100000022 1 is not found in ContractLineInternalAttributes.</tns:message>
<tns:severity>SEVERITY_ERROR</tns:severity>
.....
BUSINESS IMPACT
-----------------------
Not able to update line attributes for interproject Contract
Changes
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 |
Changes |
Cause |
Solution |
References |