Thursday, August 15, 2019

Steps to implement Subtab Region in OAF

Steps to implement Subtab Region in OAF :
Assuming ApplicationShortName = XXCUS
  1. Create a Page XXCUSSubtabPG
  2. From Page layout Region , create a new region , set region style as subTabLayout .
  3. In property Pallette under Visual , Initial Subtab = {mention the value : 0 if you want to show the 1st tab as default , 1 if you want to show the 2nd tab as default}
  4. Right Click SubTabRN and create as many regions as you want the tabs to be displayed
  5. Right click on SubTabRN and Click on Subtabs it defaults subTabBar under subTablayoutComponents
  6. Create links as many regions that you created
  7. Set destination URI property for links as                                                                                                          OA.jsp?page=/myCompany/oracle/apps/xxcus/Subname/webui/XXCUSSubtabPG&retain AM='Y'"+"&"+OASubTabLayoutBean.OA_SELECTED_SUBTAB_IDX+"="+6.
  8. Set the Visual Prompt Value for the links.
Subname is optional 

Note : No . of links under SubtabLayout = Number of Regions under SubTabRN

No comments:

Post a Comment

AME (Approval Management Engine)

AME (Approval Management Engine) : AME Stands for Oracle Approval Management Engine. AME is a self service web application that enables...