الثلاثاء، 7 أبريل 2020

Run Standard Oracle Apps Page in JDeveloper



Objective: Run Non-Catalog Request Page(iProcurement) in JDeveloper.
Step1: Open Technology Components in ‘About Page’ in the application Please note the product version and download the relevant OAF patch from Oracle support.
2
Step2: Complete the initial setups (JDEV_USER_HOME, DBC, Create OA Workspace and OA Project, Database Connection and Runtime Connection)
Step3: Download the class files from the application server. For example, in our case, the folder named ICX. Copy it to ’myclasses\oracle\apps’ folder in local machine as below.
3
Step4: Copy the Page and Region XMLs(which you would like to run from JDeveloper to ‘myprojects\oracle\apps’ as below.
4
Step5: Try running the intended page (NonCatalogRequestPG) from the JDeveloper. You may face error if there are some dependent files required to run this page. In this case, I ended up downloading a few more folders before I could run the page successfully.
Step6: Next, I had to substitute PoLinesMergeVO. For this, we need to copy PoLinesMergeVO.xml from ‘myclasses’ to ‘myprojects’. I could then do a VO substitution in my local JDeveloper before moving it to the server.

ليست هناك تعليقات:

إرسال تعليق

ADF: Programmatic View Object Using Ref Cursor.

ADF: Programmatic View Object Using Ref Cursor. Posted by:  Manish Pandey   April 25, 2013   in  ADF   Leave a comment   3758 Views Sometime...