Oracle applications - Surendranath Subramani: Oracle EBS: iprocurement - Attribute set for SelectFlag in view object ReceiveReqItemsVO failed

Friday, July 7, 2017

Oracle EBS: iprocurement - Attribute set for SelectFlag in view object ReceiveReqItemsVO failed

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

5 comments:

  1. as mentioned above -> Edit your extended VO and modify attributes to updatable ,
    after that issue resolved?

    ReplyDelete
    Replies
    1. Thanks for replied its works but one more error i got as below

      oracle.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.

      Delete
    2. Issue resolved :) i just update the BindingStyle="OracleName" to BindingStyle="Oracle" it works.

      Delete
  2. attribute is added in the xxvo.xml, so how to add this column so i can override it?

    ReplyDelete