Webservice: Incentive Compensation Credit Rule - Error When Creating Rule JBO-25030 row key oracle.jbo.Key[null US]
(Doc ID 1525757.1)
Last updated on MAY 22, 2023
Applies to:
Oracle Fusion Incentive Compensation - Version 11.1.11.1.0 and laterOracle Fusion Incentive Compensation Cloud Service - Version 11.1.11.1.0 and later
Information in this document applies to any platform.
Symptoms
When attempting to call webservices to import credit rules,
the following error occurs.
ERROR
JBO-25030: Detail entity RuleTranslationEO with row key oracle.jbo.Key[null US] cannot find or invalidate its owning entity.
oracle.jbo.InvalidOwnerException
STEPS
Populate webservices call with values to load a credit rule.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://xmlns.oracle.com/apps/incentiveCompensation/cn/creditSetup/creditRule/creditRuleService/types/" xmlns:cred="http://xmlns.oracle.com/apps/incentiveCompensation/cn/creditSetup/creditRule/creditRuleService/">
<soapenv:Header/>
<soapenv:Body>
<typ:createRule>
<typ:rule>
<!--Optional:-->
<cred:RuleId></cred:RuleId>
<!--Optional:-->
<cred:ParentRuleId>300000000801001</cred:ParentRuleId>
<!--Optional:-->
<cred:EnabledFlag>True</cred:EnabledFlag>
<!--Optional:-->
<cred:UsageId>-1001</cred:UsageId>
<!--Optional:-->
<cred:OrgId>300000000600344</cred:OrgId>
<!--Optional:-->
<cred:StartDate>2012-10-01</cred:StartDate>
<!--Optional:-->
<cred:EndDate>2012-12-31</cred:EndDate>
<!--Optional:-->
<cred:Name>TestChildNode1</cred:Name>
<!--Optional:-->
<cred:Description>Test credit rule created using soapUI</cred:Description>
<!--Optional:-->
<cred:Rank></cred:Rank>
<!--Optional:-->
<cred:RelativeRank></cred:RelativeRank>
<!--Optional:-->
<cred:AbsoluteRank></cred:AbsoluteRank>
<!--Optional:-->
<cred:NumberAttr></cred:NumberAttr>
<!--Optional:-->
<cred:NumberWinners>1</cred:NumberWinners>
<!--Optional:-->
<cred:AttrRelationProduct></cred:AttrRelationProduct>
<!--Optional:-->
<cred:Attribute1></cred:Attribute1>
<!--Optional:-->
<cred:Attribute10></cred:Attribute10>
<!--Optional:-->
<cred:Attribute11></cred:Attribute11>
<!--Optional:-->
<cred:Attribute12></cred:Attribute12>
<!--Optional:-->
<cred:Attribute13></cred:Attribute13>
<!--Optional:-->
<cred:Attribute14></cred:Attribute14>
<!--Optional:-->
<cred:Attribute15></cred:Attribute15>
<!--Optional:-->
<cred:Attribute2></cred:Attribute2>
<!--Optional:-->
<cred:Attribute3></cred:Attribute3>
<!--Optional:-->
<cred:Attribute4></cred:Attribute4>
<!--Optional:-->
<cred:Attribute5></cred:Attribute5>
<!--Optional:-->
<cred:Attribute6></cred:Attribute6>
<!--Optional:-->
<cred:Attribute7></cred:Attribute7>
<!--Optional:-->
<cred:Attribute8></cred:Attribute8>
<!--Optional:-->
<cred:Attribute9></cred:Attribute9>
<!--Optional:-->
<cred:AttributeCategory></cred:AttributeCategory>
<cred:RuleTranslationAccessor>
<!--Optional:-->
<cred:RuleId></cred:RuleId>
<!--Optional:-->
<cred:Language>US</cred:Language>
<!--Optional:-->
<cred:SourceLanguage>US</cred:SourceLanguage>
<!--Optional:-->
<cred:Name>TestChildNode2</cred:Name>
<!--Optional:-->
<cred:Description>TestChildNode2</cred:Description>
</cred:RuleTranslationAccessor>
</typ:rule>
</typ:createRule>
</soapenv:Body>
</soapenv:Envelope>
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 |