Drilldown depending on the oracle application user's securing attributes

Hi all,
I created a html table and I have a specific column that is allowed to drilldown to details but I would like also make this drilldown be depended on the user's securing attributes. If the person has permission the he will see the value and can enter in details, but if he doesnt have the permission he just see the value.
Any ideas?!?!
Thanks in advanced,
Adolfho

Hi Adolfho,
you could try binding the Read Only attribute of this item/region through SPEL. For example, if you have a profile and need to give permission only to users that have the "Y" value on this profile, you can add this to the select clause of your VO:
SELECT fnd_profile.value("profile_name") = 'Y' AS PROF_VALUE
and then you can put the following expression on the Read only attribute of the region:
${!ProfValue}
You can also do this on the controller by getting a reference to the respective OA Bean and calling setReadOnly(boolean) or setAttribute(READ_ONLY_ATTR, Object)...
Hope it helps
Thiago

Similar Messages

  • Adding Oracle Application users to business area

    Can someone tell me how can I add ALL Oracle Application Users to a Business Area in Oracle APPS R12
    I am using an Application Mode EUL

    There's lots of good info on this forum about this topic but in a nutshell ...
    You could identify the user from within Discoverer and then filter on that but by far the easiest method is to use what Oracle BIS views use, NoetixViews views use, etc. and that's to put the code in a database view that filter the row information back depending on the responsibility running it.
    The hardest thing to understand is that you code the SQL in the database view and then if you tried to look at the results with a tool like TOAD, you'll get no data. People think that it's not working because no data came back but really it's good as it's working, because if you then used that same view in Discoverer with the correct responsibility, you'd see the data.
    So, exactly what you want is what happens in that the same report is run by 2 different responsibilities (Houston HR manager or New York HR manager) but the data returned will be only what they're allowed to see as defined by Oracle Apps.
    Search on this forum for more - or to get a heads up, look at some of the Oracle BIS HR or GL views to see what I mean. If you haven't generated the BIS views then you can see 'ungenerated ones' as well in the Apps schema, views, and they'll follow a naming convention starting with: glfv_blah. You'll see glfv ..., glfb ..., glfg ....
    The good ones are glfg ... as they've been generated but again, if you look at a glfv or hrfv look at the SQL at near the end see how they're determining the user, his org, etc.
    Ths should keep you happily busy over Xmas!
    Russ

  • When i login to MES operator resp..i get a error saying...You must setup an HR employee for this Oracle Application user...how to resolve this?

    when i login to MES operator resp..i get a error saying...You must setup an HR employee for this Oracle Application user...how to resolve this?

    Hey everyone in Apple world!
    I figured out how to fix the flashing yellow screen problem that I've been having on my MBP!  Yessssss!!!
    I found this super handy website with the golden answer: http://support.apple.com/kb/HT1379
    I followed the instructions on this page and here's what I did:
    Resetting NVRAM / PRAM
    Shut down your Mac.
    Locate the following keys on the keyboard: Command (⌘), Option, P, and R. You will need to hold these keys down simultaneously in step 4.
    Turn on the computer.
    Press and hold the Command-Option-P-R keys before the gray screen appears.
    Hold the keys down until the computer restarts and you hear the startup sound for the second time.
    Release the keys.
    I went through the 6 steps above twice, just to make sure I got rid of whatever stuff was holding up my bootup process.  Since I did that, my MBP boots up just like normal.  No flashing yellow screen anymore!!   
    (Note that I arrived at this solution when I first saw this page: http://support.apple.com/kb/TS2570?viewlocale=en_US)
    Let me know if this works for you!
    Elaine

  • Discoverer Plus associate with the Oracle Application Server Infrastructure

    Hi Everyone,
    I just install the Oracle BI (v 10.1.2.0.2) into my 2003 server so I could use the Discoverer Plus and Viewer. This is a stand alone BI installation (I guess, I have little knowledge about Discoverer plus or Oracle AS).
    My question is how could I connect the Discoverer plus to my ODS database, so I could create report or view report.
    and where to find the Oracle Application Server Infrastructure (or How do I know I have the Oracle Application Server Infrastructure?)
    I read the Oracle BI Discoverer Configuration Guide, and it tell me to associate the Oracle BI with the Oracle Application Server Infrastructure to deploy the Discoverer. so I went to the BI Application Server Control page, the Infrastructure section, the Identity Management to configure the Internet Directory, so I could I have the public connection, but it didn't work.
    Also do I real need the Oracle AS Infrastructure to make the Discoverer Plus work?
    Thanks in advance
    Kevin C
    Kevin
    Edited by: cmingl on Feb 11, 2010 1:30 PM

    Hi Kevin,
    Oracle AS Infrastructure is needed only if you are implementing SSO for Discoverer or using Public connection .
    Else only Oracle AS Middle tier is sufficient to work with Discoverer Plus .
    Regarding "how could I connect the Discoverer plus to my ODS database, so I could create report or view report"
    You need to create the End User Layer (EUL) and then grant privilege to the EUL to users who will be creating the report .
    Thanks,
    Sutirtha

  • How to determine the Oracle Application server version in 11i?

    Hi Hussein:
    I just applied the CPU April 2009 for my database and I am trying to patch the Oracle application Server. I found out the Apache version
    Server version: Oracle HTTP Server Powered by Apache/1.3.19 (Unix)
    Server built: Aug 7 2003 19:01:25 (iAS 1.0.2.2.2 rollup 4)
    But I am not sure how to map the apache Version to Application Server version. With out this information I cant Locate the patch.
    I would appreciate your help.
    Regards,
    Bala

    To find Apps Version (11i/R12/12i)
    Connect to database as user apps
    SQL> select release_name from apps.fnd_product_groups;
    Web Server/Apache or Application Server in Apps 11i/R12
    Log in as Application user go to IAS_ORACLE_HOME/Apache/Apache/bin/ and run httpd -version

  • How Standalone OC4J and the Oracle Application Server linked to each other

    Hi ,
    Please let me know what is the relation between a Standalone OC4J and the Oracle Application Server ?
    In my application The Oracle Application Server is installed in C drive and there is a Stand alone oC4j .
    Please tell me how they are linked to each other .
    Thank you .

    It depends on your need and what features and functionality of Oracle Application Server you are interested in. Note that OC4J is a component of Oracle Application Server that can run as a standalone component or within Oracle Application Server. Question #6 in earlier mentioned FAQ document states:
    OC4J standalone is J2EE 1.3 compatible (1.4 and 1.5 too in later releases of OC4J) and is able to be used in both development and small scale production environments. OC4J standalone provides its own inbuilt HTTP/S listener to allow clients to execute Web applications that it has deployed. Application deployment and server configuration of OC4J standalone is performed by the manual editing of a simple set of XML files.
    For large scale enterprise deployments, the Oracle Application Server product is likely to be more suitable with its comprehensive feature set including Oracle HTTP Server, process monitoring and management capabilities, and its configuration and management console.
    So if you are happy with what you see in standalone OC4J and scalability isn't an issue for you, you can stay with standalone OC4J and don't need to move to Oracle Application Server.
    PS: If you do decide to use OC4J that's embedded with Oracle Application Server, you can't move your standalone OC4J inside Oracle Application Server. You will have to reconfigure embedded OC4J again (as you might have done with standalone OC4J) and redeploy your applications.
    Hope this helps.
    Thanks
    Shail

  • How to get the active application users IP address in R12 by sql command

    Hi ,
    I need to know how to get the active application users IP in R12 by sql command
    in order to kill any session by the IP address ?
    Am working on 12.1.3 Application
    And 11.2.0.3 Oracle Database
    Thanks

    936921 wrote:
    Am still couldn't found the IP address for the connected Application users.
    If there any select statement can help me with that?
    Really? Then how do you explain me finding the following docs from the links I referenced above?
    How To Find The IP Address Of The Client Machine From Where A Particular Forms User Is Connected ? (Doc ID 879092.1)
    How to Track IP Address of the Form Session in Oracle application 11i (Doc ID 878931.1)
    Where to find the Client IP Address for a Client in E-Business Suite? (Doc ID 1258415.1)
    How To Get The terminal ID For The Machine From Which A User Is Logged To E-Business Suite Applications (Doc ID 751658.1)
    Thanks,
    Hussein

  • Programmatically creating Oracle Applications users and groups....

    Hi,
    does anybody know of a way for programmatically creating Oracle Applications users and groups....
    --Arvind Ashtekar                                                                                                                                                                                                                                                       

    So my question is still unanswered:
    1)I want to add users programmatically. Can I use apps.fnd_user_pkg to do this.If I am using MS Active Directory Single sign on
    2) Are you sure it is supported ny Oracle. If yes, Can you give me the link supporting this.
    Can you add my name to ur yahoo chat friends My id is arvind_ashtekar2001
    I need urgent help.
    I am getting login pag not found error for e-buz home page. iAS Server is runnung fine.(One more thing setup is failed after 100% installation. I mean it did once more system check and the error was jsp not resonding. And no action after that just sinply close that message windoe and manually close setup dialog)
    What might me the error.
    Thanks
    --Arvind Ashtekar                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • FNDPASS를 이용하여 ORACLE APPLICATIONS USER, DB USER의 암호변경방법

    제품 : AOL
    작성날짜 : 2003-05-15
    FNDPASS를 이용하여 ORACLE APPLICATIONS USER, DB USER의 암호변경방법
    =========================================================
    PURPOSE
    FNDPASS를 이용하여 ORACLE APPLICATIONS USER, DB USER의 암호변경방법
    Problem Description
    Workaround
    Solution Description
    1. 11.5.5 보다 아래의 버젼인 경우 patch 1685689를 적용한다.
    2.
    - APPS와 APPLSYS암호변경
    FNDCPASS apps/apps 0 Y system/manager SYSTEM APPLSYS <new password>
    Ex: $FNDCPASS apps/apps 0 Y system/manager SYSTEM APPLSYS NEWPASSWORD
    * APPLSYS의 암호를 변경하면 APPS도 같이 자동변경된다.
    - Oracle Database User 암호변경
    FNDCPASS apps/apps 0 Y system/manager ORACLE <oracle user> <new
    password
    Ex: FNDCPASS apps/apps 0 Y system/manager ORACLE GL GLPASSWORD
    - Application User 암호변경
    FNDCPASS apps/apps 0 Y system/manager USER <username> <password>
    Ex: FNDCPASS apps/apps 0 Y system/manager USER VISION WELCOME
    3. 만약 APPS의 암호를 변경하였을 경우에는 아래의 파일들을 모두 체크해서
    암호변경을 같이 해주어야한다.
    1) $ORACLE_HOME/listener/cfg/wdbsvr.app
    2) $FND_TOP/resource/wfmail.cfg
    3) The concurrrent manager start script.
    4) $OA_HTML/bin/appsweb.cfg
    5) $AD_TOP/admin/template/CGIcmd.dat
    Reference Documents
    Note 159244.1

  • Error while deploying an ear file in the Oracle Application Server

    Hi,
    There was an existing ear deployed in the the oracle application server - 10g. We had to include some customizations so we rebuild the ear file with the new changes and tried redeploying the ear using the EM console. Getting the below error while deploying the same. Any pointers to the same would be helpful.
    Error
    An error occurred when processing the data submitted. Find the appropriate field and enter the correct information as noted next to each field.
    Archive Location - Failed in uploading archive. Invalid archive file: Jar file resourceadapter-rar.rar is missing a standard deployment located at META-INF/ra.xml
    We have not modified anything in the ra.xml nor have touched the resourceadapter-rar.rar

    Hello
    did you configure the startweblogic file as mentioned in the admin guide ?

  • Error while opening the ORACLE application

    hi
    when i am opening the Oracle application(DB & oracle forms) -frm-40815 message is coming and when i say enter and it is asking me database details. I checked the oracle services and they are in started state and server path is also pinging but i am not able to open the application. so i restarted the server .
    After restarting the server the application started working fine.
    But this is happening daily when the day started . Please let me know if any thing i need to check.

    Thanks John, that's the solution. For some reason I'd forgotten that DCErrorHandlerImpl exists in the controller layer, not the model layer, so it makes perfect sense to override it and do the redirect.
    Here's what I came up with:
    @Override
    public void reportException(DCBindingContainer dCBindingContainer,
                                Exception exception) {
        try {
            String message = exception.getMessage();
            if (message.indexOf("JBO-26061") >= 0) {
                FacesContext.getCurrentInstance().getExternalContext().redirect("faces/ErrorPageJDBCFailure.jspx");
            } else
                super.reportException(dCBindingContainer, exception);
        } catch (IOException e) {
    }The following OTN post shows some other methods to do the redirect: JSF forward Vs redirect
    Cheers!
    CM.

  • Is there a script called stopapps.sh to shutdown the Oracle Application

    Hi,
    Is there a script called stopapps.sh to shutdown the Oracle Application Server? Thank you in advance.

    Hi,
    I m posting in terms of oracle Application Server 10g release2 and release3,
    There is no script like stopapps.sh
    In order to stop an application server.
    *./opmnctl.sh stopall*
    opmnctl .sh is found in the location:$ORACLE_HOME/opmn/bin
    For more details,follow the below link
    Stopping OAS infra
    http://docs.oracle.com/cd/B1590401/core.1012/b13995/start.htm#i1031913_
    Stopping OAS midteir
    http://docs.oracle.com/cd/B1590401/core.1012/b13995/start.htm#i1032140_
    Regards
    Fabian

  • Installing the Oracle Application server 10 g release 3

    Hi all,
    I installed the basic installation of the oracle application server 10g release 3.After installation i was able to get the Aggrespy page listing the performance metric tables.The problem is that the page is not getting displayed in xml format when i give http://IPaddress:777/dmsoc4j/AggreSpy?format=xml. I was able to get the information in xml format in 10 g realse 2. I should go with upgrade installation or
    or install directly for displaying metric data in xml format.
    Thanks in advance, can anyone help me on this......

    Hi,
    I too am facing the same issue.
    Please do lemme know if you have found anything abt this.
    Thanks in advance.
    Regards,
    Sindhiya V.

  • How to run the oracle application cleint using static ip or domain please e

    How to run the oracle application cleint using static ip or domain please explain me.
    i am not able to run oracle forms in client machine how to run it please explain me
    Please give me detail regarding that
    any body please help me.
    my mail id::::: [email protected]

    You did not mention exactly which Forms version you are using so it will be difficult to offer specific help. However, you did mention Forms 9i. ALL "9i" releases were desupported long ago, so find software or documentation are becoming more difficult.
    Here is the Deployment Guide for Forms 10.1.2
    http://download.oracle.com/docs/cd/B19375_07/doc/frs/forms/B14032_03/toc.htm
    Here are some technical reference for Forms 9.0.x
    http://www.oracle.com/technology/products/forms/techlisting9i.html

  • Where can i download the oracle applications software for DBA

    Hi,
    I want to know few things regarding oracle applications.
    1) What exactly is oracle applications
    2) Where can i download the oracle applications software
    3) I am currently working as oracle DBA, so i want to enhance the dba skills to oracle application, so where can i find further help,documentation related to oracle applications and dba related to that.

    Oracle Applications is an integrated ERP solution, with Finance, Manufacturing and CRM modules. Please visit appsnet for further information.
    Unlike other Oracle products, Oracle doesnot give free software downloads for Oracle Applications. They were once giving trial versions for about 40 USD. Now I am not sure, please check up Oracle website www.oracle.com. Look for link on "e-business suite" under the 'products' directory.
    If you can get hold of documentation on 11i, you can check out System Administration and Application Object Library (AOL) modules, these fall in your area. You can find this on oracle website or metalink.
    Be aware that general Oracle DBA on 8i or 9i is a different ballgame than managing 11i. Lot of websites are available for these harried people, and for more information, you can visit the websites www.appsdba.com, www.oncalldba.com or do a general google search.
    If you can get hold of a book "OCP for Oracle Financials 11.0" by Christopher Allen and Vivian Chow, this has good documentation on above two modules. But this is in 11.0, not 11i.
    Hope this helps.

Maybe you are looking for

  • Using a expresscard FW800; G-Raid drive unmounts on it's own

    I'm using a NitroAV Fw800 dual expresscard to connect my 500gig G-Raid drive that i use for video editing. I have never had a problem with it using Tiger. Ever since I upgraded to leopard it is behaving strangely. I mount the drive and all is well, (

  • How to load the data from .csv file to oracle table???

    Hi, I am using oracle 10g , plsql developer. Can anyone help me in how to load the data from .csv file to oracle table. The table is already created with the required columns. The .csv file is having about 10lakh records. Is it possible to load 10lak

  • Java.lang.NullPointerException at com.sun.mail.iap.Response.parse

    I am getting this error when I try to download a message using IMAP from exchange server java.lang.NullPointerException      at com.sun.mail.iap.Response.parse(Response.java:99)      at com.sun.mail.iap.Response.<init>(Response.java:68)      at com.s

  • How to make java7 update 10 work with safari?

    Hi! I´ve just downloaded the Java7u10, and it wont work with Safari. I´m unable to log into my bank. Is there a way to deal with this one? Uninstall the Java7u10? how in that case? Or is there a systemthing to adjust? thanks for any help! I run OS X

  • RAR 5.3- Downloading ruleset from DEV RAR and uploading to PRD RAR

    Hi , I am currently looking to implement RAR version 5.3 SP9. I will have a 2 tier landscape with a DEV and PRD GRC instance. We may not have the ruleset fully customised before we build PRD GRC. So after both RAR environments are built I may need to