Project  gl_period_status  not there for particular operating unit

Hi,
We  try select Gl_period_status for Project applications.it is not showing particular operating unit.But other operating unit it showing project period.what could be reason.Any setup need.Please help me.
reg
sasikumar.r

Hi Viren,
Initially I have tried what you have said, but ERROR is coming as AS YOUR PREVIOUS DELTA IS INCORRECT, YOU CANNOT LOAD THIS DELTA. I am not getting any option of REPEAT DELTA.
"I have set to DELTA REPEAT in RSA7(ECC) , but after saving, it is again coming back to DELTA UPDATE."
As I am not getting REPEAT DELTA, to get that I tried saving the 0FI_GL_4 as DELTA REPEAT in RSA7 (ECC).
Please let me know any more information required.
Thanks,
Bindu.

Similar Messages

  • Setups for new operating units not loading to target

    If there is a new operating unit in the source, setups for that operating unit do not seem to load into the target if that new operating unit does not exist in the target.
    Is there a script to address this issue?
    Any additional advice will be appreciated.
    Edited by: user11071661 on Apr 16, 2009 1:34 PM

    Hi,
    There are lot of dependencies between setup data that you are trying to load. Operating Unit depends on Accounting Setup which in turn depends on setups like Calendar, Currencies and Chart of Accounts. So, you have to make sure that you have loaded all prerequisite data before loading operating unit.
    Thanks
    Mugunthan.

  • Single concurrent program for multiple operating units

    HI
    I am working on XML/BI publisher to generate AR invoice reports.
    We have single rdf report using which rtf templates are generated.
    There are 10 operating units (10 ORG_ID's) and 10 rtf templates, one for each operating unit. There are 4 different responsibilities for each ORG_ID
    Eg: ORG_ID's = 11, 12, 13, 14..........etc
    Eg: Responsibility = xx, yy, zz...........etc
    I want to register a single concurrent program. When a user submits a request from "XX" responsibility, then the template associated with that org_id should be generated. Whichever responsibility the user is accessing from, that particular template must be shown as output.
    How can i register one concurrent program for multiple operating units.
    Thanks!
    Edited by: 994628 on Mar 18, 2013 4:39 PM
    Edited by: 994628 on Mar 18, 2013 4:42 PM

    >
    There are 10 operating units (10 ORG_ID's) and 10 rtf templates, one for each operating unit. There are 4 different responsibilities for each ORG_ID
    Eg: ORG_ID's = 11, 12, 13, 14..........etc
    Eg: Responsibility = xx, yy, zz...........etc
    I want to register a single concurrent program. When a user submits a request from "XX" responsibility, then the template associated with that org_id should be generated. Whichever responsibility the user is accessing from, that particular template must be shown as output.
    >
    interesting case for 10 OE set 10 template
    what is purpose? for each OE different requirements for layout?
    BTW
    if each Responsibility associated with one org_id then
    - you can get current org_id when you run concurrent program
    - create main template (will be #11) with condition like
    <?choose:?>
    <?when: ORG_ID=11?>
    <?import:xdo://FND.XX11_SUB.en.00/?>
    <?call:TEMPLATE11?>
    <?end when?>
    <?when: ORG_ID=12?>
    <?import:xdo://FND.XX12_SUB.en.00/?>
    <?call:TEMPLATE12?>
    <?end when?>
    <?otherwise:?>
    <?import:xdo://FND.XX21_SUB.en.00/?>
    <?call:TEMPLATE21?>
    <?end otherwise?>
    <?end choose?>so based on org_id will be import of needed subtemplate
    - re-register your "10 rtf templates" as subtemplates
    another way is substitution of template for concurrent then it running
    in before_report trigger set needed template
    l_conc_request_id := fnd_global.conc_request_id;
        if ORG_ID = 11 then
          UPDATE fnd_conc_pp_actions t
             SET t.argument2 = 'XX11'
           where t.concurrent_request_id = l_conc_request_id
             and t.action_type = 6;
      if ORG_ID = 21 then
          UPDATE fnd_conc_pp_actions t
             SET t.argument2 = 'XX21'
           where t.concurrent_request_id = l_conc_request_id
             and t.action_type = 6;

  • Receiving Error : Please set the Receivables system options for this operating unit and ensure that the MO: Operating Unit profile option is correctly set with an operating unit that is set up in Receivables. while trying to create a new Customer.

    Hi All,
    We have set up a new Operating Unit in Oracle Apps. Now when I am trying to create a new Customer in that Operating Unit, I am receiving following error:
    ERROR MESSAGE:-Please set the Receivables system options for this operating unit and ensure that the MO: Operating Unit profile option is correctly set with an operating unit that is set up in Receivables.
    We do have MO: Operating Unit and MO: Default Operating Unit set properly at Responsibility level for the Responsibility through which I am accessing this form.
    Your help is appreciated!
    Thanks in advance,
    SKA

    You can refer this thread and check your MO operating unit is set or not https://community.oracle.com/message/3937028 thanks

  • SP1 to R2 Upgrade - The installed Version of SQL Server is not supported for the operational database

    Hello, 
    Am trying to upgrade a SCOM SP1 environment to SCOM R2( 3 MGT servers, 1 GW and 2 Web console boxes )
    The prerequisites are failing and it is stating the following ; 
    Operational Database SQL Version Check - The installed Version of SQL Server is not supported for the operational database
    Data Warehouse  SQL Version Check - The installed Version of SQL Server is not supported for the data warehouse
    The SQL servers are running SQL 2012 SP1 64 Enterprise, which is compatible.
    All other pre-upgrade tasks have been done. 
    Help appreciated! 

    I'm having the exact same issue, I believe. I think that Tubble has problem with SCOM 2012. Not 2007.
    I've checked the compatibility list for both SCOM 2012 SP1 and R2. All newer Windows Server and SQL versions are supported. We're running the SQL 2012 SP1 x64 Standard edition on a Windows Server 2012 Standard.
    I even tried to move the database from SQL 2012 to an older SQL 2008 R2, but that's not supported either. Only upgrading. Not downgrading.
    So, I started checking the opsMgrSetupWizard.log file for clues. And the error message was there as well. But the reason why it says not supported is that it can't get the info about the OS version, so I guess it assumes the OS version is to low. The RPC
    service can not be reached.
    [10:29:11]: Error: :GetRemoteOSVersion(): Threw Exception.Type: System.Runtime.InteropServices.COMException, Exception Error Code: 0x800706BA, Exception.Message: The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)
    [10:29:11]: Error: :StackTrace: at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
    at System.Management.ManagementScope.InitializeGuts(Object o)
    at System.Management.ManagementScope.Initialize()
    at System.Management.ManagementObjectSearcher.Initialize()
    at System.Management.ManagementObjectSearcher.Get()
    at Microsoft.EnterpriseManagement.OperationsManager.Setup.Common.SetupValidationHelpers.GetRemoteOSVersion(String remoteComputer)
    [10:29:11]: Debug: :IsSQLOnAValidComputer: remote OS version string was null or empty.
    [10:29:11]: Error: :Error:IsValidSQLVersionCheck: SqlServer OS version is too low.
    [10:29:11]: Debug: :**************************************************
    [10:29:11]: Error: :<![CDATA[CheckPrerequisites: Logic Type:and IsValidOMDBSQLVersionCheck: 2]]>
    [10:29:11]: Error: :
    [10:29:11]: Error: :CheckPrerequisites: OMDBSqlVersionCheckTitle: Failed
    [10:29:11]: Error: :
    [10:29:11]: Debug: :**************************************************
    [10:29:33]: Error: :GetRemoteOSVersion(): Threw Exception.Type: System.Runtime.InteropServices.COMException, Exception Error Code: 0x800706BA, Exception.Message: The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)
    [10:29:33]: Error: :StackTrace: at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
    at System.Management.ManagementScope.InitializeGuts(Object o)
    at System.Management.ManagementScope.Initialize()
    at System.Management.ManagementObjectSearcher.Initialize()
    at System.Management.ManagementObjectSearcher.Get()
    at Microsoft.EnterpriseManagement.OperationsManager.Setup.Common.SetupValidationHelpers.GetRemoteOSVersion(String remoteComputer)
    [10:29:33]: Debug: :IsSQLOnAValidComputer: remote OS version string was null or empty.
    [10:29:33]: Error: :Error:IsValidSQLVersionCheck: SqlServer OS version is too low.
    [10:29:33]: Debug: :**************************************************
    So, in our case this was just a FW that was blocking some high ports between management server and SQL. I believe TCP port 135 also needs to be open.
    Let's hope this fixes your issue as well, Tubble.
    Have a great day!

  • Profile Option: HZ: Display Accounts for All Operating Units

    I just noticed this profile option, but cannot find any documentation stating what it does. Does anyone know? Offhand, it sounds like the customer account is now org-striped, in addition to the sites, but I don't see any other evidence of this.
    Thanks.

    Have you looked at note 369821.1.?
    It says,
    If you want to review all of the Quotes for all organizations then you need to set the profile "HZ: Display Accounts for All Operating Units" to "Yes" at the site level. After that you will be able to see all the transactions in OCO for all organizations. Sandeep Gandhi

  • Error  invalid location structure for this operating unit

    Dear all
    when go to Receivables > setup> tax > locations i get this error and i can't solve it
    invalid location structure for this operating unit
    any one can help

    Hi
    In system option u have to define the tax type .there is a tab in system option Tax and Defaults.select u r tax type and enter the tax code.
    Regards
    Ahmed

  • Value & is not permitted for attribute Sales Unit - Material Object

    Hi gurus,I would very much appreciate expert advice on how to solve the problem I´m facing when lauching middleware object MATERIAL.
    I have 2 BDocs in red showing the following error:
    Value B20 is not permitted for attribute Purchase Order Unit
    Value B20 is not permitted for attribute Sales Unit
    I have checked table T006 and customizing and I do have unit of measurement B20 created on CRM so I don´t understand where is the error.
    Could you please help me?
    Thanks in advanced,
    Regards,
    Lorena.

    Dear Lorena,
    Many Thanks.
    ok, I need to do manually in the CRM system.  I have one question
    1: If any changes in the ERP system the data is automatically replicated in to CRM system right? then Why we need to Configure again in the CRM system. for Examaple: Proudct group and Tax.
    2.  No, I did not replicate Sales Org., but this is also automatically replicated into CRM system. But it is already replicated into CRM i.e. Initial download.
    my question is in r/3: If one customer have 2 Sales Area data is maitained in the R/3, that information is also available in the CRM side. if one more  sales area is assigned to same customer, that information is also availbale in the CRM system right? but I could not able to find the new sales area data. what is the reason? and how I can dowload the changes in the CRM system?
    I realy thanks to you, providing most valuable information and supporting to me.
    kindly provide me where should I promote points to you.
    I will try and let you know, if I am getting any problem, I will ask you again.
    Thanks and Regards,
    Jags

  • Making Programs "not there" for other account/users...

    I'm not even sure if I'm in the right place for posting this question. If not, my apologies. There are many programs installed on my computer that no one else uses or even knows what it is (I'm the computer savy person) and shows up in their account, like in applications or where ever it may be. So my question is, can I make it so that it's not there for that person to use, and only on my account for me to use (I am the administrator of the computer). Also, will it save any space on my HD if I made the programs "not there" on other accounts? Thanks.

    1. If you dragged the application onto your hard disk, create a new Finder window and click on the item in the sidebar with the house icon. Create a new folder and move the applications in here. Some application updaters may expect the application to be located in a specific place; this isn't an issue for updates you apply by dragging files into folders.
    2. No.
    (16972)

  • LiveLinkException [HR#10049]: User is not provisioned for this operation

    Hi,
    I installed EAL 11.1.1.4.000 on win2008 R2 64bit Japanese OS.
    But I met an issue after successful added Analytics Link Server node.
    When Adding bridge components to an Analytics Link Server, the error message said as:
    "Financial Management Server cannot be added: User is not provisioned for this operation"
    and the EAL.log shows:
    "LiveLinkException [HR#10049]: User is not provisioned for this operation"
    Does it means I did the wrong setting when configure EAL?
    Thanks

    Have you set up the correct provisioning for the user in Shared Services?
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • 1 PO for several Operating Units

    Hello
    Is it possible to create 1 Purchase order for several Operating Units? How can I achieve this?
    Thanks.

    A std. PO cannot be created for multiple operating units.
    However, Oracle allows you to create a Global blanket PO by checking the "GLOBAL" checkbox on the PO header.
    Hope this helps
    Sandeep Gandhi
    Independent Consultant

  • R12/AR :Invalid location structure for this operating unit

    Hi all,
    In AR Responsability: Set up / Tax / Location ............Error:Invalid location structure for this operating unit.
    Whats wrong???
    Thanks

    Hi,
    Which version you are in?
    If in R12, Have you done setups in E-Business Tax first?
    Also check Key flexfields of AR.
    Regards,
    Sridhar
    Edited by: K Sridhar on Jun 14, 2009 12:40 PM

  • 1099 Reporting for Multiple Operating Units using same Tax Id Number

    Everyone!!!!
    We have multiple operating units using the same tax id number. We need to use the 1099 standard reports. I see that in the 1099 standard programs, one of the necessary parameters is Tax Entity Id which is again at operating unit level.
    As 1099 reports need to be sent at the Tax Id Number not at operating unit level, is there any way to use the starndard program and do this, or will we have to customize it?
    We are on 11.5.10.2 if it matters. Let me know if you need more information.

    Ok, I Found it. We have to customize it. Taxes are reported at Operating Unit level only.

  • Generate different Supplier Number Sequence for One Operating unit!

    R12.1.2
    Dear Gurus,
    We run multiple operating units under one Business Group and each of them are independent entities of their own with separate ledgers and currencies based on the territories.
    We generate Supplier numbers automatically for all territories.
    But, now we have a requirement from one of the territories that we need to generate supplier numbers in a different sequence (starting from 40000000000 onwards) just for that territory. We still would like to generate supplier numbers for the other operating units (territories) using the standard sequence.
    Is this possible? If yes, please give details.
    Thanks,
    -Venkat

    Hi Venkat,
    Supplier Numbering configuration is not operating unit specific, hence the same numbering would continue to happen in the environment/application instance ...
    The workaround would be turn off Automatic and switch to Manual numbering and check with the feasibility of having a customization and Personalization for meeting the requirement ....
    Reference:
    How is Supplier Number assigned in R12? [ID 1252934.1]
    Regards,
    Ivruksha

  • PO/ Invoice created for supplier does not exist for particular company code

    Hi Gurus,
    We have a case where PO created w.r.t supplier X does not exist for any company code A. Also Invoice is generated.
    As per my analysis:
    1. Purchasing organization is assigned to the particular plant and Plant does assigned to company code. This purchasing organization does not assigned to any company code and kind of centrally allowed to any company code based on above link.
    2. Supplier X does exist for the purchasing organization. And in Partner function-For PI (Invoice presented) partner function, it is defined for another supplier Y. This Y supplier does exist for company code A and might be the reason, it is allowing creating PO and Invoice.
    Please correct me, if I am wrong or If there will be any other reason for the same. Just for your information, there is no Info record exist for this PO as it is created for service without any material number.
    Thanks for your response.
    Best regards,
    Karun Kumar

    You can create vendor only with reference to purchase organization and withoout company code.
    for this vendor, you can create PO and MIGO and system will allow but when you try to post the invoice system will prompt you to enter different invoice party. if you dont enter different invoice party, system will throw an error message "vendor is not defined in XXXX.
    So in your case, your analysis is correct.

Maybe you are looking for

  • No Menu Bar, No Dock, No way to Safe Boot or Recover

    I've searched the forums (and the web) and couldn't find a sitaution just like this one, tho a few have been close. I re-started my Mac Pro yesterday in hopes of finishing up a Logic Pro project, but upon restart my screen had no Menu Bar, no Dock, a

  • What is the need of creating New order type in PO

    Dear Experts,              I have a doubt in MM, what is the need of creating New Order Types?  Please explain with Business scenario.  Thanking you, Regards, Elangovan.A

  • Mass change the ownership of the documents ! Thoughts?

    Fellas, I am looking for some information on how mass change of ownership can happen to following documents in Sourcing: RFx MA Ex: Buyer A is the owner of the documents and he/she is no more with the organization. We would like to mass change the ow

  • Set the value of a object in request scope

    I have the object in my req scope. I need to set value to one of the object attributes if that attribute is blank. How can I set its value. <c:set var="benefitVO" value="${requestScope.BenefitVO}" />I need to set the following Object attribute value,

  • How to install oracle apps 11.5.10.2 on WinXP?

    How to install oracle apps 11.5.10.2 on WinXP?