Tuesday, June 19, 2012

How to Create LOV in OA Framework pages step by step:


How to Create LOV  in  OA Framework pages step by step:

1)      Create the bc4j for LOV.Right click the .jpr  create the BC4j for LOV.
   Ex: xxaam.oracle.apps.po.autosearch.lov.server     
2)      Under the LOV bc4j, create the LOVVO and LOVAM(this VO and AM called as LOVVO  and LOV AM).
Ex: xxxLOVVO and xxxLOVAM.
3)     Attach that LOVAM to VO.
Ex:Add xxxLOVVO to xxxLOVAM.
4)     Create the region under jpr, navigation path is -> right click .jpr->New->OAComponenst ->webtier->Region.
Ex:xxxLOVRN  
5)     Dialog Box->In region properties -> style as ListOfValues ->click OK.
6)     In structure window select region ->property inspector ->scope – public and add LOV AM To this Region.
7)     Come to item search allowed property should be true.
8)     Select the page, which item you want to make LOV and select item style as Message LOV Input.
9)     In property inspector window ->you have to add region path in external LOV.
10)  Come to mapping section , select  map1
Property inspector ->functional
LOV Region Item – data base column Name
Return Item – region Item
Criteria Item- same as return item

No comments:

Post a Comment