Run the following script from SQL*Plus
==================================================
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;
select multi_org_flag,release_name,
applications_system_name
from apps.fnd_product_groups;
阅读(1073) | 评论(0) | 转发(0) |