Problem in Extending VO in Jdev10g-View links [message #436774] |
Mon, 28 December 2009 04:02 |
parag_narkhede
Messages: 110 Registered: January 2008 Location: Pune
|
Senior Member |
|
|
Hello all,
I want to extend one VO in Jdev10g. This VO is used by one report. I have done extending VO in 9iJdev last time.
But in this case when I am extending VO, the new VO.xml doesnt contains some code which standard VO have.
Example: In standard VO.xml, following code is present.
<ViewLinkAccessor Name="LinesVO" ViewLink="oracle.apps.ont.print.blanket.server.HdrLinesVL" Type="oracle.jbo.RowIterator" IsUpdateable="false">
</ViewLinkAccessor>
<ViewLinkAccessor Name="HdrBillToAddressVO" ViewLink="oracle.apps.ont.print.blanket.server.HdrBillToVL" Type="oracle.jbo.RowIterator" IsUpdateable="false">
</ViewLinkAccessor>
<ViewLinkAccessor Name="HdrShipToAddressVO" ViewLink="oracle.apps.ont.print.blanket.server.HdrShipToVL" Type="oracle.jbo.RowIterator" IsUpdateable="false">
</ViewLinkAccessor>
But in my extended VO this code is not coming. This code is for the View links, I guess. I think, my VO is linked with these VOs using View Link.
Please tell me how can I extend such a VO which is linked to some other VOs?
Regards,
Parag
|
|
|