Saturday, June 28, 2014

How to run Discoverer Reports in Multi-Org Environment?

When working in R12 MOAC environment, sometimes discoverer reports which are based on some context based view will not give data. Then do the following setup to make the discoverer reports work in MOAC environment.

1) Create a Security Profile in HR


1) Run concurrent program Security List Maintenance


1) Tag this profile to MO: Security Profile option at responsibility level.


1) Update profile option “Initialization SQL Statement – Custom” with following pl/sql block at responsibility level.

begin if (fnd_profile.value(‘XLA_MO_SECURITY_PROFILE_LEVEL’)= 0) 
then mo_global.init(‘S’); 
else 
GL_SECURITY_PKG.init(); mo_global.init(‘M’); 
end if; 
end;

When multiple organizations are included in Security Profile: TEST SECURITY PROFILE, This profile is attached to respDiscoverer EUL Management.

Challa.

No comments:

Post a Comment