How to find whether the current BU in Apps is multi org or not??

I want to know that how we can find the status of multi org whether it is enabled or not?
Edited by: user13079708 on Jun 23, 2011 6:27 AM

Hi;
What is EBS version?
In R12.x its comes enable by default
In R11 Run the following SQL statement, if it returns 'Y', then your installation is Multi-Org:
SQL> select multi_org_flag from fnd_product_groups;
Regard
Helios

Similar Messages

  • How to know whether the current database is using a password file or not?

    How to know whether the current database is using a password file or not?

    The remote_password_file is the parameter that determines if you can use or not a password file. The values this parameter can have are NONE, SHARED, EXCLUSIVE. It is pretty obvious, if it is set to either SHARED or EXCLUSIVE the oracle instance has enabled the access through a password file for the SYSDBA and SYSOPER roles.
    ~ Madrid

  • Hi guys,Explain how to find whether the user request is dialog or bc ...

    how to find whether the user request is dialog or bc or some other wp and where we can see that ?

    Hello Damodar,
    You can find out that in SM50.
    However one piece of advice. I have noticed that you are raising lots of questions about very basic questions. Either you new to SAP or dont know anything about SAP Basis and want to get in this area. Or else you are preparing for some interview. In either of these cases expecting solutions given at SDN are not going to be of much help. Better read yorself in SAP Help as most people do. SDN should not be overly used for such purposes. Basic questions are welcome but you want to learn SAP through SDN !!!
    Regards.
    Ruchit.

  • How to find whether the installed sap software is 32 bit or 64 bit?

    How to find whether the installed sap software is 32 bit or 64 bit?
    Hi Community,
    We have Windows machine - 64 bit - x64. So, we can install either 32 bit or 64 bit sap software, both are supported, right. Now, a sap system is already installed on this machine and i would like to find out whether the sap software is 32 bit or 64 bit, how can i check?
    I have already seen under Menu System - Status - Other Kernel Info & at OS level, with the command disp+work but i cant find the info iam looking for.
    Please help.
    Regards,
    Mohan.

    Hi Sunny,
    Thank you very much for your quick reply.
    Didnt know that one has to look under "Compiled for".
    Regards,
    Mohan.

  • How to find whether the cookies are enabled or not

    Hi All,
    Please suggest me, while sending the first request only how to find whether the cookies are enabled or not.
    thanks.

    you could use a servlet, write a cookie and then try to read it, if it's read then it's enabled else not.

  • How to find out the current hostname?

    How do I find out the current hostname for a given SoaSuite installation?
    Peter

    You can check the WSDL of any of your BPEL processes on BPEL console.

  • How to find out the current form name

    Hi all,
    I have to pass the current sapcript form name in the sauroutine pool for some further processing.
    I just wanted to is there any variable, method, or way to find out the current/running Sapscript form name generically so that we can pass it on to subpool.
    Looking forward for your reply.
    Regards,
    Anuja.

    Hi All,
    Many thnaks for your replies.
    Actually in my case the situation is, i have to change in multiple forms.
    I mean the same perform needs to be used in all the forms almost around 20 using the current form name.
    So that perform should be generic. I mean is there any variable/ method or way to get the current form name so that we can pass that to the subroutine pool through form.
    Looking forward for yoour reply.
    Regards,
    Anuja.

  • How to find whether the created Sales Order is with BOM or without BOM ?

    Hello,
    I am technical guy i want to find whether the created sales order is with BOM or without bom.
    Can anyone help me with table details.
    Regards
    VEk@

    Go to TVAP & in FIELD STRUM give 'A' & PSGRP as 'SD01'.It will giveyou all the Item categories maintained in BOM.
    Now you can cross - check with the Item Category maintain in the Sales Order.
    Best Regards,
    Ankur

  • How do I get the current adobe reader app for my iPad?

    how do I get the current adobe reader for iOS app?

    Hi,
    Apple App Store detects the iOS version on your iPad/iPhone and lets you to download the latest compatible version of Adobe Reader for iOS.
    What is the iOS version on your iPad?

  • How to check whether the current snapshot is validated?

    I have removed some articles of my publication in transactional replication. I use the script below, and contrary to what I have found in documentation, it does not invalidate the snapshot of that publication.
    I normally test this by running the snapshot agent, which, after about 12 seconds, tells me that there is no need to run a full snapshot.
    How can I test whether the snapshot is good, without running it?
    I don't want to run it, because if it is not good, I don't want to stop it in the middle, and I don't want to run it during the office hours.
    thanks and regards
    Marcelo
    -- the script to remove an article from the replication is: (1) and (2) below:
    -- to be run at the publisher (in this case SERVER MYSERVER - DATABASE MYDATABASE
    -- (1)
    --use [MYDATABASE]
    --exec sp_dropsubscription @publication = N'MYPUBLICATION', @article = N'tblTaxTransaction', @subscriber = N'all', @destination_db = N'all'
    --GO
    -- (2)
    --use [MYDATABASE]
    --exec sp_droparticle @publication = N'MYPUBLICATION', @article = N'tblTaxTransaction', @force_invalidate_snapshot = 1
    --GO
    --[ @force_invalidate_snapshot = ] force_invalidate_snapshot
    --Acknowledges that the action taken by this stored procedure may invalidate an existing snapshot. 
    --force_invalidate_snapshot is a bit, with a default of 0.
    --0 specifies that changes to the article do not cause the snapshot to be invalid. 
    --If the stored procedure detects that the change does require a new snapshot, an error occurs 
    --and no changes are made.
    --1 specifies that changes to the article may cause the snapshot to be invalid, 
    --and if there are existing subscriptions that would require a new snapshot, 
    --gives permission for the existing snapshot to be marked as obsolete and a new snapshot generated.

    Hi Lydia,
    in fact I could not find anything to let me know if the snapshot is valid, whether or not it will have to be re-snap when I add or remove an article from it.
    however, I found out that 
    running Exec sp_helppublication against your publication database and checking immediate_sync and allow_anonymous options --->  If they are set to 1 then every time you add a new article
    it will cause the entire snapshot to be applied.
    You can disable them using sp_changepublication: Exec sp_changepublication @publication = ' publication db' @property=N'allow_anonymous', @value='false' Go Exec sp_changepublication @publication
    = ' publication db' @property=N'immediate_sync', @value='false' go

  • How to find out the current index

    Hello Experts,
               How to find the current index and whatever we entered in that table how to ratrieved that entry value.pls give the suggest..

    Hi,
    To get current index write below piece of code in the outbound plug for your F4 help pop up.
    We have to write this in the outbound plug itself otherwise it will not work.
    let me know whethere it worked or not
    cl_chtmlb_config_utility=>outbound_plug_event_info( EXPORTING iv_event_string = lv_event_string
                                                          IMPORTING ev_index        = gv_index ).
    Regards,
    Swapna

  • How to find whether the Oracle Apps Instance is ShredAppltop or not

    How shhould we find whether 11i/R12 is shared appltop/shared appstier enabled?
    Is there any table to find this info.
    How many ways we can find this?

    Hi,
    Please see this thread.
    In R12 shared appltop/distributed appltop
    In R12 shared appltop/distributed appltop
    Thanks,
    Hussein

  • How to Find whether the instance of  Oracle 9iAS is running

    Dear All,
    Is it possible to find out whether the instances of 9ias running,in which port,the home directory of the instance.
    This is Very Urgent
    Regds
    Sree

    solaris has a command lsof
    lsof -i TCP:port
    this shows the uid of the process that is running on the given port.
    If you know the port, you can do
    ps -ef |grep lsof -i TCP:port
    Also try
    ps -ef |grep java
    This would give you a bunch of processes
    Don't know if the pipe would work, but you get the idea....

  • How to find out the current workspace?

    Assume I have a couple of possible workspaces on my harddisc.
    Can I find out for a JDev installation which of them is currently used?
    Peter

    respect...
    you didn't explain yourself properly. I too wondered if you were writing a JDev extension which this is a common question that comes up. Use case is everything when it comes to helping people to understand what you are trying to achieve.
    If you hold your mouse over your application or project file icon in the application navigator it displays the full path of the current workspace/project.
    Brenden

  • How to find whether the output file is generated or not?

    Hi,
    I ran EDI 855 program for one of our customer. The program succesfully completed and it shows in the logfile that few documents got processed and few lines got processed. But the output file in the outbound directory shows the file size as zero.
    Can anyone please let me know what could be the problem.
    And please let me know how to check whether flatfile is generated succesfully for the request run for any customer.
    Thanks in advance.
    Satya

    Hi Venkat,
    As every one have already explained other points,in standard SAP there is no provision to determine as if the sales order is intercompany or not.
    But if you  want you can create a user status as normal sales order and intercompany sales order.So by checking the status at table level or in order you can determine if it is Intercompany or normal sales order.
    Best way is to create a different document type itself which will be exclusively used for intercompany orders.So it will be easy for reporting and tracking purpose.
    Reward points if useful
    Regards,
    Amrish Purohit

Maybe you are looking for