OAF page development steps
In this post , We will be discussed about OAF Page Development Steps. I will share all the steps one by one which we need to follow , if we are creating any OAF page. OAF page development steps depend upon which type of operations you want to perform in that OAF page. Here below is the OAF page development steps shared for different types of OAF Page.
Scenario 1:-
If you want to Run the OAF page and don't want to do any thing the OAF page then you need to follow these below OAF page development steps
1.Create Workspace.
2.Create Project
3.Create Application Module.
4.Create OAF Page.
5.Attach Application Module (AM) to the OAF Page.
Scenario 2:-
If you to display some information's in the OAF Page or we can say to create the View Only OAF page then you need to follow these below steps.
1.Create Workspace.
2.Create Project
3.Create Application Module (AM)
4.Create View Object(VO)
5.Attach View Object (VO) to the Application Module (AM)
4.Create OAF Page.
5.Attach Application Module (AM) to the OAF Page.
Scenario 3:-
If you to display and Insert some information's from the OAF page then you need to follow these below steps.
1.Create Workspace.
2.Create Project
3.Create Application Module (AM)
4.Create Entity Object (EO)
5.Create View Object(VO) based on the Entity Object (EO)
5.Attach View Object (VO) to the Application Module (AM)
4.Create OAF Page.
5.Attach Application Module (AM) to the OAF Page.
Here below is the OAF page development steps
This post is Divided in two posts.Here below is the URL of both these two posts.
Part1:- https://rpforacle.blogspot.in/2013/03/in-this-i-am-going-to-create-data-entry.html
Part2:- https://rpforacle.blogspot.com/2018/01/part2-creating-data-entry-page-in-oaf.html
1.First we will create table on which we insert Data.
Part1:- https://rpforacle.blogspot.in/2013/03/in-this-i-am-going-to-create-data-entry.html
Part2:- https://rpforacle.blogspot.com/2018/01/part2-creating-data-entry-page-in-oaf.html
1.First we will create table on which we insert Data.
Create a new workspace name "RohitDataEntryOaf".
Right Click on "Applications".Click on "NewOAWorkspace".
Enter the name of Workspace="RohitDataEntryOaf".Click Ok.
Right Click on "Applications".Click on "NewOAWorkspace".
Enter the name of Workspace="RohitDataEntryOaf".Click Ok.
Project wizard will open click next.
Enter the name of the Project="RohitDataEntryOaf".
Default Package= "rohit.oracle.apps.fnd.RohitDataEntryOaf"
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.
Enter the RunTime connection .Enter the E-business Suit Application User Name and Password.(already explained in the JDev installation).
Workspace and project has been created.
If we have to insert data we have to use EO.
TO create Entity Object(EO).
Right Click on the project "RohitDataEntryOaf".Click New
Workspace and project has been created.
If we have to insert data we have to use EO.
TO create Entity Object(EO).
Right Click on the project "RohitDataEntryOaf".Click New
Enter the Entity Object name="SupplierEntryEO"
Defualt Package="rohit.oracle.apps.fnd.RohitDataEntryOaf.server"
Schema Object = XX_SUPPLIER_MASTER //Your Table Name.
we create "Entity Object" under the "Server" directory of the project as OAF Standard.
Click Next.
Defualt Package="rohit.oracle.apps.fnd.RohitDataEntryOaf.server"
Schema Object = XX_SUPPLIER_MASTER //Your Table Name.
we create "Entity Object" under the "Server" directory of the project as OAF Standard.
Click Next.
EO has been create as below.
Now we create a View Object(VO) which is based on Entity Object(EO).
Right Click on the project "RohitDataEntryOaf".Click New
Right Click on the project "RohitDataEntryOaf".Click New
Enter the View Object name="SupplierEntryVO"
Defualt Package="rohit.oracle.apps.fnd.RohitDataEntryOaf.server"
we create "View Object" under the "Server" directory of the project as OAF Standard.
Click Next.
Defualt Package="rohit.oracle.apps.fnd.RohitDataEntryOaf.server"
we create "View Object" under the "Server" directory of the project as OAF Standard.
Click Next.
Select the "SupplierEntryEO" in the left hand side and then shuttle this to the right and then click Next.
Click Next and then Finish.
View Object has created as below.
Now we create "Application Module".
Right Click on the project "RohitDataEntryOaf".Click New
Right Click on the project "RohitDataEntryOaf".Click New
Application Module wizard has open as below click next
Enter the Application Module name="RohitDataEntryAM"
Defualt Package="rohit.oracle.apps.fnd.RohitDataEntryOaf.server"
we create "Application module" under the "Server" directory of the project as OAF Standard.
Click next and then finish.
Enter the Application Module name="RohitDataEntryAM"
Defualt Package="rohit.oracle.apps.fnd.RohitDataEntryOaf.server"
we create "Application module" under the "Server" directory of the project as OAF Standard.
Click next and then finish.
.
Select the "SupplierEntryVO" in the left hand side and then shuttle this to the right and then click next and then finish.
Select the "SupplierEntryVO" in the left hand side and then shuttle this to the right and then click next and then finish.
Application Module has created as Below.
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.com/2018/01/part2-creating-data-entry-page-in-oaf.html
0 comments:
Post a Comment