Where the security grant data go in the EUL5 tables

Hi all,
It must be a old question that we grant the business area through the database role but the user may not always see the business area. As this problem happened to me again last week with a new EUL. I wonder if there is a table (or some tables) that we can query to see if the grant info has been saved into the database. I tried EUL5_EUL_USERS and EUL5_ACCESS_PRIVS table without any luck.
The Discoverer admin I am working is 9.0.4.
Any help will be greatly appreciated.
Best Regards,
yKe

HI,
I use oracle application (resp and not roles) and it goes like that:
select bas.ba_name,
bas.ba_description,
case when instr(us.eu_username,'#')=0 then us.eu_username
when instr(us.eu_username,'#')>0 and instr(us.eu_username,'#',2)=0 then (select fu.user_name from fnd_user fu where fu.user_id=substr(us.eu_username,2,5))
else (select resp.responsibility_name from fnd_responsibility_tl resp where resp.responsibility_id=substr(us.eu_username,2,5))
end as USER_RESP_NAME
from
eul_us.eul5_bas bas,
eul_us.eul5_access_privs acc,
eul_us.eul5_eul_users us
where
acc.gba_ba_id=bas.ba_id
and acc.ap_type='GBA'
and us.eu_id=acc.ap_eu_id
order by bas.ba_name,3
Hope it helped

Similar Messages

  • Where the created table will be saved and in what format?

    Hi,
    Plz let me know , where the created tables in oracle 10g will be stored and what will be file format? and how to copy created tables from one system to another.
    Regards

    799707 wrote:
    Hi,
    Plz let me know , where the created tables in oracle 10g will be stored and what will be file format? and how to copy created tables from one system to another.
    RegardsAn individual table is not stored in an individual file. Oracle is far more complex than that. Actually, even MS Access is more complex than that.
    A table is a logical structure that is stored in a "tablespace". A tablespace is, itself, a logical structure that is made up of one or more data files. A given data file can belong to only one tablespace, but may not be the only file belonging to that tablespace. A tablespace can contain many, many tables, indexes, and or other segments. The physical realization of those segments (say, one of the tables) is in the form of data blocks, but if a tablespace has more than one file, the data blocks that make up a table may very well be scattered across all of the files in the tablespace. Even if the tablespace has only one file, the individual data blocks for a table will be scattered around that file - although groups of them will be logically contiguous, in allocation units known as "extents".
    So, first you CREATE TABLESPACE, nameing one or more files to be created in support of that tablespace. Next you CREATE TABLE and specify the tablespace (NOT the data file) the table is to reside in. It is up to oracle internals to determine which blocks of the table go into which files ... and even where within those files.
    Edited by: EdStevens on Oct 27, 2010 5:03 PM

  • Where the Spry Table gone on CS4?

    I'm trying to build a data driven page with the Spry tools.
    After seing a
    tutorial video explaning to use the Spry Table to create the
    page I've
    noticed that his element is not available on Dreamweaver CS4.
    Where is it gone?
    Regards,
    Angel Massa

    Thanks David!
    I've found it. It's the first option in step 3 as you
    suggested.
    I'm trying to enter the Spry World and is a little confusing
    after working
    with databases and ASP for years.
    Regards,
    Angel Massa
    > Use the Spry Data Set wizard. The option to create a
    Spry table is one of
    > the choices in Step 3.
    >
    > --
    > David Powers, Adobe Community Expert
    > Author, "The Essential Guide to Dreamweaver CS3"
    (friends of ED)
    > Author, "PHP Solutions" (friends of ED)
    >
    http://foundationphp.com/

  • How to transformed data from File to DB but the data to be insert two tables  parallel?

    Hi friends ,I am new to Oracle SOA ,I have one requirement  for the project
    actually in these project
    1.I have to read three different types of files (Employee info,Purchase Order Info,Salaes Order Info) through file adapter these records are to be store in  data base 
    transaction table.In these transaction table contains WHO columns and payload  with clob data type which contains each  record  in xml form.
    2. Now I have to  take these payload data  which is in xml form and store   in the respective table(employee or PO or SO) .I have to call these in dynamically.
    so please give me ideas and suggesstions ,,
    thanks in advance

    Roger,
    I don't know about simple way to load data from file into a table using button from your application,
    Maybe some piece of PL/SQL code with UTL_FILE or DBMS_LOB, or you can try to upload file to database using Apex "File browse" item, and then do some processing with DBMS_LOB... but it will require some work...
    Maybe someone else could advice with some simple method I don't know...
    However loading files using Apex Load Utility is quite easy.
    You can use something like this to load data to views created on remote tables:
    CREATE TABLE local_tmp_table AS SELECT * FROM view_on_remote_table WHERE 1=0;
    --load data from file to created table using Apex Load utility
    INSERT INTO view_on_remote_table SELECT * FROM local_tmp_table;
    COMMIT;
    DROP local_tmp_table;Or without views:
    CREATE TABLE local_tmp_table AS SELECT * FROM remote_table@dblink WHERE 1=0;
    --load data from file to created table using Apex Load utility
    INSERT INTO remote_table@dblink SELECT * FROM local_tmp_table;
    DROP local_tmp_table;Regards
    Tomasz
    Message was edited by:
    Tomasz K.

  • Should I use BCS my backend database will update all the record of the sql table daily.

    Should I use the BCS where the database table is going to be updated daily.
    All the records will be updated on daily basis.
    Why should I use BCS when I can connect to the sql server directly and  update the records that I need.
    What additional benefits can I get from BCS , I do not need the search functionality.
    Regards

    Hi,
    According to description, my understanding is that you want to know if you need to use Business Connectivity Services to connect external SQL table.
    Business Connectivity Services is a centralized infrastructure in SharePoint 2013 and Office 2013 that supports integrated data solutions.
    Business Connectivity Service will provide a familiar user interface to manage sql table data. It is more security for reading and writing data to external sql table.
    Here is a detailed article for your reference:
    https://technet.microsoft.com/en-us/library/ee661740(v=office.15).aspx
    https://msdn.microsoft.com/en-us/library/office/ee556440(v=office.14).aspx
    Best Regards
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Jerry Guo
    TechNet Community Support

  • Table where the Delivery date is stored in Confirmation tab on Me23n

    Hello ABAB Gurus,
                               Can anyone give me the table name where the Delivery date is stored in Confirmation tab in Item in ME23n.
                                  If anyone is aware of it then please let me know .
    Sagar

    Hi,
    Check the table EKES and field name is EINDT..
    Thanks,
    Naren

  • How to find where the data is coming from in appended field for BW extract

    I am not an ABAP'er ... And this problem is about a BW Extractor
    I am extracting data for my (Utility Industry) Sales Statistics Cube using 0UC_SALES_STATS_01 data source. The Extract structure is BIW_ISU_ESTA and we are appending the structure with a few fields:
    I_ZAHL1
    I_ZAHL2
    I_ZAHL3
    I see some similar fields in DBERCHZ1 which are not the same. The data gets filled in the above fields somehow. I need to find out how and where. We have now diffrent variation of the same data and I'd like to extract that transactional data as well using the same fields rather than appending more fields to an already huge extract structure. When I click on the fields in BIW_ISU_ESTA, it takes me no where. I also tried out the extractor program (RSA3) in debug mode but somehow the fields are already populated. I tried using the ABAP dictinary but can't find a way to find these fields there.
    Any help would be appreciated.
    Thanks a lot.
    Bilal

    Thanks Renata,
    This is a standard business content extractor with the fields enhanced. Usually we have some user exits to populate the fields but in this case we only append the extract table. I couldn't see these fields being part of any existing includes in the extract struct but some how they get populated. I guess system knows from where to copy the data.
    Thanks for your reply though. I am closing this thread as it seems not a very popular cube.
    Bilal

  • Where the new data's are placed  first ?

    Hi,
    I have created the database of TimesTen as per the steps in
    http://download.oracle.com/otn_hosted_doc/timesten/1121/quickstart/html/admin/db_ops_createdb.html
    using Data Source Name (DSN )
    Placed data in C:\TimesTen\Database
    Placed log in D:\TimesTen\Log
    Command> connect "dsn=my_ttdb";
    Connection successful: DSN=my_ttdb;UID=*******;DataStore=C:\TimesTen\Database\my_ttdb;DatabaseCharacterSet=AL32UTF8;ConnectionChar
    =D:\TimesTen\Log;PermSize=700;TempSize=300;TypeMode=0;OracleNetServiceName=orcl_db;
    (Default setting AutoCommit=1)
    If the tables are created it will be data file that is in C:\TimesTen\Database path
    If the data's are populated(inserted/updated) then the log will be in D:\TimesTen\Log path and data's will be C:\TimesTen\Database
    Here what ever command which is issued will be logged in D:\TimesTen\Log
    Where the new or incoming data's are placed , first in-memory or where ,if it is placing in memory when it will be writing to disk. I couldn't be able to see any data's in memory when the new data is inserted.
    I am using bulk command to insert the data
    ttBulkCp -i DSN=my_ttdb mytable C:\TimesTen\Database\test.txt
    When the data's are inserted it writes the log in the log directory D:\TimesTen\Log and the new log files are generated my_ttdb.logXX ,then what is the difference in general Oracle database and Oracle TimesTen database?
    If the logs are going to happen when we use the ttBulkCp command then we can opt for Oracle database and why we need to go for Oracle TimesTen if all the operations are similar.What differs here with normal Oracle database.
    Thanks!

    Hi,
    In the link
    http://docs.oracle.com/cd/E21901_01/doc/timesten.1122/e21633/comp.htm#BABHBICB
    under Database persistence topic it is said as Databases are created in two ways :
    Permanent databases are stored to disk automatically through a procedure called checkpointing. TimesTen automatically performs background checkpoints based on the settings of the connection attributes CkptFrequency and CkptLogVolume. TimesTen also checkpoints the database when the last application disconnects. Applications can also checkpoint a database directly to disk by invoking the ttCkptBlocking built-in procedures
    Temporary databases are not stored to disk. A temporary database is automatically destroyed when no applications are connected to it; that is, when the last connection disconnects or when there is a system or application failure. TimesTen removes all disk-based files when the last application disconnects.
    A temporary database cannot be backed up or replicated. Temporary databases are never fully checkpointed to disk*, although Checkpoint operations can have significant overhead for permanent databases, depending on database size and activity, but have very little impact for temporary databases. Checkpoints are still necessary to remove transaction log files.
    If the Temporary databases are never fully checkpointed to disk then how cum the full data are written to disk
    How to Setup a Permanent database
    How to Setup a Temporary database (http://docs.oracle.com/cd/E21901_01/doc/timesten.1122/e21633/using.htm#BCGJAJDI)
    But the statements are not clear
    I need to check how it works on a Permanent database and Temporary database, so it would be helpful if you could provide alternate link how to configure Permanent/Temporary database.
    My aim to keep the data in memory (i have not installed Oracle database,only TimesTen has been installed)and replicate the data to another server.For this requirement whether TT will a suitable.using Windows 2003 and 32 bit OS

  • Does anyone know where the iWeb data files are located or what they are called?  I can't find them.  I looked in Finder for files named the same as my website, but found nothing.  Any help would be appreciated.

    Does anyone know where the iWeb data files are located or what they are called?  I can't find them.  I looked in Finder for files named the same as my website, but found nothing.  Any help would be appreciated.

    If you erased or replaced your hard drive since iWeb was cancelled, then they are gone. Otherwise, if you have maintained backups then check those.
    Usually such files are in the /Home/Library/ folder or a sub-folder.
    Exposing the /Home/Library/ Folder
    Pick one of the following methods:
    A. This method will make the folder visible permanently. Open the Terminal application in your Utilities folder and paste the following at the command prompt:
    chflags nohidden ~/Library
    Press RETURN.
    B. Click on the Desktop, press the OPTION (⌥) button, select Library from the Finder's Go menu.
    C. Select Go To Folder from the Finder's Go menu. Paste the following in the path field:
    ~/Library
    Press the Go button.

  • How do I get the numbers ipad app to plot a graph of dates against values, where the most recent date is on the right of the graph, but the most recent date is at the top rather than bottom of the rows in the table?

    How do I get the numbers ipad app to plot a graph of dates against values, where the most recent date is on the right of the graph, but the most recent date is at the top rather than bottom of the rows in the table?
    Also how can it be a line graph without plotting a circle at each value?
    Thanks this is very frustrating

    Make a copy of the table and produce your Line chart or Bar chart from the copy. Sort the copy into the order you want to see in your chart.
    Alternately you could use a Scatter Chart...
    Jerry

  • Report with date range where the daily customer receipt profit centre wise

    Hi Experts,
    Could you please suggest me is there any developed  standard report or t-cod eis available  with which i can get date range where the daily customer receipt profit centre wise can be obtained............
    Thanks in Advance........
    Santosh Gupta...

    Hi:
              For this purpose you can develop Z report. There is no such standard report for it. Copy FBL5N to make a Z copy of it and use the table FAGLFLEXA for each document posted in BSEG/BKPF. You can also make use of BTE 1650.
    Regards

  • Tables where the XI Data is stored

    Dear all,
    Can you let me know all the tables in XI in which the data is stored.
    Like where the asyncronous messages are stored(which table and what is the abap program name which gets executed to store the message id's etc in the table).
    Pl list out all the tables,programs related to XI.
    Also pls let me know where IDOC,Proxy,RFC related tables programs.
    my mailid is srinivas5780@gmailcom

    Hi,
    Please go through the below weblog:
    /people/gourav.khare2/blog/2007/12/12/interesting-abap-tables-in-xi-150-part-i
    Look at the below thread for SXMB_MONI tables and Function module:
    In Which Database Table the Messages are Stored in XI
    Message Monitoring  --> corresponding tables?
    For IDOC:
    tables are EDIDC control record table and EDIDD-data record table.
    Thnx
    Chirag

  • Data dictionary table where the structure of table is stored ???

    hi
    does anyone have idea where the structure of created table is stored in data dictionary.
    I have idea like where constraints are stored,indexes are stored etc. But I am looking if there is any data dictionary table which has this information too..
    Like
    create table tablename (colname datatype ..........
    Regards
    JC

    check built in dictionary view called dictionary or dict
    SQL> desc dict
    Name                                      Null?    Type
    TABLE_NAME                                         VARCHAR2(30)
    COMMENTS                                           VARCHAR2(4000)
    SQL> Explore it or SQL Reference and you'll find necessary info.
    Gints Plivna
    http://www.gplivna.eu

  • Where the BP internet role's SU01 data stored in CRM

    Hi Guys,
                 We are creating BUSINESS PARTNERS using a abap upload program . We are using CRM 4.0 620 release.
    I have created roles for all the Business partners(All the roles are stored in but100).. one of the assigned roles is <b>INTERNET USER ROLES</b>.
    <b>When i select this role for a Business partner in using BP transaction i could see the SU01 roles assigned to the particular business partner under internet user tab screen of the BP transaction.</b>
    can some one tell me when i select the <b>INTERNET USER ROLES</b> for a BP <b>where the related SU01 data is picked from and  which is the CRM table storing this data</b> .
    Will appreaciate an early reply..
    Regards,
    Sundar<b></b>

    Hi Sundar,
    This is the integration between the BP and SU01.
    The SU01 data is not stored in any BP related tables. Only the role is stored in the table BUT000. Entire data is picked from the user tables.
    The module 'SUSR_USER_READ' is used to read the user information from the user tables. Details about this can be found in the central person module BUCP_BUPA_EVENT_ISDAT. Hope this helps.
    Regards,
    Sudheer.

  • My iPhone says "o death" where the date should be on the lock screen, why is it doing this and how do I get the date back?

    My iPhone says "o death" where the date should be on the lock screen, why is it doing this and how do I get the date back?

    I tried powering off and on and it went away, but I can't tell if it's been broken into since everything works fine (I'm using it now) is there a test to see if it's been broken into?
    Thanks for all your replies!

Maybe you are looking for