Error When Creating Item Structure via Web Service: JBO-27008: Attribute PrimaryUOMValue In View Object PendingStructureHeaderEO_PendingComponent_Struct
(Doc ID 2266480.1)
Last updated on MARCH 22, 2021
Applies to:
Oracle Fusion Product Hub Cloud Service - Version 11.12.1.0.0 and laterInformation in this document applies to any platform.
Symptoms
On Fusion Product Hub: Version 11.12.1.0.0
When trying to create an Item Structure using the createStructure Operation with the Item Structure Version 2 Service, the following error occurs.
ERROR
-----------------------
JBO-27008: Attribute PrimaryUOMValue in view object PendingStructureHeaderEO_PendingComponent_StructureVOToComponentVO_ComponentVO cannot be set
STEPS
-----------------------
The issue can be reproduced at will with the following steps:
1. Open SOAP UI
2. Create a New SOAP Project
3. Provide the Project Name and associated WSDL
4. Open the createStructure Operation
5. Provide the following payload and submit:
<typ:createStructure>
<typ:structure>
<str:OrganizationCode>DOOCSPS1</str:OrganizationCode>
<str:ItemNumber>JG_SS002</str:ItemNumber>
<str:StructureName>Primary</str:StructureName>
<str:Description>Structure Created from WS</str:Description>
<str:EffectivityControlValue>Date</str:EffectivityControlValue>
<str:Component>
<str:ComponentItemNumber>JG_SS003</str:ComponentItemNumber>
<str:ItemSequenceNumber>10</str:ItemSequenceNumber>
<str:Quantity unitCode="zzy">5</str:Quantity>
<str:Yield>1</str:Yield>
<str:PrimaryUOMCodeValue>EA</str:PrimaryUOMCodeValue>
</str:Component>
</typ:structure>
</typ:createStructure>
6. Payload Fails with the following error: JBO-27008: Attribute PrimaryUOMValue in view object PendingStructureHeaderEO_PendingComponent_StructureVOToComponentVO_ComponentVO cannot be set
BUSINESS IMPACT
-----------------------
The issue has the following business impact:
Due to this issue, users cannot create structure using webserivce
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 |