Friday, December 26, 2008

MultiOrg setting for Concurrent Request in R12

While you were upgrading to R12, if you will not implement MOAC, you should make relevant changes for Multi Org concept. In order your custom reports to be run properly, make them "Single" org to continue using without implementing MOAC.

  • Login into application with 'System Administration' responsibility
  • Click on 'Programs' under 'Concurrent' menu.
  • Query for short name of the concurrent program (i.e. XXSIPRNT_CA ).
  • Click on Update pencil icon of your program under result region
  • Under 'Update Concurrent Program' region, select Request tab
  • Under 'Request Setting' region, select 'Single' from the drop down of 'Operating Unit Mode' field
  • Save changes by clicking on 'Apply' button.

Or
update FND_CONCURRENT_PROGRAMS
set multi_org_category='S'
where concurrent_program_id=45718;

Tuesday, December 16, 2008

Enabling OAF Personalization

To enable Personalization:

  • FND: Diagnostics should be set to “Yes”. This will allow the “About this Page” link to be displayed on the OA pages.
  • Personalize Self-Service Defn should be set to “Yes”. This will allow the “Personalize Page” link to be displayed on the OA pages.
  • FND: Personalization Region Link Enabled should be set to “Yes”. This will allow the Personalize Region links to be displayed at the region level.
  • FND: Developer Mode = YES (Optional for debugging)

Use Functional Administrator -> Core Services -> Profiles to change this.