Access Project in Multiple operating units.

Hi All,
I am Facing an Issue in Projects and Templates.
Actually my scenario is :
I need to create a Time Card (JSP PAGE) basing on Project Number. This Project Number should be used in every organization i.e in which it has created and also other than the operating in which it was created.
Best Regards,
Suresh.

Hi,
You should do Provider and Receiver Controls.
Regards,
Bvt

Similar Messages

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

  • Use ar_receipt_api_pub create_cash API across multiple oper units

    Hi,
    I have a requirement to create AR receipts across multiple operating units and I am using the AR_RECEIPT_API_PUB's create_cash() to do that. The APIs work fine and I can create receipt in oper unit A. But when I changed to a different operating unit B and call the API, it terminated with NO_DATA_FOUND error.
    If I run my same code with operating unit B and then oper unit A, it created receipts in oper unit B but returned NO_DATA_FOUND in oper unit A. That way I confirmed there is no set-up issues with both oper units.
    I tried following 4 different ways to switch to different operating unit but all resulted in NO_DATA_FOUND:
    1) mo_global.init('AR');
    2) mo_global.init('AR'); fnd_client_info.set_org_context(&org_id>);
    3) mo_global.init('AR'); mo_global.set_policy_context('M', &org_id) ;
    4) mo_global.init('AR'); mo_global.set_policy_context('S', &org_id) ; (My EBS set-up has multi oper units, but I tried 'S' flag because of lack of ideas)
    Please help. Thanks!
    Mike.

    @MikeLi,
    Did you find any solution for this problem? We are facing this problem on R12 while creating AR receipts across multiple operating units. We will be glad if you share the solution. We have tried all possible ways; but did not help. When we look at the mo_glob_org_access_tmp ; we have access to all organizations; but the api returns 'no data found'
    Thanks.

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

  • Check Payment Processing Across Multiple Operating Units

    Hi There
    We are currently implementing Oracle R12 at the company I work for. Our solution implementer has informed us that you cannot process one check (cheque) payment across multiple operating units and that this is an outstanding enhancement with Oracle. Therefore (if we accept) this we will have to process a seperate check per operating unit which will increase our payment processing significantly.
    Can anyone out there:
    A. Confirm this is indeed an issue
    B. Are you aware if Oracle are doing anything about it and
    C. Is there any workaround that we could consider to lessen the impact.
    Thanks

    Hi,
    Scenario 1
    If you are going to make Single check payment to the same supplier having different sites under various operating units, oracle has provided a workaround, i.e. to make a manual payment in payables module, however it would not generate any payment instruction.
    Scenario 2
    If you are going to make single check payment to various suppliers in different/same operating units, it is not allowed by Oracle, as there is no logic behind it. You cannot have 1 check generated for different suppliers ...
    I am assuming you are referring to Scenario 1, in which case, i would say there is an WORKAROUND suggested by Oracle to make use of MANUAL PAYMENT method, which you could discuss with your Solution Implementer.
    Regards,
    Ivruksha

  • How to set multiple operating units in before report trigger

    hi all
    can any one help me out in getting clear in how to set multiple operating units in before report trigger in oracle report.
    as we set single operating unit (mo_global.set_policy.context('S',81); as 81 is my operating unit).then who to set for multiple operating unit at run time.

    Sounds like eBusiness Suite, right? Better ask this in the appropriate forum.

  • Accessing a Item master from across multiple operating units

    HI,
    We have created two operating units and two inventory org's.
    we have created an item in teh item master and assigned to the inventory org.
    now we have a scenario.
    one inventory org belongs to one OU and another inventory belongs to another OU.
    i have created an item in item master and want to share the same item to different org's of different OU's..
    can anybody explain.
    Thanks in advance
    Thanks,
    Vinod

    Vinod wrote:
    HI,
    We have created two operating units and two inventory org's.
    we have created an item in teh item master and assigned to the inventory org.
    now we have a scenario.
    one inventory org belongs to one OU and another inventory belongs to another OU.
    i have created an item in item master and want to share the same item to different org's of different OU's..
    can anybody explain.
    Thanks in advance
    Thanks,
    VinodVinod,
    you need to have organization access for all the org's which you need to assign item..
    For example i have vision china..which is both inventory org and OU..and M1 which is inventory org..which is under ision operations..i have given inventory organization access to both this org to inventory super user responisibility..
    Now when i create a item in v1 item master..i should able to see M1 and vision china in organization assignments.
    so that i can assign the item to vision china as well
    HTH
    Mahendra

  • How can i incorpurate multiple operating unit feature in rdf(Custome AP Report)

    Hi, Team,
    i have a requirment is..will select 1 Operating unit need to get data for only that OU, if will provide Null value need to get data for ALL OU's.
    i am trying below script using in Report level 'AfterPForm'
    if :P_ORG_ID IS NULL THEN MO_GLOBAL.SET_POLICY_CONTEXT('M',null);
      ELSE MO_GLOBAL.SET_POLICY_CONTEXT('S',:P_ORG_ID);
      END IF;
    getting below error.
    Forcing NLS_NUMERIC_CHARACTERS to: '.,' for XDO processing APPLLCSP Environment Variable set to : Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are : AMERICAN_AMERICA.AL32UTF8 '.,' Enter Password: MSG-00000: And so it begins ... MSG-00001: After SRWINIT REP-1419: 'beforereport': PL/SQL program aborted. REP-0069: Internal error REP-57054: In-process job terminated:Terminated with error: REP-1419: MSG-00000: And so it begins ... MSG-00001: After SRWINIT REP-1419: 'beforereport': PL/SQL program aborted.
    but this report running fine for Single OU, that is the parameter value is provided.
    appriciate your assistence on this. need to clos this ASAP, please do the needfull.
    Thanks,
    Venkat.

    Hi,
    Just simple ...
    You can take the Operating Unit (OU as you said) in the where condition of you query...
    e.g.,
    where
    (p_parm_ou = :ou or :ou is null )

  • Relation between item master org and operating Unit

    How single item master org can relate to multiple operating Unit so that items defined at Master Org level can be accessed in other operating units ?

    Hi,
    Item will be accessed in inventory organizations which you assigned the item to.
    To access items from particular Operating Unit in Purchasing module
    define Operating Unit Organization as a Inventory Organization as well.
    Then choose this Organization as a Inventory Organization in Purchasing : Setup>Organizations>Financial Options.
    In Order Management you choose an Operating Unit which items can be accessed.
    Each item assign to Item Master Organization and to Operating Unit Organization and to required Inventory Organizations.
    This works in 11i. I dont know how it is in R12.
    regards,
    Marcin

  • Posting to AX by specific Operating Unit

    I would like to know if anybody knows if it is possible in AX (Global Accounting Engine) to select a specific Operating Unit instead of select "All" in this field so I can post to a specific set of books by that specific operating unit.
    I have the situation where I have multiple operating units posting to the same and unique Corporate set of books and then I have a separate statutory set of books where I will post the data for specific operatin unit. Do I have to create separate corporate set of books for each operating unit so I will have one to one posting? Or can I have the option of selecting the operating unit I want to be posted to each statutory set of books?
    Thanks
    Claudia

    Please see if these docs help.
    Oracle Applications Multiple Organizations Access Control for Custom Code [ID 420787.1]
    Where To Set The "Operating Unit Mode" When Defining A Concurrent Program [ID 847094.1]
    Thanks,
    Hussein

  • Data Security for single operating unit

    Hi,
    We have only one OU implemented and have two businesses X and Y. Now, Y deals with patient healthcare information so they are subject to HIPAA regulations, but X is not. A business requirement was defined that X users should not have access to Y customer data, but currently the only way we were aware of separating data within Oracle is through operating units. Multiple operating units is not an option so we need some soluion around it.
    All pointers are appreciated.
    Thanks,
    Rahul

    Hello Justin..
    Sorry for the late response...We'll have the data,say for customers, in our database all with the same OU. But at the same time, we need to segregate the data so that X business can't see Y's customers and vice versa. I know this is possible through the OLS but wanted to weigh different and easy to implement options, as we already have a huge set of data that we need to segregate based on business.
    Thanks,
    Rahul

  • Upgraded to R12 and Operating Unit Error is coming

    We have upgraded to R12. As per the metalink note 259546.1 we have applied a patch to create a non usable operating system as we are not using any of the financial modules.
    But now when I am trying to open "Create Timesheet Screen" it gives the following error.
    "java.sql.SQLException: ORA-20001: SQL_PLSQL_ERROR: N, ROUTINE, MO_GLOBAL.INIT, N, ERRNO, -20001, N, REASON, ORA-20001: APP-FND-02901: You do not have access privilege to any operating unit. Please check if your profile option MO: Security Profile includes any operating unit or the profile option MO: Operating Unit is set.
    I checked the profile option MO:Operating Unit, which is assigned by the the patch that I applied for creation of non-usable operating system.
    Any one faced some similar issues

    Additional Info
    I have set only MO: Operating Unit profile and not MO: Security Profile

  • Centralized purchasing operating unit in drop shipment cycle

    Hi all,
    In multiple operating units, is there a way to use drop shipment cycle with a central Purchasing Operating Unit?
    I mean creating sales order in OU 1, Importing Purchase Requisition and auto create Purchase Order in OU 2(Central Purchasing OU), and receiving in OU 1, then shipping from OU 1
    Thanks for all,

    Dipanjan Maitra wrote:
    Consider this progression for your scenario:
    Customer Sales Order is created in OU1 >> Internal requisition is created in OU1 >> Internal Sales Order is created in OU2 with source type as External(dropship) >> Purchase Requisition is created in OU2 >> Purchase order is created in OU2 and sent to vendor >> item received in OU2 >> Internal Order is fulfilled >> Inter-org transfer is initiated from OU2 to OU1 >> Item is received in OU1 >> Customer Sales order is fulfilled in OU1 and shipped from OU1
    DipanjanDipanjan
    Are you sure Inter-org transfers will work for One OU to other??
    Thanks
    Mahendra

  • Fetch the operating unit name based on the country name

    Hi all,
    I want to fetch the operating unit name based on the country name, there is no link between fnd_territories(_tl) and hr_all_organization_unis(_tl) tables.
    Can any one know how to get this thing.
    any help or idea is appreciable.
    Thanks,
    Giri

    Giri,
    I don't think you will find such a link. One country can be used by multiple operating units.
    Hope this helps,
    Sandeep Gandhi

  • Match bank statement lines across mutliple operating units

    Hello,
    We need the ability to reconcile bank statement lines from a single bank account with transactions across multiple operating units. Any ideas how I can do this in Oracle R12?
    Thanks for your help.

    Horrible code. If defies logic and basic Oracle concepts...
    Why even use a package when monolithic cr@p like this is written?
    What is wrong with this code you may ask? Everything.
    What is right with this code? Nothing.
    How to fix this code? Cannot be fixed. It needs to be trashed. Every single infected byte. And new code needs to be designed and written that addresses the requirements logically, adheres to Oracle concepts, and applies fundamental software engineering principles.

Maybe you are looking for