To deploy OAF pages to the server, one must copy files to the Java directory, compile Java files, import XML files using the XMLImporter tool while specifying connection details, optionally print documents to check content, create a form function with the "SSWA jsp function" property linking to the XML page, add the function to a menu, and add the menu to a responsibility.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
175 views
Deploy OAF Pages Into Server
To deploy OAF pages to the server, one must copy files to the Java directory, compile Java files, import XML files using the XMLImporter tool while specifying connection details, optionally print documents to check content, create a form function with the "SSWA jsp function" property linking to the XML page, add the function to a menu, and add the menu to a responsibility.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3
Deploy OAF pages into Server
1. Copy all files from local machine to appropriate $JAVA_TOP directory
2. Compile all java files (Controller Files) with command javac <file_name>.java 3, Call java importer to import all xml files java oracle.jrad.tools.xml.importer.XMLImporter $JAVA_TOP/mokshith/oracle/apps/fnd/webui/HelloWorldPG.xml -username apps -password apps - dbconnection "(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST= <name of HOST>)(PORT=<port_number>))(CONNECT_DATA=(SID=<SID_NAME>)))" -rootdir $JAVA_TOP 4. Print Documents to check imported XML page content (Optional) jdr_utils.printDocument('/mokshith/oracle/apps/fnd/webui/HelloWorldPG',1000)
Example DECLARE BEGIN jdr_utils.printDocument('/mokshith/oracle/apps/fnd/webui/HelloWorldPG',1000); EXCEPTION WHEN OTHERS THEN DBMS_OUTPUT.PUT_LINE(SQLERRM); END; 5. Create form function with property "SSWA jsp function" and webhtml "OA.jsp?page=/mokshith/oracle/apps/fnd/webui/HelloWorldPG"
PowerShell SysAdmin Crash Course: Unlock the Full Potential of PowerShell with Advanced Techniques, Automation, Configuration Management and Integration