How to find the responsibility of seeds of Oracle

This correct understanding that all rows in table with created_by = 1 fnd_responsibility_tl rows are seeded by Oracle, that is, they are seeded Oracle responsibilities?

Is there any other responsibility as well which could be sown?

This correct understanding that all rows in table with created_by = 1 fnd_responsibility_tl rows are seeded by Oracle, that is, they are seeded Oracle responsibilities?

Correct - unless this column has been updated manually.

Is there any other responsibility as well which could be sown?

Outside the query you have and the naming convention, in my view, there is no other way (diary of an SR to confirm with support of Oracle).

Thank you
Hussein

Tags: Oracle Applications

Similar Questions

  • How to find the responsibility given access to sharing a workbook?

    I have this code to find users that files have been shared with. How can I find responsibilities that files have been shared with?
     
    select docs.doc_name, 
    fnd.user_name, 
    priv.ap_eu_id, 
    decode(usr.eu_role_flag,0,'user',1,'role') user_role
    from eul_us.eul5_documents docs, 
    eul_us.eul5_access_privs priv, 
    eul_us.eul5_eul_users usr, 
    applsys.fnd_user fnd
    where docs.doc_id = priv.gd_doc_id(+)
    and   priv.ap_eu_id = usr.eu_id(+)
    and   usr.eu_username = '#'||fnd.user_id(+)
    and   priv.ap_type = 'GD'
    and   docs.doc_name = :my_doc 
    -Tracy

    Hello

    You can probably use code like this:

    select docs.doc_name,
    fnd.responsibility_name,
    priv.ap_eu_id,
    decode(usr.eu_role_flag,0,'user',1,'role') user_role
    from eul_us.eul5_documents docs,
    eul_us.eul5_access_privs priv,
    eul_us.eul5_eul_users usr,
    applsys.fnd_responsibility_vl fnd
    where docs.doc_id = priv.gd_doc_id(+)
    and   priv.ap_eu_id = usr.eu_id(+)
    and   usr.eu_username = '#'||fnd.application_id(+)||'#'||fnd.responsibility_id(+)
    and   priv.ap_type = 'GD'
    and   docs.doc_name = :my_doc 
    

    Rod West

  • How to find the update of Cummulate of oracle 11.5.9

    Hi all

    How can we find 11.5.9 CU1 CU2 or

    Thank you
    Bhanu Chander.

    Bigot,

    11.5.9 CU2 patch number is 3171663, please run the following query to check if you have this hotfix applied or not:

    SQL> select *
    from ad_bugs
    where bug_number = '3171663';
    

    By the way will you please share your name once more... I forgot your name

    It's Hussein (already mentioned in my profile). Maybe I should change my handle to match my name :)

  • How to find the history of Tablespace in Oracle database?

    Hello

    I need to find which data was inserted on the weekly basis in the particular tablespace.

    Because we need to find which tables update very frequently, and also we didn't have plenty of space in the server.

    If we can find it, it would be useful for us to communicate with the developers.

    Thank you

    Shiv.

    For tablespace growth

    ==================

    Select

    TO_CHAR (sp.begin_interval_time,'dd-mm-yyyy "") days.

    TS.tsname,

    Max (round ((tsu.tablespace_size* dt.block_size) /(1024*1024), 2)) cur_size_mb,.

    Max (round ((tsu.tablespace_usedsize* dt.block_size) /(1024*1024), 2)) usedsize_mb

    Of

    dba_hist_tbspc_space_usage tsu,

    dba_hist_tablespace_stat ts,

    dba_hist_snapshot sp,

    dba_tablespaces dt

    where

    Tsu.tablespace_id = ts.ts #.

    and

    Tsu.snap_id = sp.snap_id

    and

    TS.tsname = dt.tablespace_name

    and

    TS.tsname not in ('SYSAUX', 'SYSTEM')

    Group

    TO_CHAR (sp.begin_interval_time,'dd-mm-yyyy ""), ts.tsname

    order of ts.tsname, days;

    To check the tablespace free sapce

    ================

    Select nom_tablespace, sum (bytes) /(1024*1024*1024) from dba_free_space where nom_tablespace = group 'LARGE_DATA' order by 2 desc nom_tablespace

    To check the size of tables

    =================

    Select sum (bytes) in dba_segments where nom_segment = "XYZ";

    Thank you

    Harman

  • where can I find the response code

    I download CS6 and he told me to connect it to my account and register the product. the product is already registered, but I still have to find a response code

    where pr how to find the response code. Adobe said it can't access internet from my computer, but I'm on the internet now.

    Hi Tom,

    Please consult this document:

    https://helpx.Adobe.com/Creative-Suite/KB/serial-number-validation-launching-CS6.html

    Let me know if it helps.

    Kind regards

    Megha Rawat

  • How to find the delimiters

    Hello Oracle experts

    I am trying to find number of separators to a text string. But I could find only for the first record. Can you if it doesn't matter who you please let me know how to find the record2.

    I use

    Oracle Database 11 g Enterprise Edition Release 11.1.0.7.0 - 64 bit Production
    With partitioning, OLAP, Data Mining and Real Application Testing options

    Thank you



    with t as
    (select 3999 ^ 0077774 ^ Institution ^ Mountwest ^ 1 ^ Lilly ^ Maria ^ [email protected] ^ 555-555-5555 ^ 2 ^ Lilly ^ Maria ^ [email protected] ^ 999-999-9999 ^ 3 ^ Lilly ^ Maria ^ [email protected] ^ 777-888-1234 ^ 1 yyyy xxxxxx Drxxx ^ ^ xxxxxxx ^ AA ^ 99999 ^ MRO ^ U.S. ^ ^ ^ I do not know ^ 2 years ^ Public ^ applicable ^ Urban ^ 1, 000-4, 999 ^ N ^ Conference ^ N ^ 14/04/2009 10:52:51 ^ 24/08/2010 09:26:46 ^ Active ^ ^ I ^ ^' string1 from all the double union)
    Select ' ^ ^ ^' double string1
    )
    Length (STRING1) - length (replace(STRING1,'^','')) SELECT delim_number from T

    Try:

    SELECT  length(STRING1)-NVL(length(replace(STRING1,'^','')),0) delim_number from T
    
  • How to find the configuration state of REDO logs files?

    I'm trying to move the redo log files.
    Before that, I want to know if it is set as a duplex or any other configuration.

    How to find the REDO log configurations.

    Oracle 10g R2

    Thank you
    Smith

    Example:

    Not in duplex redo log - if the number of members is 1, it is not duplex:

    SQL> select group#, members from v$log;
    
        GROUP#    MEMBERS
    ---------- ----------
             1          1
             2          1
             3          1
    
    SQL> select group#, member from v$logfile;
    
        GROUP# MEMBER
    ---------- --------------------------------------------------
             1 /u01/app/oracle/oradata/db1/redo01.log
             2 /u01/app/oracle/oradata/db1/redo02.log
             3 /u01/app/oracle/oradata/db1/redo03.log
    
    SQL> alter database add logfile member '/u01/app/oracle/oradata/db1/redo01_2.log' to group 1;
    
    Database altered.
    
    SQL> alter database add logfile member '/u01/app/oracle/oradata/db1/redo02_2.log' to group 2;
    
    Database altered.
    
    SQL> alter database add logfile member '/u01/app/oracle/oradata/db1/redo03_2.log' to group 3;
    
    Database altered.
    

    Duplex redolog

    SQL> select group#, members from v$log;
    
        GROUP#    MEMBERS
    ---------- ----------
             1          2
             2          2
             3          2
    
    SQL> select group#, member from v$logfile;
    
        GROUP# MEMBER
    ---------- --------------------------------------------------
             1 /u01/app/oracle/oradata/db1/redo01.log
             2 /u01/app/oracle/oradata/db1/redo02.log
             3 /u01/app/oracle/oradata/db1/redo03.log
             1 /u01/app/oracle/oradata/db1/redo01_2.log
             2 /u01/app/oracle/oradata/db1/redo02_2.log
             3 /u01/app/oracle/oradata/db1/redo03_2.log
    
  • How to find the ID of a submit button in oracle seeded pages

    Hello

    I tried downloading the page locally and I try to open using jdev, but "oa:popup" is not valid message is coming.

    So I can not open this page so not able to see the ID of the button.

    Can you tell me how to find the ID in another way.

    Hello

    If your cannot open page in jdev, then copy the page (xml file) from the server and save to anywhere on your local computer, which opened in Notepad, here you can find the ID of your button required. However, the norm is to open the page in jdev
    Haroon.

  • How to find the path of a file

    Hello

    I have Windows 7 Starter.

    The search utility can be used to search for files by using the ' * ' wildcard, but unfortunately it does not show the path for no results.

    I would like to know how to find the path of a file of my choice.

    For example, I record a radio on the internet, which is then saved as "MP3". Now, I want to edit such a file, but I need to know where the file is actually stored. Simply access within a 'library' does not show me where the file is actually located.

    How to discover all paths where a particular file format?

    I hope to receive a response to this request.

    Kind regards

    Rayt333

    An option for the search utility see the paths for all of its results, would be useful.

    Hi Ray

    Overall view for the search folder for Detailsof Windows Explorer , by using the View Menu on the right side of the toolbar.

    Click on the last name column heading and select the folder item.

    If you do not see the folder item, click other, scroll and select the folder item. This will add the folder column.

    Use the left mouse button to drag the folder column to the left, next to the column name .

    Now, when you perform a search, the folder column will show the path of each file found.

    Concerning

  • How to find the SCP to a java card

    Hello

    How will I know if a java card uses SCP01 and SCP02?
    Because I read the respose data returned by the Init setting command suite updated map, but it comes to send back more info back to entity of off - map:
    Main data of diversification 10 bytes
    2-byte key information
    Challenge map 8 bytes
    Cryptogram of card 8 bytes

    And in the same GP2.2 E.1.2.1 , it is written that
    This cryptogram of the card as well as the meter of the sequence, the challenge of the card, the secure channel protocol identifier,
    and other data are sent to the entity of off - map.
    I want to know how to find the SCP protocol identifier?

    In addition, it is written that:
    As the entity of off - map should now have the same information as the card used to generate the cipher of the card.
    It should be capable of generating the same session key and the cipher card even and performing a comparison.
    It is able to authenticate the card.

    Can someone explain please how to generate these keys and check the card?

    Thank you

    Umer says:
    I also found that the SCP is found in the Init-setting control response to date.

    It's also a good way to get the PCs?

    Yes. That's what I use. It does not give you the value of i (current hit is I = 15), but this is not a very big deal in practice (in my code anyway).

    See you soon,.
    Shane

  • says that there is an update of firmware available for my 3 t time capsule. I get "an error occurred when downloading". How to find the problem?

    I said that there is an update of the firmware available for my 3 t time capsule. I get the message "an error occurred when downloading". How to find the problem? I have elcapitan 10.11.6 and capsule version 7.7.3

    Try temporarily, connect your MacBook Pro to your Time Capsule using an Ethernet connection... If not already, then try downloading the firmware again.

  • How to find the serial number of the processor in the MacBook pro s serial number? I have a dead MacBook that was given for service to a third party. I doubt that they have replaced the original parts. Help, please. Thank you

    How to find the serial number of the processor in the MacBook pro s serial number? I have a dead MacBook that was given for service to a third party. I doubt that they have replaced the original parts. Help, please. Thank you

    As far as I KNOW, the serial number of the MacBook does not have the serial number of the processor.

  • I make new the old id must paasward wen apple id I go passward, says your id or passward not at even I have received emails but get no email how to find the solution, I, m stuck wat to do

    I make new the old id must paasward wen apple id I go passward, says your id or passward not at even I have received emails but get no email how to find the solution, I, m stuck wat to do

    Have you tried to reset it in security issues? If you are not able to do so, contact Apple support so a security identifier Apple Advisor can help you. 800-275-2273.

  • How to find the date item was my favorites on Mozilla Firefox

    on system moot bookmark how to find the date of the bookmark?

    In bookmarks menu select organize bookmarks to open the bookmarks library. In the bookmarks library, click views, and then display the columns and then added. This will display a column showing when a bookmark has been added.

  • How to find the owners of icloud id?

    IM new to this thing from icloud, I bought 3 old ipads2 on a flea market, where unlocked 2 but we have icloud, the screen is not the old owner alone info [email protected], I don't have a problem, try contacting the owner, but how to find the id of owner? even if is a stolen ipad that I'll be more than returned gad, or ask the owner to remove icloud, but without the owner info is difficult, any advice will be apreciated, thanks

    You can not find it. Go back on the market and claim a refund for the iPad.

    (140442)

Maybe you are looking for