List of all Discoverer workbooks & the responsibility shared to those wrkbk

Dear All
I have an urgent requirement to develope an SQL query that will fetch all the available discoverer workbooks (in our instance) and the list of responsibilities where these workbooks are shared.
In addition to this I also need a second query where we need to fetch all the Responsibilities, Menu where discovere report function is attached.
I am very much sure some one of you can help me. Thanks again to you all. I am waiting for your prompt reply.
Thansk and regards,
Avinash Patel

Thank you Hsawwan,
I have also managed to write some code which i think will be helpful for many others:-
select docs.doc_name,
fnd.responsibility_name,
priv.ap_eu_id,
decode(usr.eu_role_flag, 0, 'user', 1, 'role') user_role
from EUL5HR_US.eul5_documents docs,
EUL5HR_US.eul5_access_privs priv,
EUL5HR_US.eul5_eul_users usr,
apps.fnd_responsibility_tl fnd
where docs.doc_id = priv.gd_doc_id(+) and priv.ap_eu_id = usr.eu_id(+) and
usr.eu_username =
'#' || fnd.responsibility_id(+) || '#' || fnd.application_id(+) and
fnd.language = 'US'
and priv.ap_type(+) = 'GD' and docs.doc_name = '&Enter the Workbook Name'
Thanks and regards,
Avinash Patel

Similar Messages

  • Newbie ques : How to get the list of all tables in the database

    Hi,
    I'm very new to Oracle (using Oracle8i currently). I wanted to know if there is a way to get the list of all tables in the database. Like in mySQL you can use the command " show tables" to get the list of all the tables.
    Any help will e greatly appreciated. Please "cc" any reply to [email protected] also.
    thanks
    Deven

    Hi
    Select table_name, owner from all_tables;
    will give u all the tables in the database.
    all_tables, dba_tables, user_tables
    all_objects, dba_objects, dba_objects
    there are many, more tables. login as system and query the tab and try to describe the tables.
    Thanks
    Malar

  • Table to get the list of all tables in the database

    hi,
    please let me knwo the table where i can get the list of all tables in the database

    hi,
    please let me knwo the table where i can get the list
    of all tables in the databaseHi Michael,
    Will you EVER start reading some documentation?
    I guess it's not far that many regulars won't reply to those kind of questions.
    Believe me, reading doesn't hurt (well, at least, most of the times).
    Rgds,
    Guido

  • List of all objects in the data dictionary

    How to capture the list of all objects in the data dictionary named like PSDFDI and verify they are granted to the FDIREADR role

    See the database security guide http://docs.oracle.com/cd/B28359_01/network.111/b28531/authorization.htm#BABFHBFH
    Finding Information About User Privileges and Roles
    This section discusses the system views that have the grant information.
    The tricky part of this is that because roles can be granted to other roles the data is hierarchical.
    So start with the grants made to the FDIREADR role. So referring to the doc above;
    select * from role_role_privs where role = 'FDIREADR'will list the roles granted to your role.
    You will want to look at ROLE_ROLE_PRIVS, ROLE_TAB_PRIVS and ROLE_SYS_PRIVS.
    I suggest you walk thru the views manually to see how the information is related. Then write a test script that queries the views for you.

  • How to retrieve Task Lists from All Subsites to the Parent Site and display in Grid view using CAML Query

    How to retrieve Task Lists from All Subsites to the Parent Site and display in  Grid view using CAML Query + object model

    do u just want task list or items under task list for all subsites
    for items use spsitedataquery ref
    http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spsitedataquery.aspx use recursive to get it from alll subsite under site collection
    for tasklist only u can a simply use a for loop to find in all subsite
    Manish Sati

  • List of all interfaces in the XI landscape

    Hi Experts,
    Currently my company is going through a merge project with a second company, and we want to integrate the SAP systems. This will inevitably mean more interfaces to be built. What we would like to have is a way to generate a list of all the current interfaces in the XI landscape, so we can get a good overview of what can be reused or copied.
    I know we can get a list by opening the ID and looking at the configured scenario's, but we would like to automate this. Are there any tables where the interface scenario names are stored, and where we can see which type of interface it is (IDOC / File / JDBC / ...)?
    If someone knows of a solution for this, it would be greatly appreciated. Otherwise this will remain a manual action, and as such, prone to mistakes or oversights...
    Our current XI landscape is XI 3.0, SP18.
    Thanks in advance,
    Yordy

    Hi,
    Solution is very simple: Use ABAP table SMPPREL3, this table contains all relationships (end-2-end) interface. You can use this table to know all about interface.
    Only caution is that this table also have some wild-card entries so total number of interface count can vary by 1-2%, but this happen on runtime only, this table will perfectly match your manual counting.
    Regards,
    Gourav
    <i>Reward points if it helps you</i>

  • DataSource or Crosstab -- List of all Members in the current selection

    Hey Design Studio Experts,
    i need a collection of the  >>current<< member list of a datasource,
    Example: i have the Datasource DS_1, which is filtered by 2-3 filters, so the number of lines, that is delivered by the DS_1 is less than the number of lines in the Query of the DS_1.
    I have checked already the built-in Methods: getData delivers only a Sting (single value), but i need all members of the current selection.
    Thank You in advance.
    Alex

    Nikhil ,
    There are many IDs in the selection, and i need the complete list of them,
    i repeat my requerement again:
    1) WE have query that delivers following lines:
    ID          Color                    Amount
    a               red                              3
    b               blue                            3
    c               Magenta                     1
    d               blue                            10
    2) We set a filter : Filter_1 (Color) = Blue.
    3) After the upper filter got active, we see only two lines:
    ID          Color                    Amount
    b               blue                            3
    d               blue                            10
    As i said im interested in the IDs of the selected lines. So i need a list of values = (b, d)
    meanwhile i think there is now suitable method that delivers the needed result.

  • List of all queries in the system

    Hi all
    <b>I want to get a list of all QUERIES in my BW system and the details of the DATA TARGETS (cube or ODS) on which they are made.</b>
    Can i get it from any TABLE or TRANSACTION? or will i have to go to each query ( grouped by INFOAREA) to do the same. This i felt will be very tedious. Please advise.
    Regards,
    Pradyut.

    Hi Pradyut,
    Use this table instead - RSZCOMPIC. Give the selection parameter as cube/ods technical name and the version as active.
    This would give the list of technical name of the queries for a Cube/ODS. To get the description of the query use the table RSZCOMPDIR -> give the technical name of the query as input parameter and get the desription. The description is stores in the COMPID field.
    Hope this helps.
    Bye
    Dinesh
    (Do not forget to assign points!!)

  • How do I display a list of all emails without the thread indetations?

    I must have accidentally clicked the wrong thing. Now one of my email folder listings has the emails with the same subject line all indented in what I suppose is the THREAD format. I want to keep it simple and just list them in date/time sequence. How to I get rid of the indented thread format?

    alternative to the solution from Matt you can check if the threaded button is visible in your message list (see attached picture)
    [[https://support.mozilla.org/en-US/kb/configuration-options-viewing-messages#w_specify-whether-messages-in-the-message-list-are-grouped-into-threads|some more infos in 'Specify whether messages in the message list are grouped into "threads" ']]

  • One Library for all users on the system - Sharing?

    Hello.
    I'm using iTunes 9.0.3 on OS X 10.6.2. On this system, there are TWO users, one for my wife, one for me. I'd like to "merge" the seperate iTunes libraries, so that there's only one shared library for all users.
    How could this be achieved?
    Searching the web, I found a writeup on [dougscripts.com by Paul Whitey|http://dougscripts.com/itunes/itinfo/sharedlib.php], which basically explains to move ~/Music/iTunes to /Users/Shared/iTunes and making sure that there's an alias in ~/Music pointing to /Users/Shared/iTunes. It also explains, that the ownership of the files & folders is to be changed so, that all users have read & write access. This then looks like this on my system:
    !http://img214.imageshack.us/img214/6223/fileinfowithbothusersha.png!
    -> http://yfrog.com/5yfileinfowithbothusershap
    It works good - both "alex" and "sandra" can work with these files (ie. move them, rename them, change ID3 tags).
    But see those:
    !http://img714.imageshack.us/img714/2183/fileinfowithonlyalexhav.png! !http://img686.imageshack.us/img686/7807/fileinfowithonlysandra4.png!
    --> http://yfrog.com/jufileinfowithonlyalexhavp & http://yfrog.com/j2fileinfowithonlysandra4p
    That's from files which sandra or alex have added later on. Only the one who added these files can modify them (which is of course correct, if you have a look at the file permissions).
    How would you go about having only ONE iTunes database on the system? Simply putting the iTunes Db on a shared folder doesn't work well, as can be seen above. Always having to fiddle around with the file permissions isn't exactly comfortable…
    Any suggestions?
    Thanks,
    Alex

    Hm. PowerTunes crashs, when I make it Share my library. I pasted the crash report at http://pbox.ca/13gwy
    Since I cannot know how/if would work (because of the crash…), please correct me if I'm wrong, but wouldn't it also just move the files to /Users/Shared and set permissions correctly? Wouldn't I need to keep on running PowerTunes from time to time, or is it "run once and forget" application (if it works)?

  • Display list of all phone Running the same application using wifi in c#

    someone help me  please
     I want list all the devices connected in my application usin wifi

    The closest can get is this thread
    http://stackoverflow.com/questions/2377426/how-to-scan-the-wireless-devices-which-exist-on-the-network/2396230#2396230
    To connect to wifi then you can use this:
    https://msdn.microsoft.com/library/windows/apps/dn297617
    chanmm
    chanmm

  • List down all subreports in the main report

    Hi All,
    I am developing reports in Crystal XI R2. I am working on the listing all the subreport names in the main report. I tried to use Filename function but it is not showing any report name even in the subreport itself.
    Is it possible with any work around? Please help.
    Regard,
    Ashish

    Hi ashish
    Do you mean you want to have a hyper link of all the subreports from the main report.
    main report
    subreports
    link1
    link2
    link3
    You can just do like this insert->subreport->select the report name and place it whereever you want. You can select many reports like this.
    Is this answers your question?
    Regards
    usama

  • List/Tracking all forms in the system

    Hello,
    I'd like to ask if there is a way to list all forms that currently are in the system and track the form was updated or removed with timestamp? If so, can you please
    show me how to have it done.
    Thanks in advance,
    HD

    Hi Nith,
    Thanks for the helpful info. I ran some queries and did get what I need to see.
    Han Dao

  • How can I get the list of all canvas in the forms programatically?

    I want an exemple of how to do it. I really need it to put in a template.

    This is the code.
    You will see how to loop through every item of every blocks of the form:
    PROCEDURE Get_Canvas_Names IS
      lc$blockDeb     varchar2(60); -- start block
      lc$block          varchar2(60); -- current block name
      lc$item               varchar2(60); -- current item
      lc$Type               varchar2(20); -- item type
      lc$itemdeb     varchar2(60); -- first item
      lc$canvas          varchar2(60); -- current canvas name
      lc$tabcan          varchar2(60); -- current tab canvas name
      lc$Acanvas     varchar2(60):= ' '; -- old canvas name
      lc$Atabcan     varchar2(60):= ' '; -- old tab canvas name
      ln$NbRec          pls_integer := 0 ;  -- number of records (for know if the block is multi-records)
    BEGIN
      LC$BlockDeb := get_form_property( NAME_IN('System.Current_Form'), FIRST_BLOCK ) ;
      LC$Block := LC$BlockDeb ;
      Loop -- For each block of the form
      LN$NbRec   := get_block_property(LC$BLOCK, RECORDS_DISPLAYED) ;
      lc$itemdeb := get_block_property(LC$BLOCK, FIRST_ITEM) ;
      lc$item := LC$BLOCK || '.' || lc$itemdeb ;
      while lc$itemdeb is not null loop -- For each item
        -- visible item ? --
        IF GET_ITEM_PROPERTY(LC$Item , VISIBLE) = 'TRUE' Then
             -- Get the canvas and tab canvas name --
             lc$canvas := GET_ITEM_PROPERTY(LC$Item , ITEM_CANVAS ) ;
             lc$tabcan := GET_ITEM_PROPERTY(LC$Item , ITEM_TAB_PAGE ) ;
        End if ; -- GET_ITEM_PROPERTY(LC$Item , VISIBLE) = 'TRUE'   
        lc$itemdeb := get_item_property(lc$item, NEXT_NAVIGATION_ITEM );
        lc$item := LC$BLOCK || '.' || lc$itemdeb ;
      end loop ;
      LC$Block := get_block_property( LC$Block, NEXTBLOCK ) ; -- next block
      exit when LC$Block is null ;
      End loop ;
    END Get_Canvas_Names;all you have to do is to save each different canvas names in a pl/sql table.
    Francois

  • How can I get a list of all workbooks

    Can anybody please tell me how can I get a list of all my workbooks that are on my Oracle Discoverer database without having to manually write them down? I am using Oracle Database 10g Enterprise Edition.

    Hi,
    To implement the EUL Management BA follow metalink NOTE:556932.1
    there are very simple steps you need to perform in order to use it

Maybe you are looking for

  • Crystal report addon : preview error

    Hi All, The question has been answered a number of times on SDN but the workaround does not work in my case. please guide.: I am working on 2007 B PL 10. I have installed crystal report 2008 for B1 downloaded from SAP portal. I have installed crystal

  • How to change login account in icloud

    How to change login account in iCloud on my iPad? Appreciate your help. Thanks

  • Not able to compile servlet

    Hello I would like some one to help me. I have WindowsXp professional on my Laptop. I downloaded jdk and I am able to compile and run the core java files. I downloaded j2sdk1.4.2_10 from the website www.java.sun.com. and then set the path in the envi

  • JOIN in UPDATE  using JDBC  receiver

    Hi All The scenarios is as follows : I have to implement,updation of a flag in a table where the  column names in the WHERE clause are from two different tables in the same database. i.e UPDATE T1 Set T1.flag =1 where T1.columnA=value1  and T2.column

  • How to create a testing server in dreamweaver?

    Im finding problem in creating testing server so can any one help me. plz be elobrate