R12 GL Set Up

Hi
Here is the scenario: Company is operating in current Version of 11.5.10 and currently in the process of upgradation.
current structure : Multiple SOB,1 Legal Entity, OU and Multiple Inventory Org.
Not in MRC
Question : How does the transactions are carried out for different SOBs,since there is only one OU ?
What is the impact of the current structure on upgradation to R12 ?
How the transactions for will be carried out and transferred to Primary SOB.

1.Are the multiple SOB's that you are referrring to Primary SOB's?
Normally the transaction from you secondary SOB are transferred to your Primary automatically when account for the transactions in your S-SOB.
Otherwise there is always the option of multiple entries if you have more than one Primary.

Similar Messages

  • Which version of the R12 documentation set should we use for R12 OCP?

    Good day. Hope you have sun where you are today . . .
    Which version of the R12 documentation set should we use if preparing for the R12 OCP? I am going through the various versions set out here
    http://www.oracle.com/technology/documentation/applications.html
    There are several doc sets available -
    For 12 the doc (Part) number for Application Concepts is B31450-01 (196 pages)
    For 12+ the doc number for Application Concepts is B31450 -04 (204 pages)
    For 12.1.1 the doc number for Application Concepts is E12841-02 (208 pages)
    etc
    etc
    I would like of course, to be reading the most relevant and up to date materials, but I am not sure which version of these documents the exam is based on.
    Could someone please advise, before I begin studying these?
    Many thanks in advance.
    DanA.

    Duplicate post
    Oracle Certification Program

  • Need help me in usage of below given functions when MOAC set

    Hi,
    Can somebody help me in answering for the below questions?
    In R12, I set MO:Security profile at responsibility level and the profile has three OUs. Please see the below code.
    declare
    v_orgid1 NUMBER;
    v_orgid2 NUMBER;
    v_orgid3 NUMBER;
    v_orgid4 NUMBER;
    v_orgid5 NUMBER;
    l_count NUMBER;
    l_ou_cnt NUMBER;
    v_user_id varchar2(100);
    v_resp_id varchar2(100);
    v_resp_appl_id varchar2(100);
    begin
    l_ou_cnt := mo_global.get_ou_count;
    fnd_profile.get('USER_ID', v_user_id);
    fnd_profile.get('RESP_ID', v_resp_id);
    fnd_profile.get('RESP_APPL_ID', v_resp_appl_id);
    fnd_global.apps_initialize(v_user_id, v_resp_id, v_resp_appl_id);
    MO_GLOBAL.INIT('PO');
    mo_global.set_policy_context('M',NULL);
    v_orgid1 := mo_global.get_current_org_id;
    FND_PROFILE.GET('ORG_ID', v_orgid2);
    v_orgid3 := FND_GLOBAL.ORG_ID;
    v_orgid4 := FND_PROFILE.VALUE('ORG_ID');
    v_orgid5 := po_moac_utils_pvt.get_current_org_id;
    SELECT count(1)
    into l_count
    FROM PO_HEADERS
    WHERE EXISTS (SELECT 1 FROM mo_glob_org_access_tmp oa WHERE oa.organization_id = org_id);
    end;
    Qns:
    1. FND_GLOBAL.ORG_IDFND_PROFILE.GET, FND_PROFILE.VALUE, PO_MOAC_UTILS_PVT, MO_GLOBAL functions are not returning org_id when mo security profile is initialized. the functions are returing -1 or NULL some times. Is there any specific function in R12 to return ORG_ID, if same functions when to use?(the functions are working fine when mo global is intialized for single org)
    2. Irrespctive to where clause, the select statment is returning count of records for all mo security profile enabled orgs. Then why should not I get the records directly from ALL tables by using same where clause? Is there any specific reason in using Synoniams (poheaders, ....like)?
    3. Can somebody explain usage of mo_global.get_current_org_id, po_moac_utils_pvt.get_current_org_id? If getting only for org_id in which case should i use both?
    Appreciate your help !!!
    Thanks

    Do have the answers for the questions? If so can you post those?
    Thank you!

  • Va.lang.ClassNotFoundException: oracle.apps.fnd.formsClient.Forms in R12.

    when we are trrying to access forms, we are getting below error, this is happening only one user other users able to access,and i am able to access other instances forms,
    here is java console java error msg:
    IE : 8 R12.1.3 pn OEL5.
    basic: completed perf rollup
    network: Cache entry not found [url: http://.com:8000/OA_JAVA/oracle/apps/fnd/formsClient/FormsLauncher.class, version: null]
    network: Connecting http://.com:8000/OA_JAVA/oracle/apps/fnd/formsClient/FormsLauncher.class with proxy=DIRECT
    network: Cache entry not found [url: http://.com:8000/OA_JAVA/oracle/apps/fnd/formsClient/FormsLauncher/class.class, version: null]
    network: Connecting http://com:8000/OA_JAVA/oracle/apps/fnd/formsClient/FormsLauncher/class.class with proxy=DIRECT
    load: class oracle/apps/fnd/formsClient/FormsLauncher.class not found.
    va.lang.ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    basic: Exception: java.lang.ClassNotFoundException: oracle.apps.fnd.formsClient.For
    java.net.ConnectException: Connection refused: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(Unknown Source)
         at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
         at java.net.PlainSocketImpl.connect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at sun.net.NetworkClient.doConnect(Unknown Source)
         at sun.net.www.http.HttpClient.openServer(Unknown Source)
         at sun.net.www.http.HttpClient.openServer(Unknown Source)
         at sun.net.www.http.HttpClient.<init>(Unknown Source)
         at sun.net.www.http.HttpClient.New(Unknown Source)
         at sun.net.www.http.HttpClient.New(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
         at sun.plugin.PluginURLJarFileCallBack.downloadJAR(Unknown Source)
         at sun.plugin.PluginURLJarFileCallBack.access$000(Unknown Source)
         at sun.plugin.PluginURLJarFileCallBack$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.plugin.PluginURLJarFileCallBack.retrieve(Unknown Source)
         at sun.net.www.protocol.jar.URLJarFile.retrieve(Unknown Source)
         at sun.net.www.protocol.jar.URLJarFile.getJarFile(Unknown Source)
         at sun.net.www.protocol.jar.JarFileFactory.get(Unknown Source)
         at sun.net.www.protocol.jar.JarURLConnection.connect(Unknown Source)
         at sun.plugin.net.protocol.jar.CachedJarURLConnection.connect(Unknown Source)
         at sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFileInternal(Unknown Source)
         at sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFile(Unknown Source)
         at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)
         at sun.misc.URLClassPath$JarLoader.access$600(Unknown Source)
         at sun.misc.URLClassPath$JarLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.misc.URLClassPath$JarLoader.ensureOpen(Unknown Source)
         at sun.misc.URLClassPath$JarLoader.<init>(Unknown Source)
         at sun.misc.URLClassPath$3.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.misc.URLClassPath.getLoader(Unknown Source)
         at sun.misc.URLClassPath.getLoader(Unknown Source)
         at sun.misc.URLClassPath.getResource(Unknown Source)
         at java.net.URLClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(Unknown Source)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)

    when we are trrying to access forms, we are getting below error, this is happening only one user other users able to access,and i am able to access other instances forms, This is a client issue, and there is nothing you need to troubleshoot from the server side.
    Try to uninstall/install Sun JRE and check then. Also, try to use a different browser and see if you can reproduce the issue.
    Can't Launch Forms in E-Business when accessed via VPN: Formslauncher Notinited [ID 471120.1]
    Deploying Sun JRE (Native Plug-in) for Windows Clients in Oracle E-Business Suite Release 12 [ID 393931.1]
    FormsLauncher.class Not Found Error When Attempting to Access Forms in Applications [ID 291698.1]
    IE8 AND R12 SECURITY SETTING REQUIREMENT ON CROSS SITE SCRIPTING (XSS) [ID 1069497.1]
    If you still get the same error, enable debug as per these docs.
    How to enable tracing and logging for Sun JRE (Native Plug-in) [ID 549423.1]
    How To View The Java Console And Enable Tracing For Sun JRE (Native Plug-in) [ID 452853.1]
    Thanks,
    Hussein

  • Urgent -- please let me know functionality differencesWise 11i and R12 (OM)

    Dear Experts,
    Can you please let me know the functionality differencesWise 11i and R12 (Order Management).
    please consider this is Urgent
    regds
    MRR

    Sorry dear, I do not have any referenced other than the Metalink note.
    You may also check R12 Documentation Set.
    Release 12.0.4 Documentation Library
    http://download.oracle.com/docs/cd/B40089_09/current/html/docset.html

  • Can't Access Oracle EBS with a Lenovo X201 laptop

    My Company runs Oracle E-Business Suite version 11.5.10.2. I recently had to get a new laptop (Lenovo X201). I can log onto the Oracle Application Home Page and select a responsibility, but when I select an operation, like Invoice Inquiry in the Payables Module for instance, I get the following message, "This tab has been recovered. A problem with this web page has caused Internet Explorer to close and reopen the tab." The laptop is running the XP operating system and Internet Explorer 8.0.6001.18702. Our IT staff can't figure out the problem. They looked at all the usual cause for problems, like pop-up blockers, etc. They also spoke to Lenovo Support without finding a resolution. We experienced a similar problem with Dell laptops that they were able to resolve. Has anyone experienced this problem with a recent-vintage Lenovo computer and found a solution?

    Can you find any details about the error in Apache log files and/or Sun JRE Console Window?
    If the issue is reproducible, please make sure you meet the minimum requirements as per these docs.
    Recommended Browsers for Oracle E-Business Suite 11i [ID 285218.1]
    IE8 AND R12 SECURITY SETTING REQUIREMENT ON CROSS SITE SCRIPTING (XSS) [ID 1069497.1]
    Thanks,
    Hussein

  • Hard Issue: How to setup this uncommon Depreciation Method??

    Hello All, thanks very much for reading my thread.
    We faced an hard issue on FA.
    Scenarios:
    according to client's company policy, assets should can be depreciated after useful life! For example:
    Asset "A", life year is 4 years. During 4 years, each year depreciation is "Cost * (1 / (Life + 1))" , after 4 years, each year depreciation is "Previous year depreciation * 1/2" until asset "A" is retired.
    Year Depreciation
    1 cost * 1/5
    2 cost * 1/5
    3 cost * 1/5
    4 cost * 1/5
    5 cost * 1/5 * 1/2
    6 cost * 1/10 * 1/2
    7 cost * 1/20 * 1/2
    Do R12 can meet above requirement ? We try to use "Formula Depreciation Method" to setup, but finally we found Oracle Ebs NOT allow depreciate after useful year. In addition, does ebs R12 can set asset continuing depreciation after useful year????
    If you are setting the Depreciation Method Formula, what is the formula you will give??
    Do you have any proposal ?
    Thanks a lot!! ^_^

    Hello,
    For uncommon depreciation methods, i usually do an "Unplanned Depreciation" on the asset. That is, I calculate it manually and adjust the depreciation.
    Well this might be a workaround if ever no one come up with a standard solution.
    Vikram

  • Oracle forms issue in IE8

    Hi All,
    I 've installed 11.5.10.2 in my vmware machine multinode(server1:database,cm server2:form,web server) on redhat4.There is no issue with installation.I have created the softlink from mozilla browser to $COMMON_TOP/util/java/1.4/...../libjavaplugin_oji.I can access forms ,and other web pages from the linux machine.But when I tried to access applications from windows7(64bit) which is the basic os,the oracle application login page displayed(IE8),after that when we try to access forms,it tried to install jintiator,and closed with "Inernet has stopped working" Message. When I searched in google ,they said ie8 is not supported for oracle applications yet.Is there any workaround to fix this issue?
    and also please explain about formsweb.cfg and appsweb.cfg.What is the difference between these two files?
    Thanks
    Jay

    IE8 is supported and can be used.
    Please make sure you meet the minimum requirements and have your IE8 configured as per these docs.
    Recommended Browsers for Oracle E-Business Suite Release 12 [ID 389422.1]
    Is Windows 7 Certified With Oracle E-Business Suite? [ID 1103276.1]
    IE8 AND R12 SECURITY SETTING REQUIREMENT ON CROSS SITE SCRIPTING (XSS) [ID 1069497.1]
    and also please explain about formsweb.cfg and appsweb.cfg.What is the difference between these two files?Please see (Oracle Forms in Applications FAQ [ID 177610.1]).
    Thanks,
    Hussein

  • Webpage error details

    Please help i am facing below error while running the page
    Webpage error details
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.1)
    Timestamp: Tue, 1 Feb 2011 06:20:12 UTC
    Message: Object doesn't support this property or method
    Line: 2724
    Char: 1
    Code: 0
    URI: http://172.22.162.35:8988/OA_HTML/cabo/jsLibs/Common2_3_6_2.js

    Is this an Oracle E-Business Suite question? If yes, please post the details of the application release, database version and OS.
    How do you get this error? What is the navigation path?
    Was this working before? If yes, what changes have been done recently?
    Please see these docs.
    Recommended Browsers for Oracle E-Business Suite 11i (Doc ID 285218.1)
    Recommended Browsers for Oracle E-Business Suite Release 12 (Doc ID 389422.1)
    IE8 AND R12 SECURITY SETTING REQUIREMENT ON CROSS SITE SCRIPTING (XSS) (Doc ID 1069497.1)
    How To View The Java Console And Enable Tracing For Sun JRE (Native Plug-in) (Doc ID 452853.1)
    How To Enable The Java Console Jinitiator 1.1.8 and 1.3 (Doc ID 310961.1)
    Thanks,
    Hussein

  • Window 7 internet explorer  8 (Client)

    Hi all,
    I need help. I could not use internet explorer 8 to connect to EBS 12.1.1 server. I have updated the hosts file with server host name and IP address. I have added it as trusted site as well for security. It initially connected and I opened the Apps GL forms but after a while it will not connect again. My operating system is window 7.
    Edited by: nick2 on Sep 1, 2011 3:18 PM

    Nick,
    Please go through (Recommended Browsers for Oracle E-Business Suite Release 12 [ID 389422.1]) and make sure you meet the minimum requirements in this doc.
    Also, make sure you have the settings in (IE8 AND R12 SECURITY SETTING REQUIREMENT ON CROSS SITE SCRIPTING (XSS) [ID 1069497.1]).
    Can you reproduce the issue with Firefox?
    If you still the same issue, please check Apache log files (error_log* and access_log*) for any errors.
    Thanks,
    Hussein

  • Which is the Simplest E-Business Suite.

    Hi All,
    I was going through the E-Business suite 12, There are so many components. I just wanted to know which is the simplest E-Business Component in the suite that can be easily installed and configured.
    With installation guide or admin guide if any.
    Thanking you all,

    We are new to this E-Business Suite. And we wanted at
    lest one module or application to be installed to get
    started with. Is it possible to install & work with
    at lest one module or application or else i have to
    completely install the entire suite.It will install everything for you. You may go with Vision demo database installation which already comes with seeded data (Unlike fresh installation which requires a setup).
    To get more details about each module, please check the following link:
    Oracle E-Business Suite
    http://www.oracle.com/applications/e-business-suite.html
    We seen the download link for "Oracle E-Business
    Suite Applications Release 12.0 Media Pack for
    Microsoft Windows" It has 48 parts & takes appx
    39GB hard disk space. We are confused which all parts
    to download. Is it mandatory to download entire suite
    or can it be done downloading & installing the
    required module.You need to download the following (Not all 48 parts):
    From: Oracle Applications Release 12.0 Rapid Install Start Here (Part 1 of 5) - Part Number: B42431-01 Part 1 of 5
    To: Oracle Applications Release 12.0 for Microsoft Windows Rapid Install APPL_TOP - Disk 1 (Part 3 of 3) - Part Number: V10281-01 Part 3 of 3
    Further the Installation guide also does not clearly
    mention the hardware and software requirements.What kind of installation you want to do? Is it Single node or Multi-node installation? How many concurrent users you have?
    For installation steps, you may have a look at the following threads:
    Oracle E-Business Suite R12 Installation Steps on Windows XP
    Oracle E-Business Suite R12 Installation Steps on Windows XP
    Oracle E-Business Suite R12 Installation on Windows 2003
    Oracle E-Business Suite R12 Installation on Windows 2003
    PS: The link provided we have already seen but we got confused which one to go for.The link which has been provided before is R12 documentation set. You do not need to go through all the documents, just pick up the modules you want to use and with the help of Metalink it should be enough.

  • Applet window for 11.5.10.2 in windows 7

    iam using oracle application 11.5.10.2.when i try to open the oracle application page front end navigation from my client machine windows 7 my application page jinit does not load and unable to get the application page.
    when the applet loads during the navigation like system admin-->concurrent-requests-run the browser displays the alert like "internet explorer has stopped working" and browser gets hanged.
    please provide a solution to open the application page and get the applet window
    my internet explorer version is IE8
    Aram

    Please see these docs.
    Recommended Browsers for Oracle E-Business Suite 11i [ID 285218.1]
    Is Windows 7 Certified With Oracle E-Business Suite? [ID 1103276.1]
    IE8 AND R12 SECURITY SETTING REQUIREMENT ON CROSS SITE SCRIPTING (XSS) [ID 1069497.1]
    Thanks,
    Hussein

  • Forms issue inR12.1.1

    Dear all
    I having with opening forms ie. issue frm-92050 failed to connect to the server/forms/servelt -1
    pls let me know the reason for this issue.
    Thanks in advance.
    Sunil

    Please see these docs.
    FRM-92050: Failed to connect to the Server: /forms/lservlet:-1 With IE8 and R12 SECURITY SETTING REQUIREMENT on CROSS SITE SCRIPTING (XSS) [ID 1069497.1]
    R12: Using IE8 to access two EBS Instances runs in error "Unable To Authenticate Session" [ID 1098563.1]
    R12: "FRM-92050: FAILED TO CONNECT TO SERVER: /FORMS/LSERVLET" Error Message When Launching Forms [ID 1070263.1]
    Drillback from Email Error Internet Expolere 9 - FRM-92050 Failed to connect ot the Server [ID 1453617.1]
    Recommended Browsers for Oracle E-Business Suite Release 12 [ID 389422.1]
    Recommended Browsers for Oracle E-Business Suite 11i [ID 285218.1]
    Thanks,
    Hussein

  • Install oracle EBS on a windows laptop

    Hello,
    I have a notebook with OS windows 7 64 bit. I installed two virtual machines on it. Can I install the ORACLE EBS 12 on this laptop for practise purposes?
    Thanks.

    I have a notebook with OS windows 7 64 bit. I installed two virtual machines on it. Can I install the ORACLE EBS 12 on this laptop for practise purposes?Yes, you can install a supported OS on the VM and install R12 on it.
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Microsoft Windows Server (32-bit) [ID 761567.1]
    Even though Windows XP Professional is not supported, but you can manage to install R12 on it.
    Please note the Windows 7 is not supported as a database/application tier node, but you can use it as a client to access the application if you meet the requirements in these docs.
    Is Windows 7 Certified With Oracle E-Business Suite? [ID 1103276.1]
    Recommended Browsers for Oracle E-Business Suite Release 12 [ID 389422.1]
    IE8 AND R12 SECURITY SETTING REQUIREMENT ON CROSS SITE SCRIPTING (XSS) [ID 1069497.1]
    Thanks,
    Hussein

  • Date format when submitting concurrent program

    I am getting some odd behavior off of a new PC build when trying to submit a concurrent program. This occurs only on this PC. CPs using the PER_DATES_STANDARD value set will no longer accept the Oracle standard of '01-AUG-2011'. The following message displays:
    Please enter date value 01-AUG-2011 in correct format: MM/DD/RRRR
    I have looked at the 'Preferences' link in the Self Service area and also all of the 'DATE' profiles within Applications and I cannot find anything that would cause this. I even tried forcing a format for my user profile without success. Can anyone tell me where to change this format?
    We are using Apps version 11.5.10.2.

    scott_h wrote:
    Scott,
    Please see these docs.
    IE8 AND R12 SECURITY SETTING REQUIREMENT ON CROSS SITE SCRIPTING (XSS) [ID 1069497.1]
    Date Fields in Forms render like dd#mm#yyyy When Using Internet Explorer 8 [ID 1061707.1]
    Thanks,
    HusseinThanks to both of you for looking at this with me, here is what we found: the date format was dependent on how we logged into the Applications session. When logging in directly to the forms server bypassing the self-service page login, the date format within Applications was based on the OS format. When logging in through the self-service page, it was using the format specified in the Preferences link of the page. This is new behavior after our recent move to a secure https URL. Not sure why but we know the issue. I will look at those docs to see if they relate. Thanks again.This makes little sense - if this issue was linked to settings in Preferences, then the issue should be able to be replicated from any PC, not just a specific one.
    HTH
    Srini

Maybe you are looking for