Creating a Hello World Page in OAF
Hi friends, we are going to discuss about how we can create a Hello World Page in OAF. We will share the detail steps to create the simple Hello World Page in OAF. In OAF , if we have to create a page , then we need to create the multiple OAF objects and these objects helps to make the oaf page in oracle apps. To create a hello world page , we need to first create some of the OAF page objects and then we can create the hello world page in oaf. Hello world page is quite simple in oaf as we don't put much other insert / update operations in that page. Here below we are trying to share the complete details about Creating a Hello World Page in OAF.
Complete Tax Setups in Oracle Fusion
This post is quite long so for that reason I will split this post in two parts. Here below is the URL of both these two posts.
Part1:- https://rpforacle.blogspot.in/2013/03/blog-post_10.html
Part2:- https://rpforacle.blogspot.in/2018/01/pop-list-list-item-in-oaf-age.html
Step by Step to Create a Hello World Page in OAF
1.Create a new workspace name "RohitHelloWorldPage".Right Click on "Applications".Click on "NewOAWorkspace".
![]() |
| Creating a Hello World Page in OAF |
Enter the name of Workspace="RohitHelloWorldPage".Click Ok.
![]() |
| Creating a Hello World Page in OAF |
Project wizard will open as below click next.
![]() |
| Creating a Hello World Page in OAF |
Enter the name of the Project="RohitHelloWorldPage".
Default Package= "rohit.oracle.apps.fnd.RohitHelloWorldPage"
Package determines the directory where the java class files and other files related to this project strored.
In this directory oracle.apps.fnd must be required."fnd" is the oracle application shortname you can use other applications like "ak" in this.
![]() |
| Creating a Hello World Page in OAF |
Enter the Run Time connection details as below.Enter the E-business Suit Application User Name and Password.(already explained in the JDev installation)
![]() |
| Creating a Hello World Page in OAF |
Workspace and project has been created as below.
![]() |
| Creating a Hello World Page in OAF |
Right Click on the project "RohitHelloWorldPage".Click New
![]() |
| Creating a Hello World Page in OAF |
![]() |
| Creating a Hello World Page in OAF |
Click on Application Module and then OK.
![]() |
| Creating a Hello World Page in OAF |
Application Module wizard has open as below click next
![]() |
| Creating a Hello World Page in OAF |
Enter the Application Module name="RohitHelloWorldPageAM"
Defualt Package="rohit.oracle.apps.fnd.RohitHelloWorldPage.server"
we create "Application module" under the "Server" directory of the project as OAF Standard.
Click next and then finish.
![]() |
| Creating a Hello World Page in OAF |
Application Module has created as below
![]() |
| Creating a Hello World Page in OAF |
Right Click on the Project "RohitHelloWorldPage".Click New.
![]() |
| Creating a Hello World Page in OAF |
Click on the Page.Click on ok Button
![]() |
| Creating a Hello World Page in OAF |
Enter the Page Name="RohitHelloWorldPagePG"
Default Package="rohit.oracle.apps.fnd.RohitHelloWorldPage.webui"
we create the page under the webui under the project directory.
![]() |
| Creating a Hello World Page in OAF |
Due to the Length of this post I have split this post in two parts Please find the Second part here Below.
Part2:- https://rpforacle.blogspot.in/2018/01/pop-list-list-item-in-oaf-age.html
If you Want to Learn Oracle Fusion , Please Follow the Oracle Fusion Tutorial
Creating a Hello World Page in OAF














