{"id":4374,"date":"2014-01-03T20:39:27","date_gmt":"2014-01-03T15:09:27","guid":{"rendered":"http:\/\/erpschools.com\/?p=4374"},"modified":"2014-01-03T20:39:27","modified_gmt":"2014-01-03T15:09:27","slug":"register-oaf-page-in-oracle-applications","status":"publish","type":"post","link":"https:\/\/erpschools.com\/erps\/articles\/register-oaf-page-in-oracle-applications","title":{"rendered":"Register OAF Page in Oracle Applications"},"content":{"rendered":"<p><span style=\"text-decoration: underline;\">Register OAF page in Oracle Applications<\/span><\/p>\n<p>We have already seen in our earlier articles\u00a0about how to configure the OAF and steps to build Hello World page using OAF. In this Tutorial we are going to see how to attach a Hello World Page to Oracle E-Bussiness Suite.<br \/>\n1. Move OAF files to Oracle Apps Server<br \/>\n2. Register the OAF page to Oracle E-Business suite<\/p>\n<p><span style=\"text-decoration: underline;\">Step: 1<\/span> Follow below steps to move OAF project files into Oracle Apps server.<br \/>\n1. Find the server path where exactly to place the OAF project files into Oracle Applications server<\/p>\n<p>I. Login to Putty<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-4375\" alt=\"RegisterOAF1\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/RegisterOAF1.png\" width=\"631\" height=\"114\" \/><\/p>\n<p>II. Execute cd $JAVA_TOP command to go to the JAVA TOP directory<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-4376\" alt=\"RegisterOAF2\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/RegisterOAF2.png\" width=\"627\" height=\"158\" \/><\/p>\n<p>III. Now execute pwdcommand to get the path where exactly the JAVA TOP is located in your sever.<br \/>\nexample: \/home\/apps\/apps\/apps_st\/comn\/java\/classes<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-4377\" alt=\"RegisterOAF3\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/RegisterOAF3.png\" width=\"624\" height=\"173\" \/><\/p>\n<p>2. Copy OAF Project Files into Oracle APPS Server<br \/>\nIV. Login to SecureFX or Winscpand go to the JAVA_TOP directory<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-4378\" alt=\"RegisterOAF4\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/RegisterOAF4.png\" width=\"627\" height=\"413\" \/><\/p>\n<p>V. Copy all the classfiles from local machine to appropriate $JAVA_TOP directory using SecureFX. On project compilation in jDeveloper, the class files along with xml files are generated in Myclasses folder (D:OAFjdevhomejdevmyclasses) in local machine.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-4379\" alt=\"RegisterOAF5\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/RegisterOAF5.png\" width=\"628\" height=\"315\" \/><\/p>\n<p>3. Run Import Script<\/p>\n<p>VI. Switch to Putty window<\/p>\n<p>VII. Run the below import scripts for each and every Page and External Regions to redirect them to MDS(Meta Data Service) directory.<\/p>\n<p>javaoracle.jrad.tools.xml.importer.XMLImporter $JAVA_TOP\/xxhw\/oracle\/apps\/fnd\/helloworld\/webui\/HelloWorldPG.xml -username apps -password password -rootdir $JAVA_TOP -dbconnection &#8220;(DESCRIPTION= (ADDRESS=(PROTOCOL=tcp)(HOST=r12.erpschools.com)(PORT=9376)) (CONNECT_DATA= (SID=VIS)))&#8221;<\/p>\n<p>Step: 2 Register the OAF page to Oracle E-Business suite<\/p>\n<p>1. Login to Oracle Application E-Business Suite. Got to System Administrator responsibility to create function. The below image shows the navigation in System Administrator.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-4380\" alt=\"RegisterOAF6\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/RegisterOAF6.png\" width=\"362\" height=\"537\" \/><\/p>\n<p>2. Function window will get opens. Give the details in each tab as shown below.<\/p>\n<p>Description:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-4381\" alt=\"RegisterOAF7\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/RegisterOAF7.png\" width=\"606\" height=\"310\" \/><\/p>\n<p>Properties:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-4382\" alt=\"RegisterOAF9\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/RegisterOAF9.png\" width=\"605\" height=\"311\" \/><\/p>\n<p>Web HTML:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-4383\" alt=\"RegisterOAF10\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/RegisterOAF10.png\" width=\"605\" height=\"310\" \/><\/p>\n<p>Save it.<br \/>\n3. Navigate to create menu. Application -&gt; Menu<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-4384\" alt=\"RegisterOAF11\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/RegisterOAF11.png\" width=\"605\" height=\"287\" \/><\/p>\n<p>Give Menu name and function name. Design the menu structure according to the Oracle Applications.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-4385\" alt=\"RegisterOAF12\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/RegisterOAF12.png\" width=\"605\" height=\"348\" \/><\/p>\n<p>4. Create a responsibility and add menu to responsibility, the below shows the responsibility navigation in System Administration.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-4386\" alt=\"RegisterOAF13\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/RegisterOAF13.png\" width=\"605\" height=\"324\" \/><\/p>\n<p>5. Now assign the menu to Responsibility as shown in the below image<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-4387\" alt=\"RegisterOAF14\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/RegisterOAF14.png\" width=\"605\" height=\"406\" \/><\/p>\n<p>6. Attach Responsibility to the User .<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-4388\" alt=\"RegisterOAF15\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/RegisterOAF15.png\" width=\"605\" height=\"396\" \/><\/p>\n<p>Now Bounce the server to reflect the changes.<\/p>\n<p>The below image shows the example navigation of responsibility which we attached to E-business suite<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-4389\" alt=\"RegisterOAF16\" src=\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/RegisterOAF16.png\" width=\"368\" height=\"535\" \/><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Register OAF page in Oracle Applications We have already seen in our earlier articles\u00a0about how to configure the OAF and steps to build Hello World page using OAF. In this Tutorial we are going to see how to attach a Hello World Page to Oracle E-Bussiness Suite. 1. Move OAF files to Oracle Apps Server [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3,111],"tags":[169,170],"class_list":["post-4374","post","type-post","status-publish","format-standard","hentry","category-articles","category-oracle-application-framework-articles","tag-oracle-application","tag-register-oaf-page"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Register OAF Page in Oracle Applications<\/title>\n<meta name=\"description\" content=\"Register OAF Page in Oracle Applications\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/erpschools.com\/erps\/articles\/register-oaf-page-in-oracle-applications\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Renuka\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/erpschools.com\/erps\/articles\/register-oaf-page-in-oracle-applications#article\",\"isPartOf\":{\"@id\":\"https:\/\/erpschools.com\/erps\/articles\/register-oaf-page-in-oracle-applications\"},\"author\":{\"name\":\"Renuka\",\"@id\":\"https:\/\/erpschools.com\/erps\/#\/schema\/person\/cbade316c91d3f36ba5339e274c76249\"},\"headline\":\"Register OAF Page in Oracle Applications\",\"datePublished\":\"2014-01-03T15:09:27+00:00\",\"dateModified\":\"2014-01-03T15:09:27+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/erpschools.com\/erps\/articles\/register-oaf-page-in-oracle-applications\"},\"wordCount\":399,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\/\/erpschools.com\/erps\/#organization\"},\"image\":{\"@id\":\"https:\/\/erpschools.com\/erps\/articles\/register-oaf-page-in-oracle-applications#primaryimage\"},\"thumbnailUrl\":\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/RegisterOAF1.png\",\"keywords\":[\"Oracle Application\",\"Register OAF Page\"],\"articleSection\":[\"Articles\",\"OAF\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/erpschools.com\/erps\/articles\/register-oaf-page-in-oracle-applications#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/erpschools.com\/erps\/articles\/register-oaf-page-in-oracle-applications\",\"url\":\"https:\/\/erpschools.com\/erps\/articles\/register-oaf-page-in-oracle-applications\",\"name\":\"Register OAF Page in Oracle Applications\",\"isPartOf\":{\"@id\":\"https:\/\/erpschools.com\/erps\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/erpschools.com\/erps\/articles\/register-oaf-page-in-oracle-applications#primaryimage\"},\"image\":{\"@id\":\"https:\/\/erpschools.com\/erps\/articles\/register-oaf-page-in-oracle-applications#primaryimage\"},\"thumbnailUrl\":\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/RegisterOAF1.png\",\"datePublished\":\"2014-01-03T15:09:27+00:00\",\"dateModified\":\"2014-01-03T15:09:27+00:00\",\"description\":\"Register OAF Page in Oracle Applications\",\"breadcrumb\":{\"@id\":\"https:\/\/erpschools.com\/erps\/articles\/register-oaf-page-in-oracle-applications#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/erpschools.com\/erps\/articles\/register-oaf-page-in-oracle-applications\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/erpschools.com\/erps\/articles\/register-oaf-page-in-oracle-applications#primaryimage\",\"url\":\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/RegisterOAF1.png\",\"contentUrl\":\"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/RegisterOAF1.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/erpschools.com\/erps\/articles\/register-oaf-page-in-oracle-applications#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/erpschools.com\/erps\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Register OAF Page in Oracle Applications\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/erpschools.com\/erps\/#website\",\"url\":\"https:\/\/erpschools.com\/erps\/\",\"name\":\"erpSchools\",\"description\":\"Oracle Apps\",\"publisher\":{\"@id\":\"https:\/\/erpschools.com\/erps\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/erpschools.com\/erps\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/erpschools.com\/erps\/#organization\",\"name\":\"erpSchools\",\"url\":\"https:\/\/erpschools.com\/erps\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/erpschools.com\/erps\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/erps_logo7.png\",\"contentUrl\":\"https:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/erps_logo7.png\",\"width\":250,\"height\":60,\"caption\":\"erpSchools\"},\"image\":{\"@id\":\"https:\/\/erpschools.com\/erps\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"http:\/\/facebook.com\/erpschools\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/erpschools.com\/erps\/#\/schema\/person\/cbade316c91d3f36ba5339e274c76249\",\"name\":\"Renuka\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/erpschools.com\/erps\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/cce370e0af70415e6928d71fa62e268258b9b5de89d5d65e0d14c63abd3cad0c?s=96&d=blank&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/cce370e0af70415e6928d71fa62e268258b9b5de89d5d65e0d14c63abd3cad0c?s=96&d=blank&r=g\",\"caption\":\"Renuka\"},\"url\":\"https:\/\/erpschools.com\/erps\/author\/renuka\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Register OAF Page in Oracle Applications","description":"Register OAF Page in Oracle Applications","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/erpschools.com\/erps\/articles\/register-oaf-page-in-oracle-applications","twitter_misc":{"Written by":"Renuka","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/erpschools.com\/erps\/articles\/register-oaf-page-in-oracle-applications#article","isPartOf":{"@id":"https:\/\/erpschools.com\/erps\/articles\/register-oaf-page-in-oracle-applications"},"author":{"name":"Renuka","@id":"https:\/\/erpschools.com\/erps\/#\/schema\/person\/cbade316c91d3f36ba5339e274c76249"},"headline":"Register OAF Page in Oracle Applications","datePublished":"2014-01-03T15:09:27+00:00","dateModified":"2014-01-03T15:09:27+00:00","mainEntityOfPage":{"@id":"https:\/\/erpschools.com\/erps\/articles\/register-oaf-page-in-oracle-applications"},"wordCount":399,"commentCount":1,"publisher":{"@id":"https:\/\/erpschools.com\/erps\/#organization"},"image":{"@id":"https:\/\/erpschools.com\/erps\/articles\/register-oaf-page-in-oracle-applications#primaryimage"},"thumbnailUrl":"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/RegisterOAF1.png","keywords":["Oracle Application","Register OAF Page"],"articleSection":["Articles","OAF"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/erpschools.com\/erps\/articles\/register-oaf-page-in-oracle-applications#respond"]}]},{"@type":"WebPage","@id":"https:\/\/erpschools.com\/erps\/articles\/register-oaf-page-in-oracle-applications","url":"https:\/\/erpschools.com\/erps\/articles\/register-oaf-page-in-oracle-applications","name":"Register OAF Page in Oracle Applications","isPartOf":{"@id":"https:\/\/erpschools.com\/erps\/#website"},"primaryImageOfPage":{"@id":"https:\/\/erpschools.com\/erps\/articles\/register-oaf-page-in-oracle-applications#primaryimage"},"image":{"@id":"https:\/\/erpschools.com\/erps\/articles\/register-oaf-page-in-oracle-applications#primaryimage"},"thumbnailUrl":"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/RegisterOAF1.png","datePublished":"2014-01-03T15:09:27+00:00","dateModified":"2014-01-03T15:09:27+00:00","description":"Register OAF Page in Oracle Applications","breadcrumb":{"@id":"https:\/\/erpschools.com\/erps\/articles\/register-oaf-page-in-oracle-applications#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/erpschools.com\/erps\/articles\/register-oaf-page-in-oracle-applications"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/erpschools.com\/erps\/articles\/register-oaf-page-in-oracle-applications#primaryimage","url":"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/RegisterOAF1.png","contentUrl":"http:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/RegisterOAF1.png"},{"@type":"BreadcrumbList","@id":"https:\/\/erpschools.com\/erps\/articles\/register-oaf-page-in-oracle-applications#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/erpschools.com\/erps"},{"@type":"ListItem","position":2,"name":"Register OAF Page in Oracle Applications"}]},{"@type":"WebSite","@id":"https:\/\/erpschools.com\/erps\/#website","url":"https:\/\/erpschools.com\/erps\/","name":"erpSchools","description":"Oracle Apps","publisher":{"@id":"https:\/\/erpschools.com\/erps\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/erpschools.com\/erps\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/erpschools.com\/erps\/#organization","name":"erpSchools","url":"https:\/\/erpschools.com\/erps\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/erpschools.com\/erps\/#\/schema\/logo\/image\/","url":"https:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/erps_logo7.png","contentUrl":"https:\/\/erpschools.com\/erps\/wp-content\/uploads\/img\/erps_logo7.png","width":250,"height":60,"caption":"erpSchools"},"image":{"@id":"https:\/\/erpschools.com\/erps\/#\/schema\/logo\/image\/"},"sameAs":["http:\/\/facebook.com\/erpschools"]},{"@type":"Person","@id":"https:\/\/erpschools.com\/erps\/#\/schema\/person\/cbade316c91d3f36ba5339e274c76249","name":"Renuka","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/erpschools.com\/erps\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/cce370e0af70415e6928d71fa62e268258b9b5de89d5d65e0d14c63abd3cad0c?s=96&d=blank&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/cce370e0af70415e6928d71fa62e268258b9b5de89d5d65e0d14c63abd3cad0c?s=96&d=blank&r=g","caption":"Renuka"},"url":"https:\/\/erpschools.com\/erps\/author\/renuka"}]}},"_links":{"self":[{"href":"https:\/\/erpschools.com\/erps\/wp-json\/wp\/v2\/posts\/4374","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/erpschools.com\/erps\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/erpschools.com\/erps\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/erpschools.com\/erps\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/erpschools.com\/erps\/wp-json\/wp\/v2\/comments?post=4374"}],"version-history":[{"count":0,"href":"https:\/\/erpschools.com\/erps\/wp-json\/wp\/v2\/posts\/4374\/revisions"}],"wp:attachment":[{"href":"https:\/\/erpschools.com\/erps\/wp-json\/wp\/v2\/media?parent=4374"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/erpschools.com\/erps\/wp-json\/wp\/v2\/categories?post=4374"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/erpschools.com\/erps\/wp-json\/wp\/v2\/tags?post=4374"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}