OAF Extends View Object. Set method for attribute \"JobId\" in OffersAM.IrcOfferAssignmentVO could n
Hello!
I extends oracle.apps.irc.offers.server.IrcOfferAssignmentVO (new name XXIrcOfferAssignmentVO). I added attribute:
.........
<ViewAttribute
Name="XXJobName"
IsUpdateable="false"
EntityAttrName="JobInformation14"
EntityUsage="job"
AliasName="JOB_INFORMATION14" >
</ViewAttribute>
..............
On Page /oracle/apps/irc/offers/webui/OfferNevBasisDetsPG error occurred: Job Id - Set method for attribute \"JobId\" in OffersAM.IrcOfferAssignmentVO could not be resolved
Help me, please. What should I do?