Query to add responsibility to multiple Users.

Hi All,
I need a query to add a newly created RESPONSIBILITY to multiple Oracle Apps Users (>1000) through sql query , not through Data Loader. Any help in this regard will be highly appreciated.
Please list out the tables on which the INSERT (or other) statement need to be performed for acheiving the above mentioned purpose.
Regards,
Imran

Hi,
I believe you need to read the list of username from FND_USER table and write a script to add this new responsibility for each user.
How to use FND_USER_PKG.AddResp
Re: How to use FND_USER_PKG.AddResp
Regards,
Hussein

Similar Messages

  • Add-MailboxPermission for multiple users on multiple mailboxes

    I have a need to grant a large number of users full access to an equally large number of mailboxes. I've previously been able to do this easily in the management shell where I have multiple users for one mailbox (or vice-versa; one user for multiple mailboxes)
    by using one of the following 2 commands:
    get-content c:\xxxx.txt | foreach { Add-MailboxPermission $_ -User user.name -AccessRights FullAccess}
    or
    get-content c:\xxxx.txt | foreach { Add-MailboxPermission examplemailbox -User $_ -AccessRights FullAccess}
    This works fine for when there are only multiple entries on one side of the equation, but using this method, I would need to run the command multiple times to get all of the accesses set up as requested. So I've been looking to see if there is a way of writing
    one command that could achieve it all in one go.
    What I've been looking at doing is creating a .csv file, filled as such;
    name,mail
    user.name1,mailbox1
    user.name2,mailbox2
    And then writing a shell command like the below:
    import-csv c:\xxxx.csv | foreach { Add-MailboxPermission $_.mail -User $_.name -AccessRights FullAccess}
    Will this achieve the result that I'm aiming for? or is it going to be easier to just go with the more time-consuming method of just having the multiple entries on one side of the equation?

    Hi,
    I have a test in my environment, you can use the following cmdlet to grant multiple users full access to multiple mailboxes.
    Import-csv c:\test1.csv | foreach { Add-MailboxPermission $_.mail -User $_.name -AccessRights FullAccess}
    For example, if I want to grant amy02, amy03 full access permission to amy01; grant amy01, amy02 full access permission to amy03, the test1.csv file should be:
    Hope this can be helpful to you.
    Best regards,
    Amy Wang
    TechNet Community Support

  • Authorware add-on and multiple users

    Hello
    I'm having trouble getting Authorware run with multiple users seamlessly on IE8. First off, I can get the add-on installed for any user at any given time. The issue is that any time a new user logs onto that computer, they will receive that "Website wants to run the following add-on" bar in IE. I'm mainly using Authorware because it is a requirement for a particular educational software. Normally it may be OK for users to click on the bar to accept the plug in. However, this step may be cumbersome for the kids using the computer. Also these computers are in a "frozen state" meaning changes won't be saved. Therefore the students will have to add the plug in each and every time they use the software.
    Is there a way to have IE accept that add-on for all users or at least automatically run the Authorware add-on?
    Arnold

    Log into the computer as Administrator, then install the Authorware Web Player. It should then be installed for all users of that computer.
    Steve

  • How to add responsibility to an user with an sql script

    Hi All,
    Apps:11.5.10.2
    DB:9.2.0.8
    how can we add a particular responsibilty to mutiple application user at a time with an sql query.
    Thanks
    Sunil

    Hey,
    Thanks for the posting on this. I have been working on this for the past couple of days and found the same "issue". The SQL is working, but the fnd_user_resp_groups 'view' at least in our version doesn't display the 'start_date, end_date, description' correctly. It seems to be hard coded to display:
    start_date = 01/JAN/00
    end_date = NULL
    description = NULL
    I found this out as I was trying to alter the table, but it then I realized it was a view. And if you look at the view details, it will show it is hardcoded.
    You should look at the user_resp_groups_all view. It displays what you have set.

  • View responses with multiple users

    When i publishes a document, others can't see the responses.
    We use the same acrobat.com account. In their tracker they can't
    see the responses of my published file, although they use the same
    Acrobat.com account. We use Acrobat Pro 9 and Tracker to manage our
    PDF files.

    We set up a response document as a team. This document is
    distributed to acrobat.com and is an open access document which is
    linked to on a website. Customers fill in the document en responses
    should be visible to the team. Only the team member whom ditributed
    the document is seeing the responses.
    Other team members cannot see the responses in their Acrobat
    tracker software (al on different Pc's), although we use the same
    Acrobat.com account settings. Is it possible to see the responses
    for all the team members on different computers?

  • Assign responsibility to multiple users

    Hi All,
    I want to assign a SSHR rresponsibility to multilple users, is there any possibility to achieve this in one go.
    Regards,

    Have you considered using the USER MANAGEMENT functions? You can create a role and assign it to a group of users. The role can contain one or more responsibilities. If you then grant the role to your group of users, they will get the responsibilities assigned to them. Please note, responsibilities assigned this way will appear as 'indirect' responsibilities on the FND USER form. They can also only be removed by user management, not by the conventional SYSADMIN route.
    Hope that helps.
    Regards
    Tim

  • How to use the same POWL query for multiple users

    Hello,
    I have defined a POWL query which executes properly. But if I map the same POWL query to 2 portal users and the 2 portal users try to access the same page simultaneously then it gives an error message to one of the users that
    "Query 'ABC' is already open in another session."
    where 'ABC' is the query name.
    Can you please tell me how to use the same POWL query for multiple users ?
    A fast reply would be highly appreciated.
    Thanks and Regards,
    Sandhya

    Batch processing usually involves using actions you have recorded.  In Action you can insert Path that can be used during processing documents.  Path have some size so you may want to only process document that have the same size.  Look in the Actions Palette fly-out menu for insert path.  It inserts|records the current document work path into the action being worked on and when the action is played it inserts the path into the document as the current work path..

  • Multiple Users accessing the same core set of queried data

    Hi. We have a small call center and we want to build an app where the users can query the same core set of data and use it to initiate calls to study participants. The trick is that they will also need to update each record with information from the call. So we need to stop two call center agents from potentially calling the same participant at the same time.
    Is there a good method or best practice for creating a app to do this? The concern is that multiple call center agents would be querying the screen with the same core set of records (for example, querying by 'Ready for Call' status). When a call is placed the agent will have a conversation with the participant and ultimately end up updating the record after about 10 minutes. So my question is whether there is a good way to keep multiple agents from working with the same record (e.g. calling the same participant simultaneously)?
    Right now it seems that Oracle will lock a record for update, but only after an agent has initiated a change to the record. This still leaves a window of opportunity for two or more agents to be calling the same participant at the same time.
    Any thoughts or ideas on this would be greatly appreciated. Thanks so much.

    By 'standard record locking system' do you mean there is nothing I need to do programatically? No block level properties to change?
    So you are saying this is just the way it always works. So as soon as one of our call center agents opens a record all I have to do is create a pending update to any field?
    But won't another user be able to open the form and just query that record not knowing another user has it open?

  • How do you add multiple users to an itunes account

    how do you add multiple users to an itunes account

    First :
    Using an iPhone without a wireless service plan
    Then restore the iPod to factory settings/new iPod on the computer your kids will use:
    iTunes: Restoring iOS software
    If you are using the same computer
    How to use multiple iPods, iPads, or iPhones with one computer

  • How to add multiple users to a role in ECC 6.0

    How to add multiple users (say 1000) to a role in ECC 6.0?

    Hi
    You can actually add multiple users to a role using transaction SU01. From SU01, use the menu Environment->Mass Changes.
    Here you can manually add the users, select them by address or authorisation data. Once you have your user list, you can then add or remove roles and/or profiles.
    Secondly , You can use SU10 to do mass changes to multiple users including role assignments per logical systems
    Also check the following link:
    http://www.sap-img.com/bc021.htm
    I hope this should do it
    regards
    Chen

  • Add multiple users to a certain database in the SQL server in one go

    I wonder if there is any method to add multiple users to a certain database in the SQL server in one go and without using transact code.
    I can add a single user to a certain database “Q” for example by right click on the user “U1” for example then properties then in user mapping tab select
    the database “Q”, so there should be a method to add multiple users ( U1,U2,U3…) to this database?
    Best Regards,
    Ahmad

    Many thanks Visakh16,
    I can do this using the below script, but what I am searching for is do to this without any scripting.
    USE TestDatabase; --Make sure you have the right database
    DECLARE @sql VARCHAR(MAX) = '';
    SELECT @sql = @sql + 'CREATE USER ' + name + ' FOR LOGIN ' + name + ';
    ' +
    'GRANT CREATE TABLE, CREATE PROCEDURE, CREATE VIEW, VIEW DEFINITION TO ' + name + ';
    FROM sys.server_principals p
    WHERE p.type in ('S','U') -- SQL Logins and Windows Login. Do not change!
    and p.name in ('U1','U2','U3'); -- List of names to add. alter to suit
    PRINT @sql; -- Show the statements being executed in the messages pane
    EXEC(@sql); -- Run the statements that have been built
    Thanks,
    Ahmad

  • Service/Plan to Add multiple users to OrgUnits

    How to update OU members in CCP 9.3.2 by using Services ? Is there any way to use Rex ? What Transformation format should I use?

    Hi Lee,
    "Add Organization Technical Administrator" service is using REX Add Person agents which will update "Organizations" attribute for one user, but what I need is to populate "Organizations" attribute of multiple users with multiple OrgUnits or the other way, adding multiple users as a member of one or multiple OrgUnits.

  • Add-on Used By Multiple Users Simultaneously

    I'm trying to implement an add-on that can be used by multiple users in SBO simultaneously.  After installation, the code I have created works great for one user, and is set to start automatically on user login for all users.  However, when I leave one user logged in and then try to log in with another user account, I get an exception because the exe is already running under the other user.  What is a good solution to get around this and would anyone have any sample code from one of their projects?  I'm using Business One 2004 PL14, as well as for the SDK, and VB.NET/Studio 2003.
    Thanks in advance!

    I am trying to picture this.
    Are you starting up an entirely new SBO client on the same workstation and logging in under a different user when this occurs?
    Can you provide a little more info on the error code you are getting and what is reporting the error?

  • I Would Like To Access And Add To My Library. I Am Logging On To Multiple Users And DownLoading The Content, But I Am Unable To View My Complete Library From One User To The Next.

    I Would Like To Access And Add To My Library. I Am Logging On To My Account From Multiple Users On A Computer And Am Not Able To View My Complete Library When I Change Users.

    tHE lIBRARY iS iN yOUR uSER aCOUNT.

  • Is there any query to know the multiple users name from their ids?

    is there any query to know the multiple users name from their ids?

    Hi,
    Goto TCode SUIM  Select Users  Select Users by Address Data
    It will give you the users list
    Regards,
    Sankaran

Maybe you are looking for

  • How to use Templates in JSP.

    Hi, is any body knows how to apply templates In JSP technology. I was wondering if some can give some example or link to a working Example Thanks in Advance.

  • XML on PSP

    Hi everyone, I've just created a .fla to verify if XML can load on PSP flash player. XML can't load! do you have some information about this argument? Any PDF or guide?

  • How do I automatically spin down the hard drive to save power?

    I have searched for this in the wiki and the forums, so if I've missed something, please point it out to me, but is there a way to have Arch automatically spin down hard drives and/or suspend the machine to ram to save power? I'm not really intereste

  • I'm having trouble with how the font/font size appears once its in InDesign.

    Help! @I'm having trouble with how the font/font size appears once its in InDesign. It looks good in Word, then I make my PDF, place it and it suddenly looks different. It's frustrating because not all of the documents look that way, creating a very

  • Return code for EXECUTE PROCEDURE (native SQL)

    Hi Experts, I've seen in the Note 364707 that the field %_ERRCODE is no longer supported since WAS 6.10 for stored procedures like this: EXEC SQL.   EXECUTE PROCEDURE proc [(parameter list)] %_ERRCODE INTO :rc ENDEXEC. So an Upgrade to WAS 7.00 gives