KC
Answered On : Dec 14th, 2005
SELECT
MULTI_ORG_FLAG FROM FND_PRODUCT_GROUPS
If MULTI_ORG_FLAG is set to 'Y', Then its Multi Org.

1 User has rated as useful.
Login to rate this answer.
G R Reddy
Answered On : Dec 15th, 2005
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.

1 User has rated as useful.
Login to rate this answer.
Jenny
Answered On : Jan 13th, 2006
run adadmin, if you see the Multi-org convertion option, then you are not on Multi-org yet. If you can not see it, then you are.
Login to rate this answer.
Bonthu N Reddy
Answered On : Feb 13th, 2006
U can check whether Multi - org is installed or not by using following query.
Select multi_org_flag from fnd_product_groups ;
If the result is
' Y ' then it is set to be multi - org.
' N ' then it is not set to be multi - org.
Cheers,
Bonthu.
Login to rate this answer.
SELECT MULTI_ORG_FLAG FROM FND_PRODUCT_GROUPS
y --THIS IS MULTIORG INSTALLED
n--MULTIORGNOT INSTALEED
BUSINESSGROUPS->LEGALENTITEIS->SETOFBOOKS->OPERATINGUNIT->INVENTORYORGANIZATION
Login to rate this answer.