Step
1: Create a New Workspace and Project
Step
2: Create a New Application Module (AM)
Step
3: Create a New View Object (VO)
Place this Query
SELECT meaning persontype
FROM fnd_lookup_values
WHERE lookup_type = 'PERSON_TYPE'
AND language = 'US'
ORDER BY meaning
Step
4: Attach VO into Application Module (AM)
Step
5: Edit VO Attribute Name
Step
6: Create a New OA Page
Step
7: Create a New Region
ID
|
MainRN
|
Region Style
|
messageComponentLayout
|
Step
8: Create a Message Choice for Person Type
Update
the Properties
ID
|
PersonTypePopList
|
Item Style
|
messageChoice
|
PickList Definition
|
oracle.apps.fnd.poplist.server.PopListVO
|
PickList Display Attribute
|
poplist_items
|
PickList Value Attribute
|
poplist_items
|
Prompt
|
Person Type
|
Step
9: Save all your work and run the page PopListPG.xml
Congratulations, you have done it!
No comments:
Post a Comment