Home » Developer & Programmer » JDeveloper, Java & XML » Problem in Extending VO in Jdev10g-View links (Oracle apps R12)
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
Previous Topic: Problem to load XML file into table
Next Topic: how to write a Persian string in Jtextfield
Goto Forum:
  


Current Time: Fri Apr 19 05:50:23 CDT 2024