Wednesday, October 23, 2013

Steps To Enable MOAC for Oracle Reports



1.  Make the report to be MOAC enabled

If the report needs to be MOAC enabled then update the MULTI_ORG_CATEGORY column from fnd_concurrent_programs. (Prompt: Operating Unit Mode)
UPDATE fnd_concurrent_programs
   SET multi_org_category = 'S'
 WHERE concurrent_program_name = UPPER (<'CONC_PORG_SHORT_NAME'>)

Note: The multiple organizations context is automatically initialized by the concurrent program if the "Operating Unit Mode" is set to either single or multiple. The user can also select a value from the operating unit field's list of values when the mode is single. The value of the "Operating Unit Mode" must be Single for a majority of the existing operating unit context sensitive reports

No comments:

Post a Comment