0% found this document useful (0 votes)
164 views

Create POP List in OAF Page

This document provides steps to create a POP list in an OAF page. It involves creating a workspace, project, view object, application module, page, regions and items. The key steps are: 1. Create a workspace and project with default packages 2. Define a view object 3. Create an application module and attach the view object 4. Create an OAF page and attach the application module 5. Add regions to the page including a picklist region populated from the view object 6. Create additional application modules and items as needed for related regions

Uploaded by

miss mounika
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
164 views

Create POP List in OAF Page

This document provides steps to create a POP list in an OAF page. It involves creating a workspace, project, view object, application module, page, regions and items. The key steps are: 1. Create a workspace and project with default packages 2. Define a view object 3. Create an application module and attach the view object 4. Create an OAF page and attach the application module 5. Add regions to the page including a picklist region populated from the view object 6. Create additional application modules and items as needed for related regions

Uploaded by

miss mounika
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 26

Create POP List in OAF Page

Step 1: create new workspace

Enter the name of Workspace="RohitPopList".Click Ok.


Step2 : project directory , file name and default package
Enter the name of the Project="MounikaPopList".
Default Package= "Mounika.oracle.apps.fnd.MounikaPopList"
Step 3: Enter the Run Time connection
Step 4: Enter the view object name = “SupplierlistVO”

Defualt Package="Mounika.oracle.apps.fnd.RohitPopList.server"
Step 5: Click next next and go to step 5 "SQL Statement".

Step 6:- Click Next and the Finish.View Object(VO) has created as below
Step 7:-

Now we create a OAF Page as below

Right Click on the Project "RohitPopList".Click New.

Click on the Page.Click on ok Button

Step 8:-
Enter the Page Name="RohitPopListPG"

Default Package="rohit.oracle.apps.fnd.RohitPopList.webui"

Step 10:-

When you click the "RohitPopListPG"


Step 11:- We have not created the Application Module for this Page so the next step is to create the
Application Module so that we can attach this with the RohitPopListPG Page

Application Module wizard has open as below click next

Enter the Application Module name="RohitPopListAM"

Defualt Package="rohit.oracle.apps.fnd.RohitPopList.server"
we create "Application module" under the "Server" directory of the project as OAF Standard.

Click next and then finish.

Step 12:-

Now our application module has been creted.Our next step is to attach the view object with the
"Application Module" .Click on "EditRohitPopListAM".

Step 13:-
Now we attach the Application Module(AM) with the page so click on the "PageLayoutRN" in the
structure. Go to the right hand side then attach the AM as below
Step 14:-
Now we need to create the Region
Step 15:- Replace the region2 name with "MainRN" in the proeprty Inspector.

Step 16:- Right Click "MainRN".Click New and then Click Item.

ItemStyle=messagechoice.
Under Data in the Property Window
PickList View Definition=rohit.oracle.apps.fnd.RohitPopList.server.SupplierListVO.
PickList Display Attribute=Vendorname.
PickList Value Attribute=VendorId.

Output :
Region has created.

Right Click on the "SupplierRG" in the Structure Window.Click New=>Click Table.


Right Click on Region1.Click New=>messagestylestext.
item1 has created as below
As like this Create "item2" & "item3".
Now for this region "SupplierRG" we have to create another Application Module and then attach this
AM to SupplierRG region.

Right Click on the project "RohitLovCreation".


Enter the Application Module name="SupplierAM"

Defualt Package="Mounika.oracle.apps.fnd.RohitLovCreation.lov.server"

we create "Application module" under the "Server" directory of the project as OAF Standard.

Click next.
Now in the step2 we will select SupplierVO and shuttle this to the availabe list.
Application Module has created.

Now attach the Application Module "SupplierAM" with the Region "SupplierRG".

Click on the region1 in the SupplierRG as show below and attach the AM.
After this Click on item1.Go to the Property Inspector Window.
Set Property.
View Instance=SupplierVO
ViewAttribute=VendorName
As like Above Set property for item2 and item3.
Item2 Property
View Instance=SupplierVO
ViewAttribute=Segment1

Item3Property
View Instance=SupplierVO
ViewAttribute=VendorId

Now Click on the main Page "RohitLovCreationPG"

Then in the Structure Region.Right click on "PageLayoutRN".Click Region.


Region1 has created.Now click on Region1 as below.

Right Click "region1".Click New=>Click Item.


Now Click on Item1.

Go to the Property Inspector for item1.


Change ItemStyle=messagelovinput.
External Lov=/rohit.oracle/apps/RohitLovCreation/lov/webui/supplierRG

Now click on lovMap1.


In the property inspector for "lovMap1".
Select Lov Region Item =item1
Creteria item=item1
Return Item=item1 //Lov returns value in which feild of the page

You might also like