OM Extension Error to set line level EFF value
Summary:
Hello All,
Getting the below error while setting the line level EFF values using OM extension.
An error occurred when running extension Test Extension, during event On Save: oracle.jbo.JboException: JBO-29000: Unexpected exception caught: org.codehaus.groovy.runtime.InvokerInvocationException, msg=groovy.lang.MissingMethodException: No signature of method: oracle.apps.scm.doo.orchInfra.protectedModel.extensionsFwk.RowImpl.settAttribute() is applicable for argument types: (String, String) values: [allocationnodefirstlevel, CK] Possible solutions: setAttribute(java.lang.String, java.lang.Object), getAttribute(java.lang.String) RootCause Exception message : groovy.lang.MissingMethodException: No signature of method: oracle.apps.scm.doo.orchInfra.protectedModel.extensionsFwk.RowImpl.settAttribute() is applicable for argument types: (String, String) values: [allocationnodefirstlevel, CK] Possible solutions: setAttribute(java.lang.String, java.lang.Object), getAttribute(java.lang.String) Call Stack: org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:106) groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:323) groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1217) groovy.lang.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:1128) groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1041) groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:819) groovy.lang.GroovyObjectSupport.invokeMethod(GroovyObjectSupport.java:44) groovy.lang.Script.invokeMethod(Script.java:97)