Oracle OAF Personalization , Extending an existing Region into a Page

You must create your region in such a way that you can personalize it later to appear only for your own responsibility. So you must first create a stack layout region to hold the flexible layout region and its flexible content region.

  1. Go to the Personal Home Page.
  2. Select your XXX_iExpenses responsibility.
  3. Select the Personalize Page link.
  4. Select Complete View.
  5. For the Page Layout: Expenses Home region, select the Create Item icon.
  6. Set the Level to Site.
  7. Set the Item Style to Stack Layout.
  8. Set the ID to XXX_StackLayout.
  9. Set the CSS Class to OraNav3Enabled.


  1. Select the Apply button.
  2. Select the Create Item icon for your new stack layout region.


  1. Set the Level to Site.
  2. Set the Style to Flexible Layout.
  3. Set the ID to XXX_FlexibleLayout.
  4. Select the Apply button.
  5. Select the Create Item icon for your new flexible layout region.
  6. Set the Level to Site.
  7. Set the Style to Flexible Content.
  8. Set the ID to XXX_FlexibleContent.
  9. Set the Extends property to the name that you got from the analyzing the Favorites region.

/oracle/apps/fnd/framework/favorites/webui/FavoritesRG

Note: While you added the Favorite shared region to the page, you could just as easily add any other shared region to your page. For sake of the exercise, this was a convenient shared region to add.

  1. Select the Apply button.
  2. Personalize your stack layout region so your regions appear only for your own responsibility. Select the Personalize icon.


  1. Select the Choose Levels Displayed button.
  2. Select just the Site and Responsibility levels to be displayed.
  3. Click the Apply button.
  4. Set the Rendered property at the Site level to false, and at the Responsibility level to true.
  5. Click the Apply button.
  6. Select the Reorder icon for the Page Layout: Expenses Home page.
  7. Uncheck the checkbox for Function level.
  8. Uncheck the checkbox for Site level.
  9. Check the checkbox for Responsibility level.
  10. Reorder your regions so the Favorites region appears at the top of the page. Note that the page-level buttons will still appear above your Favorites region, even though you reordered the stack layout to the top position. This is because the Page Button Bar region style has specific behavior built in to put the buttons at the top and bottom of the page (similar to the fixed behaviors/locations of the copyright, corporate branding and so on).
  11. Click the Apply button.
  12. Select the Return to Application link.


  1. Return to the Expenses Home page and look at your new region.