Extending VO object [message #386185] |
Fri, 13 February 2009 01:06 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
sreenu80
Messages: 50 Registered: July 2006 Location: bangalore
|
Member |
![srinivas_ch_05%40yahoo.co.in](/forum/theme/orafaq/images/yahoo.png)
|
|
Hi friends,
I am new to the OA fream work. I want to extend the posthirechvo.xml file. I need to add some conditions to the seaded .xml file.Could you please help me to how to do.What is the process.
thanks
sreenu
|
|
|
Re: Extending VO object [message #387247 is a reply to message #386185] |
Wed, 18 February 2009 08:08 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
pkalgikar
Messages: 6 Registered: January 2009
|
Junior Member |
|
|
Hi,
Please download the proper JDeveloper version. You can extend VO using JDeveloper. Below are the steps:
1. create a buisness component package like "oracle.apps.xy.server"
2. Add the file required( i.e, the VO which you wanto extend) using "Add to project" in the Project tab of JDeveloper.
3. create a custom business component like "zzz.oracle.apps.xy.server"
4. right click that bc4j package then click on "new view object".
5. Browse the existing VO in the "extends".
In the query region do have your changes done.
6. Compile in the jdeveloper place the file appropriately.
7. Run the jpx import command.
8. Bounce the server.
Hope this helped you. Also please go through the tutorials provided.
Thanks
Padmaja
|
|
|