responsibilities SQL

Is there a SQL query for r12 list all users who have access to your system EBS and the responsibilities they have assigned to their accounts? I prefer to use SQL statements so that I could interogate the data in excel.

SELECT fu.user_name, fr. RESPONSIBILITY_NAME, furg.start_date

OF fu fnd_user

fnd_user_resp_groups_direct furg

fnd_responsibility_vl en

WHERE 1 = 1

AND fu.user_id = furg.user_id

- AND fu.user_name = 'Test'

AND fr.responsibility_id = furg.responsibility_id

- AND furg.start_date > ='01-apr-2013. '

order by 3

;

Hope this will help you...

Tags: Oracle Applications

Similar Questions

  • User / responsibilities SQL

    Is there a SQL query for r12 list all the responsibilities assigned to all users? Prefer a query as opposed to a report.

    user599292 wrote:
    I don't want to limit by username, I want a single report for all users and all the responsibilities assigned to all users.
    What I understand if I was walking down users of a report on the responsibility, and we had 50 responsibilities, it's 50 reports, we would have to run that would take forever.

    Run the simultaneous program 'active users '.

    Thank you
    Hussein

  • SQL Query - to find users with the end of the responsibilities

    Oracle Apps worm: 11.5.10.2

    Oracle DB - 9i

    How can I list users and access given to them for a distribution Specifies any responsibility end being dated at the level of responsibility

    Sakshi,

    Try this, hope will solve your problem,

    Select a.user_name, a.description, c.RESPONSIBILITY_NAME, b.START_DATE, b.end_date
    fnd_user a.,
    B FND_USER_RESP_GROUPS_DIRECT,
    c fnd_responsibility_vl
    where a.user_id = b.user_id
    and b.RESPONSIBILITY_ID = c.RESPONSIBILITY_ID
    and a.user_id = 'ENTER_USER_ID';

    Thank you
    Anchorage :)

  • After clone with an external isupplier, not showing not responsibilities

    Hello

    I'm on EBS financials 11.10.2 and I finished a clone that includes a server external isupplier. I ran auto config on the database, and then the external server, then the Server internal. Now, when I log in as any user, only the responsibility to the isupplier show. When I connect as a sysadmin, I have no responsibilities. I see that they are, but they are not intended. I think it's a profile or the value of configuration option, but I'm stuck. Any suggestions would be greatly appreciated.

    I found my problem. The profile node trust level option was put outside (3) at the level of the site. I put it 2 (internal) with a sql statement

    Update APPLSYS. Set profile_option_value = 2 FND_PROFILE_OPTION_VALUES where profile_option_id = 7511 and level_id = 10001

    and now it is fixed.

    Thanks anyway.

  • How to assign multiple responsibilities of user OBIEE

    Hi all

    How to assign multiple user when responsibilities OBIEE integrated with EBS R12.

    For example, I XXX_Custom, XXXX_Custom1 responsibilities of user1 in EBS. When I navigate to EBS to OBIEE how to get these two responsibilities. It is currently only a single responsibility.

    Thank you
    Srikanth.

    Ensure that EBS GLOBAL security context. User_name is assigned to the: variable system target session USER.

    Also in init block group change cela roles and use SQL in DataSource code change.

    SELECT '' DISTINCT ROLES, RESPONSIBILITY_NAME OF
    FND_USER, FND_USER_RESP_GROUPS, FND_RESPONSIBILITY_VL
    WHERE
    FND_USER.user_id = FND_USER_RESP_GROUPS.user_id
    AND FND_USER_RESP_GROUPS. RESPONSIBILITY_ID = FND_RESPONSIBILITY_VL. RESPONSIBILITY_ID
    AND FND_USER_RESP_GROUPS. RESPONSIBILITY_APPLICATION_ID = FND_RESPONSIBILITY_VL. APPLICATION_ID AND
    FND_USER_RESP_GROUPS. START_DATE< sysdate="">
    (CASE WHEN FND_USER_RESP_GROUPS. End_date IS NULL THEN SYSDATE TO_DATE (FND_USER_RESP_GROUPS.end_Date) to ANOTHER END) > = SYSDATE
    AND FND_USER.user_id = (SELECT USER_ID FROM FND_USER WHERE USER_NAME = ' VALUEOF (NQ_SESSION.) THE USER) ";

    In order to change, just check the initialization of sage online and do not allow caching.

    Save the changes and deploy this RPD, restart OPMN services and you should now see all the responsibilities of the EBS to OBIEE.

    Have you created roles in EM with the same name of responsibility?

    I hope this helps. Pls mark if he does.

    Thank you
    SVS

    Thank you

  • R12 - assign roles to users via SQL not through forms

    Hello

    I want to give users a specific role and I would like to know if there is no sql to do this. Gives/shows only the method of forms security guide.

    Here I had 100 + users that I need the entitled, the role of and through forms, it will take me hours to days. Someone has the SQL for this?

    OracleTree wrote:
    Hello

    I want to give users a specific role and I would like to know if there is no sql to do this. Gives/shows only the method of forms security guide.

    Here I had 100 + users that I need the entitled, the role of and through forms, it will take me hours to days. Someone has the SQL for this?

    How to assign and revoke the role and responsibilities to a user using a Standard API? [373369.1 ID]

    WF_LOCAL_SYNCH
    http://ETRM.Oracle.com/pls/et1211d9/etrm_pnav.show_object?c_name=WF_LOCAL_SYNCH&c_owner=apps&c_type=package

    Thank you
    Hussein

  • Custom schema and the custom functions, menus and responsibilities

    Hi all

    My company has developed an integration of the EBS activate the third-party software create elements and other objects. We use a JDBC connector and call the underlying pl/sql API (such as EGO_ITEM_PUB. PROCESS_ITEM) Oracle. We have added some features, menus and responsibilities to our EBS 12.1.1 installation in order to provide a mechanism for access control for our JDBC integration because it connects directly to a db schema. We call FND_FUNCTION. TEST to see if the user connected / responsibility has the function it wants to call which are assigned to him. We also plan to use a custom schema, so that we don't have to plug directly into the apps schema, because we believe that our customer will not do. What do you think?

    I have planed to use FNDLOAD to download all the function menus and responsibilities to provide a script for our client, so that they can download simply all objects (menus,...).

    Now my issues are:

    Should they download these menus, functions and responsibilities in our custom schema or in the apps schema?

    The menus and responsibilities always defined in the apps schema?

    In the schema are defined if they are created in the GUI (oracle forms)?



    Thank you
    Konrad

    I would say FNDLOAD takes care to put all objects in the schema corresponding to FND/APPLSYS, right?

    Fix.

    What about subsidies for the apps schema? Don't the apps schema now on the new features, menus and responsibilities after the DOWNLOAD of FNDLOAD process?

    What grants you are talking about? The apps schema will certainly know about these new functions/menus/responsibilities (if not, you will not be able to see or access it from the application) - most of the data that is stored in the APPLSYS schema is accessible by the APPS schema.

    Thank you
    Hussein

  • Register proc of pl/sql under the concurrent program

    I'm looking to which a pl/sql package.procedure as a concurrent program.

    I would like to run the concurrent request of user FX_RATES, i.e.
    SQL> l
      1  select fnd.User_id
      2        ,fresp.Responsibility_ID
      3        ,fresp.Application_ID
      4  from   FND_User fnd
      5        ,FND_Responsibility_tl fresp
      6  where  upper(fnd.User_Name)              = 'FX_RATES'
      7* and    upper(fresp.Responsibility_Name)  = 'GL SUPERUSER'
    SQL> /
    
       USER_ID RESPONSIBILITY_ID APPLICATION_ID
    ---------- ----------------- --------------
          1067             50254            101
    So I used the following script to record the simultaneous program:
    declare
      b_OK boolean;
    begin
    
      fnd_global.apps_initialize(1067, 50254, 101);
    
      b_OK := fnd_submit.set_nls_options('AMERICAN');
    
      fnd_program.executable( 'GL_MNH_FX_LOAD'                  -- executable name
                            , 'SQLGL'                           -- application name
                            , 'GL_MNH_FX_LOAD'                  -- short_name
                            , 'GL Mnh Rate Load'                -- description
                            , 'PL/SQL Stored Procedure'         -- execution_method
                            , 'GL_RATE_LOAD.LOAD_FX_MNH_RATES'  -- execution_file_name
                            , null
                            , null
                            , 'US'            -- language code
                            , null);
      commit;
    
      fnd_program.register ( program                => 'GL Mnh Rate Load' -- Name seen on concurrent request screen
                            ,application            => 'SQLGL'
                            ,enabled                => 'Y'
                            ,short_name             => 'GL_MNH_FX_LOAD'
                            ,description            => 'Loads FX Rate file'
                            ,executable_short_name  => 'GL_MNH_FX_LOAD'
                            ,executable_application => 'SQLGL'
    
      commit;
        
      fnd_program.add_to_group('GL_MNH_FX_LOAD'
                               ,'SQLGL'
                               ,'GL Concurrent Program Group' -- Request Group Name
                               ,'SQLGL');
      
      commit;
    end;
    /
    But when I login as FX_RATES I can't view the competitor ask "GL Mnh charge rate.
    When I login with administrator user, I can see the program is defined, i.e. simultaneous-> program-> define.

    So why is the simultaneous program not available in the screen after you select SUBMIT new request when logged in as FX_RATES?

    Hints would be much appreciated!

    After you connect as user FX_RATES, what responsibility you choose? The new concurrent program should be added to the application group that belongs to this responsibility.

    For research through forms, you access the form, press F11, enter the search criteria, and then press Ctrl + F11 to retrieve results.

    PL note this change of basic objects (such as responsibilities and application groups etc.) is not recommended. These changes will not survive an upgrade, as the upgrade process will be back on all these custom changes. It is best to create custom query groups / menus / responsibilities etc. to all custom objects.

    HTH
    Srini

  • Scan for SQL Injection

    Hello

    My site has been pulled down by the host. They sent me the following message is displayed:

    "We got information that there is injection of SQL code on our server and when we draw the injection point is for your domain. '.
    This is the type of attack:
    SQL generic sql update injection attempt - GET, SQL union select parameter - possible sql injection attempt - GET parameter

    That's why we need to disable your Web site for temporary.
    Please, scan your PC and the Web site of local files and make sure that your local files from PC and the site Web is virus-free.
    If you have you analyze local files on PC and the website also make sure that there is no virus please update this post once again.
    So we can reactivate your website. »

    Anyone know what I use for scanning for this please?

    Thank you

    Apple hosts your Web site?

  • Dialog file open Firefox "which is a:" said 'SQL file' with all the files.

    Since I installed PostgreSQL on my Windows 7 PC, all files in Firefox by default SQL or add a ".sql". For example: if I download a javascript file, the saved file is "jquery.js.sql" in the downloads directory. None of my other browsers, only firefox. I did a reset complete and uninstalled/reinstalled and this problem persists. None of my plug-ins are enabled and I only firebug as an extension. How can I solve this problem?

    Try to delete the mimeTypes.rdf file in the Firefox profile folder to reset all the actions file.

    You can use this button to go to the Firefox profile folder:

    • Help > troubleshooting information > profile directory: see file
  • : SqlServer SQL

    I get the following error messages when an application sends a query:

    MSG 605, level 21, State 3, line 1
    Try to look for logical page (1:224) in the 11 failed database. It belongs to allocation unit 72058253744865280 not to 72057594040287232

    What's wrong?

    If DBCC CHECKDB or CHECKTABLE reports an error (which should be the Msg 2533), the page is corrupted or an incorrect page. You must restore from a backup to solve the problem. If you cannot restore from a backup, use DBCC CHECKDB repair options. To find the cause of this problem, you must use techniques as you would with other errors of corruption of database including: search for system-level or hardware problems (a tool such as SQLIOSIM may be useful to do so. SQLIOSIM is supplied with SQL Server 2008 and SQL Server 2008 R2 and requires no separate download) make sure you have the PAGE_VERIFY = CHECKSUM database option turned on. While one can still encounter the Error Msg 605 with active checksum (E.g. "Scribbler" problem or incorrect page provided by the IO system), allowing the checksum can provide irrefutable proof that the page has been changed incorrectly in the IO system. try to restore a backup of the database that you know who won't be 'clean' (CHECKDB errors) and backups of the transaction log that you cover the time when the error was encountered. If you can "replay" this problem of restoring a backup of database 'clean' and the transaction will connect then contact Microsoft Technical Support for assistance.

    https://social.technet.Microsoft.com/forums/itmanagement/en-us/373cf033-D3F1-4f71-AF02-a8a6b8d05828/SQL-database-is-corrupted-please-

  • The problem with SQL after the migration of the database to another machine

    Having a SQL strange problem trying to extract a database being moved from one machine to the other.  Both machines are running SQL 2008 32-bit and are both Windows 2008 servers.  When I try to backup the database using the SQL tools and restore the. BAK file on the new SQL Server, I get the following error:

    Restore failed for server 'servername' (Microsoft.SqlServer.Smo)
    Additional information:
    System.Data.SqlClient.SqlError: RESTORE detected an error on the page (44:2097184) in database 'RestoreDBName' read from the backup set.

    Similarly, when I am trying to copy the. MDF and. LDF files to the new server and tie them, I get the following error:

    Attach the database failed for the server 'servername '.
    Additional information:
    An exception occurred during the execution of a Transact-SQL statement or batch.
    A system assertion failed.  An assertion failure is usually caused by a corruption of data or software bug.  To check the database, consider running DBCC CHECKDB.  If you have agreed to send images to Microsoft during installation, a mini dump will be sent to Microsoft.  An update can be an available from Microsoft in the latest Service Pack or a QFE from Technical Support.
    Could not open new database 'NewDatabaseName' create a DATABASE is dropped.
    "" Location: "logmgr.cpp": 3277
    Expression: lfh-> lfh_startOffset is startOffset
    SPID:55
    PID: 292876 (Microsoft SQL Server, error: 3624)

    Everything I've read, these errors usually indicate some sort of database corruption.  However when I run DBCC CHECKDB on the database on the source server, it is up to perfectly don't own... None detected corruption.  In fact, this server hosts 8 different databases.  Departure from all the correct DB on the source server, none of them will restore however to a new server using one of the methods above.  I'm having a hard time to believe that each of them could be corrupted when they show absolutely no indication of a problem.

    Anyone have any ideas?

    Try to make the backup and restore via SQLCMD (or via a query in SQL Server MS window).

    The backup will be the following (obviously, change "MaBase" and "D:\BACKUPS" to some database and the location you wish to save - just using for example):

    BACKUP DATABASE MyDatabase

    TO DISK = 'D:\BACKUPS\MyDatabase.bak. '

    WITH NOFORMAT, NOINIT,.

    NAME = 'Database MyDatabase - Full Backup',

    NOREWIND, NOUNLOAD, STATS = 10, SKIP

    Copy your backup to the other server and file make:

    RESTORE the DATABASE to MyDatabase

    FROM DISK = 'E:\Backups\MyDatabase.bak' WITH FILE = 1,

    GO to "MyDatabase_Data" to "E:\SQLDATA\MyDatabase_Data.mdf,"

    GO to "MyDatabase_Log" to "E:\SQLLOG\MyDatabase_Data.ldf,"

    NOUNLOAD, STATS = 10 REPLACE

    Again, change your names and locations in function.

    If this does not work, try to restore a database by third-party tools. You can find them in Google. If you don't want to spend the time to research, you can try a tool SQL Server Recovery Toolbox. All the details about this program on the link. http://www.oemailrecovery.com/sql_repair.html

  • Server MS SQL on Tecra A9 problems

    We have two new A9 which will not run Outlook 2007 BCM implemented as it appears that the instance of SQL server on the laptop computers of MSSMLBIZ does not start. Start the service manually the results to get an error code 17058. Reinstall Office, Outlook and BCM does not help, on a single machine, we have tried to reinstall the BCM to include SQL Server and now it fails when it tries to install and run SQL server, again saying that he can not start the service.

    As this is an issue that is specific tp the two A9 (we have other PC running this fine set upward) any ideas what is causing the problem?

    Thank you

    Nick

    Hello

    Since the problem is more software and not really a Toshiba question I suggest you to check some forums Microsoft or M$ support because here probably nobody could help.

    Not much unwanted seem to have such an experience about SQL, even I can't tell you what to do and I know almost every time a sort of suspicion or response.

    A suggestion _could_ be tell me what operating system you have installed. Maybe it s related to the BONE or something else...

    See you soon

  • Update, Qosmio F - SQL Server 2005 Express Edition Service Pack 3 fails

    This update continues to be marked by the automatic update from microsoft, but fails to update no matter how many times I try to treat it... Why is it so?

    What is the aim of SQL servers and do I need? Deleting it will solve my problem?

    Hello

    Check out this page of MS:
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=3181842a-4090-4431-ACDD-9a1c832e65a6&displaylang=en

    You can download here the full Microsoft SQL Server 2005 Express Edition Service Pack 3.
    But please check the Instructions on the page of Ms.
    You will need Microsoft .NET Framework 2.0 or later and you need to follow some other measures that are mentioned on the Web site.

    See you soon

  • Problem to install SQL Server 2005

    Hi friends,
    I have Toshiba computer and I had a problem installing SQL Server 2005 when we do the connectivity to the server, it is not work properly.

    As much I know Toshiba doesn t load of SQL Server.

    By the way: Toshiba has a lot of computers. One you have?

Maybe you are looking for

  • It updates without my permission! Totally unacceptable!

    Either the arguments or the motivation may be, when I did NOT give permission to automatically update, it should be respected. I think it's very intrusive and totally unreasonable. There is simply no excuse for it.

  • Can I put the Mountain Lion Snow Leopard?  Where can I download Mountain Lion?

    Can I put the Mountain Lion Snow Leopard?  Where can I download Mountain Lion?  I don't wan to upgrade all the way to El Capitan.  Some of my software may not be compatible.

  • fminsearch error message

    When I try to use fminsearch, I get the error message "LabVIEW: the given name does not match a knowledge function, variable, or symbol." For example, I defined a function 'testfn' by a m-file called "testfn.m" containing funtion z = testfn(x,y) z =

  • More wireless HP DESKJET 3050 J611 series

    Patrick en red satisfait error.Patrick installed correctamente el ordenador reconoce como Patrick by default aunque cuanto desenchufo el cable USB appears on devices Printers Control Panel como mas clarita del e en.No height print nada, he neither wi

  • Report difficulty l / h

    Report l / h Hi I am running XP sp3 and had to buy a new monitor.  It is much wider than a conventional screen.  It is recommended that the setings should be 900 x 1600, but it doesn't seem to be available in my 'the appearance' options, all ideas gr