How to migrate oaf page in Oracle Apps
In this post , I will share all the steps to migrate OAF Page in Oracle Apps. When you have developed the OAF page in J-developer then after that , you have to move all the files related to that OAF page in application server under Java_Top. Related Files of OAF page could be (Application Module of the Page , VO of the OAF Page , CO of the OAF Page and EO of the Page).
We need to move all the files of the OAF page under Java_Top of the Server. Once all the Files moved to Java_Top then we register the Page , Controller and Java files in the application through JPX importer script.
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
0 comments:
Post a Comment