How do I check if Multi-org is installed?

SELECT multi_org_flag FROM fnd_product_groups;

Showing Answers 1 - 7 of 7 Answers

KC

  • Dec 14th, 2005
 

SELECT MULTI_ORG_FLAG FROM FND_PRODUCT_GROUPS

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

G R Reddy

  • 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.

Jenny

  • 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.

  Was this answer useful?  Yes

Bonthu N Reddy

  • 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.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions