Oracle Version: 12.1.3
Database Version: 11.2.0.4
Date: 07-JUL-2017
Purpose:
Today we will see how to resolve the error message "Attribute set for SelectFlag in view object ReceiveReqItemsVO failed"
After you substitute standard iProcurement VO in the receiving tab you may get the error.
Reason:
SelectFlag translation attribute used in the VO is set to Updatable in the standard VO but when you extended all the attributes will be defaulted to non-updatable.
Edit your extended VO and modify attributes to updatable. That should resolve the problem.
Thanks
Database Version: 11.2.0.4
Date: 07-JUL-2017
Purpose:
Today we will see how to resolve the error message "Attribute set for SelectFlag in view object ReceiveReqItemsVO failed"
After you substitute standard iProcurement VO in the receiving tab you may get the error.
Reason:
SelectFlag translation attribute used in the VO is set to Updatable in the standard VO but when you extended all the attributes will be defaulted to non-updatable.
Edit your extended VO and modify attributes to updatable. That should resolve the problem.
Thanks
as mentioned above -> Edit your extended VO and modify attributes to updatable ,
ReplyDeleteafter that issue resolved?
that's right
DeleteThanks for replied its works but one more error i got as below
Deleteoracle.apps.fnd.framework.OAException: oracle.jbo.SQLStmtException: JBO-27122: SQL error during statement preparation.
can you help me on this if you are aware of that error.
Issue resolved :) i just update the BindingStyle="OracleName" to BindingStyle="Oracle" it works.
Deleteattribute is added in the xxvo.xml, so how to add this column so i can override it?
ReplyDelete