Monday 13 August 2018

OAF page migration steps : How to migrate OAF Page in Oracle Application

OAF page migration steps

We develops OAF pages in JDeveloper outside the application but when the development completes then we need to migrate these OAF pages in to the Oracle Application. To migrate OAF pages in Oracle , we need to go through many steps these we can call OAF page Migrations steps. We need to migrate all the objects of the OAF page in Oracle Application Java_Top like View Object (VO) , Entity Object (EO) , Controller (CO) and then finally migrate the OAF Page. Here below I am sharing the OAF page migration steps in detail with working Examples.
 
 

Detail OAF Page Migration Steps.

 
1. First Migrate all the Entity Object (EO) using in the OAF page to Application Java_Top.
2.Secondly , Migrate all the View Object (VO) using in the OAF page to Application Java_Top.
3.Third , Migrate all the Controller (CO) using in the OAF page to Application Java_Top.
4.At Last , you will migrate your OAF Page XML object in the Java_Top.
 
Here below I am sharing the Refer post , which will help to explain in detail all the concepts of VO and Controller Object Migration and then in the Last , we will do OAF Page migration and then register that page in Oracle Application.
 
Entity Object (EO) and View Object (VO) migration steps in oracle application. Steps to Deploy VO Extension in the OAF page.
 
Controller (CO) migration steps in Oracle application Click here Migration of controller in Oracle application
 
Once my other objects will be migrate in Oracle application then here below I will need to perform these below steps for OAF Page.
 
These are the below steps to migrate oaf page in Oracle Apps.
 
1.Move all the files of the OAF page under Java_Top of the Server
2.Register these file with the JPX Importer Script.
java oracle.jrad.tools.xml.importer.XMLImporter $JAVA_TOP/oracle/apps/xxap/oie/lov/server/XXInvVO.xml -rootdir $JAVA_TOP -username apps -password apps -dbconnection " (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=serer_name)(PORT=10002))(CONNECT_DATA=(SERVICE_NAME=test)))"
 
java oracle.jrad.tools.xml.importer.XMLImporter $JAVA_TOP/oracle/apps/xxap/oie/lov/server/XXInvPG.xml -rootdir $JAVA_TOP -username apps -password apps -dbconnection " (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=serer_name)(PORT=10002))(CONNECT_DATA=(SERVICE_NAME=test)))"
 
 
Registering OAF Pages in Oracle application
Function : OafWorkflowIntegrationRG
User Function Name : OafWorkflowIntegrationRG
Type : SSWA jsp function
OA.jsp?page=/oracle/apps/xxap/OafWorkflowIntegration/webui/XXInvPG



 
OAF page migration steps

 
OAF page migration steps


 
OAF page migration steps
 
 
 
 

0 comments:

Post a Comment

Contact us for any Collaboration, Project Support & On Job Support Work

Name

Email *

Message *