Friday, February 4, 2011

Verify that Multi-Org is installed or not?

select multi_org_flag,release_name,
applications_system_name
from apps.fnd_product_groups;


If the value returned is 'Y' then a Multi Org environment exists;

If the value returned is 'N' then a Multi Org environment does not exist;

No comments:

Post a Comment