OAF Compilation commands
************************* * Compiling .JAVA file * ************************* >javac *.java --> The above command compiles all java files present in a folder. NOTE: 1) .java files present in each and every folder need to be compiled. 2) .java file when compiled provides corresponding .class file ***************** *Destination URI* ***************** OA.jsp?page=/Xxcust/oracle/apps/ar/ListOfVal/Dependent/webui/dependentPG&OrderNumber={@OrderNumber}&retainAM=Y OA.jsp?page=/Xxcust/oracle/apps/ar/DetailAndDML/detail/webui/carDetailPG&carMakeparam={@Carmake}&carModelparam={@Carmodel}&carverparam={@CarVer}&retainAM=Y ************************** * FOR PAGES (OR) REGIONS * ************************** import command to be run in putty: java oracle.jrad.tools.xml.importer.XMLImporter $JAVA_TOP/xxhw/oracle/apps/fnd/helloworld/webui/HelloWorldPG.xml -username apps -password password -rootdir $JAVA_TOP -dbconnection “(DESCRIPTION= (ADDRESS=...