Inventory Org Security R12

Hi
Could anyone confirm, how we could restrict the List of Values in the "Change Organisation Window", so that access to Inventory Orgs can be restricted.
The idea is to restrict access to Organizations basing on the role. So, we cannot use Organization Access as it is set at a responsibility level.
regards

Hi,
You have made it clear but, since the roles boil down to responsibilities, can you think of having different responsibilities for different roles (menus are same but org access are different)?
I know that this will make you have more resp but looks like that is the minimum customization for the requirement.
Thanks
Karthik.

Similar Messages

  • Inventory Module Upgrade from 11i to R12 - How to Copy Inventory Orgs.

    Hi All,
    We are working on R12 Upgrade project for Item Conversion.
    Requirement is to upgrade and bring all the Item setup and data from 11i to R12.
    As part of setup requirement, there are around 1900 Inventory Orgs in 11i instance. Please let me know what is the best approach / strategy to copy and bring over the 1900 Inventory Orgs.including the Master Org from 11i to R12.
    Your inputs will be highly appreciated.
    Thanks in Advance !
    Regards,
    Nityanand.

    Reporting Set of Books (MRC) in 11i is called as Alternate Currency Ledgers (ALC Ledger) in R12.
    After 11i upgrade, the reporting SOBs (MRCs) will be automatically changed to ALCs in R12.
    Some are primary and some are used as reportingI hope you are talking about MRCs.
    When we upgrade from 11i to r12, all the SOBs would be created as primary ledgers (as per oracle)If they are not MRCs and it is getting upgraded as primay ledger, you may create new ALC for your requirement.
    In that case you may need a datafix from Oracle to fix the old data.
    By
    Vamsi

  • Inventory Org Based security

    Hi All,
    We are implementing the security based on inventory organizations in BIA 7.9.5.1
    The following OOTB initialization block query provided for the security is not working.
    Interestingly the query returns me the required inventory org ids when i run it in the background but not when i login into BIEE.
    SELECT
    DISTINCT 'INV_ORG', BIS_ORGANIZATIONS_V.ID
    FROM FND_USER_RESP_GROUPS, BIS_ORGANIZATIONS_V
    WHERE FND_USER_RESP_GROUPS.RESPONSIBILITY_ID = BIS_ORGANIZATIONS_V.RESPONSIBILITY_ID
    AND FND_USER_RESP_GROUPS.START_DATE < SYSDATE
    AND (CASE WHEN FND_USER_RESP_GROUPS.END_DATE IS NULL THEN SYSDATE ELSE TO_DATE(FND_USER_RESP_GROUPS.END_DATE) END) >= SYSDATE
    AND FND_USER_RESP_GROUPS.USER_ID = (CASE WHEN 'VALUEOF(NQ_SESSION.EBS_SSO_INTEGRATION_MODE)' = 'Integrated'
    THEN 'VALUEOF(NQ_SESSION.OLTP_EBS_USER_ID)' ELSE '(select FND_GLOBAL.USER_ID from dual)' END)
    AND FND_USER_RESP_GROUPS.RESPONSIBILITY_ID = (CASE WHEN 'VALUEOF(NQ_SESSION.EBS_SSO_INTEGRATION_MODE)' = 'Integrated'
    THEN 'VALUEOF(NQ_SESSION.OLTP_EBS_RESP_ID)' ELSE TO_CHAR(FND_USER_RESP_GROUPS.RESPONSIBILITY_ID) END)
    AND FND_USER_RESP_GROUPS.RESPONSIBILITY_APPLICATION_ID = (CASE WHEN 'VALUEOF(NQ_SESSION.EBS_SSO_INTEGRATION_MODE)' = 'Integrated'
    THEN 'VALUEOF(NQ_SESSION.OLTP_EBS_RESP_APPL_ID)' ELSE TO_CHAR(FND_USER_RESP_GROUPS.RESPONSIBILITY_APPLICATION_ID) END)
    Has someone encountered this issue and knows a workaround?
    Thanks,
    Sid

    Hi Ragav,
    Could you post the name of the InitBlock you are using? I was looking at the OOTB rpd and could not find it.
    Apart from that - what do you mean saying
    Interestingly the query returns me the required inventory org ids when i run it in the background but not when i login into BIEE.How have you checked if it returns the required ids when login to BIEE?
    Regards,
    Michal
    P.S. Make sure you have "row-wise initialization" checked in your InitBlock.
    Edited by: Mich@lB on Jun 25, 2009 2:43 PM

  • Even after set Mo:Security and HR:Security,user not able to restrict require Inventory Org.

    Hi All,
    Even after set Mo:Security and HR:Security,user not able to restrict require Inventory Org.
    Both the profile option have set at responsibility level.
    Reagrds,
    Sandesh

    2785222 wrote:
    Hi All,
    Even after set Mo:Security and HR:Security,user not able to restrict require Inventory Org.
    Both the profile option have set at responsibility level.
    Reagrds,
    Sandesh
    Hi Sandesh,
    First note that HR:Security Is for HRMS module for restricting data for respective OUs
    MO:Security is for other Modules such as Inv, PO, AR, AP etc., for restricting data
    Change the inventory Org to the one you want and then query data...
    Hope it helps.
    Regards,
    Shahzad.H.Magsi

  • Inventory Organization Security question

    Hi SME's,
    Need to implement below functionalities in EBS R12. Please provide your inputs whether it can be implemented using standard oracle feature or we need to do any personalization/customization to achieve this.
    1. If user creates a new item code, he can assign the item to specific
    organizations to which he is assigned. Currently if i create a item code
    and try to assign it, i am able to see all the organization, whereas i
    need to restrict the organizations to which
    i can assign the item code.
    Whether above can be achieved without any personalization/customization, if so please advice.
    2. While PR user should be able to access items only from organizations
    to which he is assigned. This i believe we can achieve
    using org access control at resp level. Navigation is Inventory -->
    Setup --> Organization --> Organization access. Please confirm whether understanding is correct, if not provide your thoughts on implementing.
    Thanks and Regards,

    Whether second one can be achieved by org security access. Consider the below example and please let me know whether this can be implemented.
    1 Create a User --> Clerk
    2. Assign below responsbility to Clerk User
    ---> ABC Purchasing user
    3. Map below inventory organization to the responsbility,
    ABC Purchasing user
        --> ABC Raw materials Inv Org
        --> ABC Finished goods Inv Org
    So based on above setup, if user Clerk uses responsiblity ABC Purchasing user. Whether he will be able to create PR only for items in Organiztions above. Please confirm
    Thanks,

  • Creating a new Inventory Org with predetermined ORG_ID

    Hi,
    We are in the process of Re-implementing 11.0.3 system to R12. In 11.0.3 there are some external systems talking to inventory organizaions based upon the ORG_ID. (Which is hard coaded in external system)
    Is there any way by which while creating new Inventory Organization in R12, we can retain the old ORG_IDs? If not, how safe teh backend update will be?
    Any help will be highly appreciated.

    This will be delicate and you will have to practice it well but it can certainly be done.
    Couple of options.
    1) Just before going to the form, set the current_value of the HR_ORGANIZATION_UNITS_S appropriately.
    2) Open the form and just before saving a new org, use help > diagnostics > examine to look at the value of the organization_id. If it is populated, change it. If it is not populated, then this option is not possible.
    3) Put a trace on the form; find which tables are hit with an insert and then write a pre-insert database trigger to change the value of the organization_id. Drop the trigger(s) immediately after saving the new organization.
    Let me know if you need more help.
    Sandeep Gandhi
    Independent Techno-functional consultant

  • Can the inventory orgs of OU2 be used in the OU1 in teh ASCP plan...

    Hello Gurus,
    I defined an ASCP plan in one of the operating units OU1 and i have used all the inventory organizations for that ASCP plan which is definde in the OU1.
    There is an aonther Operating Unit OU2 where in some inventory orgs cater products to OU1.............
    Can i use the inventory organization of the OU2 to be used in the ASCP plan that i have defined in the OU1
    Please help me in clarifying this doubt at the earliest

    ASCP does not care about OU's. It only looks at inventory organizations.
    enable the org for collections in the ASCP instances form and set org access for the responsibility used in the organization security form (Adv Planning Administrator)

  • How to create new cost groups in inventory org using API or open interface?

    Hi,
    I would be very kind of you if you can provide me with a solution to my question below.
    I have a requirement of copying all the cost groups from one inventory org and creating the same cost groups in another inventory org using programmatically. Is there any API or Open interface that can be used to create the cost groups in the new inventory organization? If not can you suggest any other way of fulfilling this requirement?
    I would highly appreciate your help.
    Thanks,
    Ranajit

    hi,
    think, it's not possible.
    look here:
    http://help.sap.com/saphelp_47x200/helpdata/en/4f/71e05a448011d189f00000e81ddfac/frameset.htm
    "The field groups and their respective fields are defined in system tables"
    kind regards
    Andreas

  • Create a New Po Ship-To field...for a new Inventory org

    Hi..
    Created a new Inventory Org..Now i am trying to create a PO in this inventory Org...i am trying to put the ship to field to the new org...but the new inventory org is not in the list of values
    Does the invnentory org need to be configured to be able to have the ship-to use the new inventory org

    Go to Master Item Form query the Item. Navigate to Organization Assignment widow and Check mark the new org you have defined. Hope it will solve your issue.

  • Is inventory Org possible without Multiorg?

    Hi,
    Is it possible to have an inventory org with out a Multiorg?Rather is it possible to create an inventory organization with out any set up for Multi Org?
    Thanks

    it Is not possible setting-up just inventory org without any other setup (i.e. OU, LE,..)
    The Set up of Oracle apps follows the following structure which is as mentioned below
    Business Group>Set of Books>Legal Entity>Operating Unit>Inventory Org
    The relationship mentioned above is like one to many from the top where top is BG and bottom is OU
    So you need to have all these set up completed and existing to define the inventory Org,
    Hope this helps
    Thanks
    Manish Jain

  • Inventory Org

    Hi gurus
    I want to know if the expense account is the wrong account on the Inventory org,what can i do to change the account,since is grayed out.
    thanks in advance

    thanks for the respond,but then tell me if you using average costing,and you have twu subinventories how can you make the charge account/matarial account different between the two subinventories since the accounts default from the inventory org,
    and what impact if we create another inverntory org and change the costing to 'standard' for the sake of these subinventories?
    thanks in advance

  • Inventory Org finalisation

    Hi Folks,
    Could some one explain bit detail about Inventory Master Org, Inventory Org and Sub Inventory Org.
    I need clear explanation related to finance as well Inventory.
    Regards
    Prasanth

    Hi,
    So for the implementation of Financials, u will need the following:
    1. Query for the Operating Unit (OU) setup
    HRMS Responsibility: Setup --> Organizations --> Organizations
    In the organization Classifications, add "Inventory Organization"
    Click on the button "Others" --> Accounting Information
    Assign respective values for the organization
    Save
    Click on the button "Others" -->Inventory Information
    Assign respective values for the organization (will require some accounting keys here)
    Save
    2. In Order Management Responsibility for the Organization
    Setup --> System Parameters --> Values
    Search for "Item Validation Organization" and assign the Operating Unit Name
    This is necessary for Receivables Module.
    Hope this answer your question...
    Vik

  • Query to determine what inventory org a user or person belongs to??

    I feel silly for asking this, but it's not obvious to me - does anybody have a query to determine what inventory org a user or person belongs to? I assumed there would be a simple join to hr_locations, but I'm not finding it. I'll check TRMs next, but I don't see a FK in fnd_users or per_people_f...so it might be more complicated than I thought.
    11.5.9 by the way...
    Thanks!
    Scott

    What I mean is,
    Where can I know the update capabilities for a Form or a function
    I was asked by my manager to make a report to input the UserName so that the output displays the UserNmae and its associated Responsibilities and the Menu prompts registered with the responsibility(Tree Structure) and the User Form Name and User Function Name and the Update Capabilities.
    For the Update Capabilities I have to display 'Yes' if the form/function has update capabilities or not.
    And have to check whether it has Job Scheduling Capabilities or not.
    For this (Update Capabilities), which tables I have to refer?
    Thanks.

  • Planning across Inventory Orgs

    Hi All:
    We are implementing OPM 11.5.10 for a Food Manufacturer. In regards we have set up an inventory org for each of their divisions. They plan to use ASCP for Planning.
    Currently ASCP has been setup for each Inventory Org. Typically, In order to view planning recommendations , they have to launch plan for each inventory org. Lets say the customer has two inventory orgs, then the plan needs to be run twice ( 2 ) once for Inv org1 and second time for Inv org2.
    My Question : Is there a way so that we can launch the plan only once but be able to plan for all inventory orgs in one shot ?
    Thanks in advance for all the help.
    Sandeep Penumalli

    is there any reason why customer does nt want to run a single ASCP plan? I guess they should be running one single ASCP plan for both the orgs and you can set up instead of viewing plans view by queries. On the workbench instead of Plans use queries Tab. There are various queries possible to restrict to see one org's plan recommendation alone .
    Thnx
    Partha

  • Move Inventory Org to new OU

    We have created a new OU and need to move one of the Inventory Orgs to the new unit.
    Is this possible? I found the Copy Inventory Organization but it will not copy across OUs.
    Can the HRMS Heirarchy Workbench be used to do this?
    Any problems with doing this if it is possible?

    I would not suggest doing it. But the answer to question depends on a number of factors:
    Is this new OU belongs to same set of books?
    If no, just not possible.
    Also, if it is same SOB most probably you are using a balancing segment for each OU in your COA. If yes, all your inventory accounts set up at organization level and subinventory levels need to be changed, which you cannot from the front end. If you have transactions already, it makes your life even worse.
    If yes, are there any transctions already performed like POs and Sales Order and so on?
    If there are open POs, you will not be able to receive them hance all your downstream processes will be impacted.
    Some of the accounts are dereived from operating unit specific options. You may see impacts there as well (Accrual accounting).
    In all it may be easier to create new org and move the material to that organization. But a the same time, if the effort is same and you have time, you can try changing it and test.
    Thanks
    Nagamohan

Maybe you are looking for