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;
0 comments:
Post a Comment