GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Oracle Apps  >  AOL
Go To First  |  Previous Question  |  Next Question 
 AOL  |  Question 3 of 34    Print  
How do I check if Multi-org is installed?
SELECT multi_org_flag FROM fnd_product_groups;


  
Total Answers and Comments: 5 Last Update: July 17, 2007   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
December 14, 2005 05:58:57   #1  
KC        

RE: How do I check if Multi-org is installed?

SELECT MULTI_ORG_FLAG FROM FND_PRODUCT_GROUPS

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


 
Is this answer useful? Yes | No
December 15, 2005 05:20:26   #2  
G R Reddy        

RE: How do I check if Multi-org is installed?

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.


 
Is this answer useful? Yes | No
January 13, 2006 00:22:25   #3  
Jenny        

RE: How do I check if Multi-org is installed?
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.
 
Is this answer useful? Yes | No
February 13, 2006 09:22:15   #4  
Bonthu N Reddy        

RE: How do I check if Multi-org is installed?

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.


 
Is this answer useful? Yes | No
July 17, 2007 01:32:27   #5  
t1.venki Member Since: May 2007   Contribution: 5    

RE: How do I check if Multi-org is installed?

SELECT MULTI_ORG_FLAG FROM FND_PRODUCT_GROUPS

y --THIS IS MULTIORG INSTALLED
n--MULTIORGNOT INSTALEED

BUSINESSGROUPS->LEGALENTITEIS->SETOFBOOKS->OPERATINGUNIT->INVENTORYORGANIZATION

 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape