How to Create the LOV in OAF Page
Hi friends, we are going to discuss about , how we can create LOV in OAF page. We will share the detail steps with complete screen shots to create the LOV in OAF Page. LOV means List of value . If we want to create the List of Value field in Custom OAF Page or we want to assign the custom LOV to the standard OAF Page field then we must need to create the LOV in OAF Page. To create one LOV in OAF , we need to go through many steps and we need to create many OAF objects too. In this post , We will share the steps to create each objects step by steps which helps to create LOV in OAF Page. Please find below the Complete Detail About Creating LOV in OAF Page
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.com/2013/03/creating-lov-in-oaf-page.html
Part2:- https://rpforacle.blogspot.com/2013/03/part2-creating-lov-in-oaf-page.html
Part1:- https://rpforacle.blogspot.com/2013/03/creating-lov-in-oaf-page.html
Part2:- https://rpforacle.blogspot.com/2013/03/part2-creating-lov-in-oaf-page.html
Step by Step to Create LOV in OAF Page
Step 1:- First We need to create the Workspace.
Workspace Name ="RohitLovCreation".
Right Click on 'Applications'. Click on 'NewOAWorkspace'
Creating LOV in OAF Page |
Enter the name of Workspace="RohitLovCreation".Click Ok.
Creating LOV in OAF Page |
Project wizard will open as below click next.
Creating LOV in OAF Page |
Step 3:0 Enter the name of the Project="RohitLovCreation".
Default Package= "rohit.oracle.apps.fnd.RohitLovCreation"
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.
How to Create the LOV in OAF Page |
Step 5:-
Enter the RunTime connection details as below.Enter the E-business Suit
Application User Name and Password.(already explained in the JDev
installation)
Workspace and project has been created as below.
How to Create the LOV in OAF Page |
Step 6:- Now we will create a page on which we will create our LOv feild.
Right Click on Project "RohitLovCreation".
How to Create the LOV in OAF Page |
Click on Page and then ok.
How to Create the LOV in OAF Page |
Enter the Page Name="RohitLovCreationPG"
Default Package="rohit.oracle.apps.fnd.RohitLovCreation.webui"
we create the page under the webui under the project directory.
How to Create the LOV in OAF Page |
Change the name of the Region1 with "PageLayoutRN".
In OAF to run the page we need to create OAF Page.Without Application Module we cannot run the OAf Page.
Right Click on the Project "RohitLovCreation".Click New.
How to Create the LOV in OAF Page |
Application Module wizard has open as below click next
How to Create the LOV in OAF Page |
Enter the Application Module name="RohitLovCreationAM"
Defualt Package="rohit.oracle.apps.fnd.RohitLovCreation.server"
we create "Application module" under the "Server" directory of the project as OAF Standard.
Click next and then finish.
How to Create the LOV in OAF Page |
Click Next and then Finish.
Application Module has created.
To Show Supplier Lov We need to create the Supplier View Object(VO).
Right Click on the Project "RohitLovCreation".Click New.
How to Create the LOV in OAF Page |
Step 11:- View Object Name=SupplierVO
Defualt Package="rohit.oracle.apps.RohitLovCreation.lov.server"
This VO is for LOV so to identify easily we we will create another directroy lov under the project directory as above.
How to Create the LOV in OAF Page |
Click Next and go to step 5 as below.
How to Create the LOV in OAF Page |
Step 12:- For LOV We have to create another region.
So to create region Right Click on the Project "RohitLovCreation".Click New.
How to Create the LOV in OAF Page |
Click Region and then OK.
How to Create the LOV in OAF Page |
Region Name="SupplierRG"
Default Package="rohit.oracle.apps.RohitLovCreation.lov.webui"
Style=ListOfValue.
How to Create the LOV in OAF Page |
Region has created.
How to Create the LOV in OAF Page |
Due to the Length of this post I have split this post in two parts Please find the Second part here Below.
2 comments:
Good blog,Very useful article,Thanks for sharing this information.
Big Data and Hadoop Online Training
Good Article, Alots of information provided, Thanks for sharing this information.
Oracle Fusion SCM Online Training
Post a Comment