1.

How Do I Check If Multi-org Is Installed?

Answer»

SELECT MULTI_ORG_FLAG FROM FND_PRODUCT_GROUPS

If MULTI_ORG_FLAG is SET to 'Y' Then its MULTI ORG.

If MULTI_ORG_FLAG is set to 'N' Then its SINGLE Org.

SELECT MULTI_ORG_FLAG FROM FND_PRODUCT_GROUPS

If MULTI_ORG_FLAG is set to 'Y' Then its Multi Org.

If MULTI_ORG_FLAG is set to 'N' Then its single Org.



Discussion

No Comment Found