Page 1 of 1

Multi org concepts

Posted: Sun Sep 16, 2007 6:27 pm
by nitteenk
Hi all,

Can any one tell me
1 How to find out if multi org is implemented, through front end?
2 How can I restrict users to view data for different operating units using the same responsibility?

eg. Responsibility - Purchasing super user.
if user A login, he should see only India operating unit data.
if user B login, he should see only US operating unit data.

Thanks.

Rgds.
Nks

Posted: Sun Sep 16, 2007 6:47 pm
by yemfola
Hi
In 11i, implementation of multi-org will satisfy your 2nd requirement. This is one of its advantages-operating units security.

Regards

Posted: Tue Sep 18, 2007 2:58 am
by muzaffarnaim
Hi Nks

This may help a little:

1- If there are multiple operating units (OUs=Orgs) means multi-org has been implemented.
2- You always set 'MO:Operating Unit' profile option to your each respnsibility that gives you operating unit level security. In other words:

India OU must be attached with the responsibilty assigned to 'A'.
US OU must be attached with the responsibilty assigned to 'B'.

Thanks & Regards

Muzaffar Naim
Oracle Consultant

Posted: Tue Oct 30, 2007 11:48 am
by anne simms
Also you can run the following sql:

select multi_org_flag
from apps.fnd_product_groups;

Anne