Oracle OAF Personlization on BEE Page

Document Name          */oracle/apps/pay/ssloader/bee/webui/BeeViewPG*
I want to Personalize on Select batch LOV appear different for different User
How Can I achieve this is is the BEE Spread sheet Interface Page.

I would like to restrict the access for Transferring of the batch to a different set of users or a different responsibility
I have try to remove the BEE Batch Process Conncurent Program from the Request Group but I did not find this program in request group of responsibility While user can use BEE Spread sheet interface to transfer the batch from HTML page
how I can achieves this,while from form I have personalize but

Similar Messages

  • How to Open an Oracle Report From a JSF Page

    Hi there,
    I would be really grateful if anyone would find me a solution to the following scenario:
    In my company, we have a project where we have to convert Oracle Forms and Reports to Java Web Application. The conversion of forms is being done thourgh JSF/ADF technology but how can i open an Oracle Report from a JSF page after supplying it with parameters ? Or i have to do some type of conversion before ?
    Once again i would be thankfull for your replies.

    Tapash,
    Thanks for reponding.
    Here is the URL I am currently using :
    https://gccss.glendale.edu:8001/dev60cgi/rwcgi60?server=rep60_crp3+userid=apps/pswd@crp3+report=/u07/oracle/crp3appl/gcccus/11.5.0/reports/US/GCC_ACCRUAL_BAL_0505.rdf+desformat=html+paramform=yes+destype=cache+p_accesscode=""
    The p_accesscode is the parameter I need to pass to the Oracle report.
    Currently, when I click the button, it invokes the above URL and takes me to the parameter form of the Oracle report and when I enter the Username, it runs the report and displays the desired output. But, what I need to achieve is, to pass the current user who has logged in behind the scene and to get rid of the parameter screen totally. Is this doable ? If yes, please help me !!!
    Thanks
    Hilal

  • Using Oracle Update in a JSP page

    Hi,
    I am working on a web application that allows the user to select data that is pulled from an Oracle table into a JSP page. I want to allow the user to make changes to the table inside the browser and have those change write back to the Oracle table.
    Any sample code, resources, direction, etc. would be very helpful.

    http://www.sitepoint.com/article/java-6-steps-mvc-web-apps

  • How does oracle know which AO Framework page or process to execute.

    Hi,
    How does oracle know which AO Framework page or process to execute. I use to think this was defined in the Function definition. But looking through some Function definition in HRMS setup I noticed some of them simply calling the same first page, such as the one below used in many managers menus. This initial page is the page that allows managers to choose the employee they want to work on.
    OA.jsp?akRegionCode=HR_PERSON_TREE_TOP_SS&akRegionApplicationId=800.
    My question is, after executing this initial page, how does Oracle then varies the OA page by the diffferent functions?

    Hi;
    Thanks for sharing
    Please dont forget to change thread status to answered if it possible when u belive your thread has been answered, it pretend to lose time of other forums user while they are searching open question which is not answered,thanks for understanding*
    Regard
    Helios

  • Can not log on as Sysadmin in Oracle E-Business Suite Home page (11.5.9) Li

    I have successfully installed 11.5.9 in SUSE SLES8.
    Here all what I have done after a successful installation of 11.5.9
    in Linux (SUSE SLES8) –
    As per the installation note to download the jinitiator file I have to signon
    to Oracle Applications E_business Suite Home page. In the Home page I have to specify useid and password. By mistake I have specified wrong useid/password probably for a number of times. Then I get the message you are no longer in the URL session.
    Later on I logged on to "CRM HomePAGE" as user SYSADMIN and change the password. All work fine in "CRM HomePAGE" window.
    But after that when I try to logon to “E_business Suite Home page” as SYSADMIN, (specifying new password)I am receiving following error –
    “You have encountered an unexpected error. Please contact the System
    Administrator for assistance.
    Click here for exception details.”
    However when I click “here” I get no details or explanation about the error.
    Please let me know how to unset the sigon option for user SYSADMIN under “E_business Suite Home page”, so that I can successfully log on to it (as sysadmin) and configure jinitiator.
    Thanks in advance for your help and co-operations.
    Regards, Kunal

    Kunal,
    You can use FNDCPASS utility to change the application users password.
    Thanks
    Rajeev

  • Configure Oracle Metalink Credentials from Home page of DB console

    OS:SuSE Linux Enterprise Server 8.
    I have installed Oracle Enterprise Manager 10g (Oracle DB version: 10.1.0.2.0)
    Now I'd like to configure Oracle Metalink Credentials from home page of console.
    Because we have proxy settings I need to configure proxy setting or
    My information security folk ask me to provide ip address & port number of http:\\updates.oracle.com.
    The IP address of this site is 148.87.36.12.
    What is the port no for this site?
    Does any one resolve this issue?
    Regards,
    D

    Hello,
    proxy settings can be different. Our proxy server allows an open access the to interner, in principle you can reach every external website, although it is not allowed to surf just for fun. It seems at your site the opposite is true, websites you want to reach must be allowed explicitly. Therefore your security staff needs the IP adress, obviously it must be known to the proxy server.
    There could arise another issue, in fact we have this problem. As just mentioned, our proxy server isn't restricted to certain websites,but password protected. You need to login before you can go to the internet. This isn't yet supported by oracle, so for this very internet access we had to raise this restriction, but the proxy server itself is still used. Orace says, 10g Release 2 will support such a configuration.
    Werner

  • Caps lock on Functionality in oracle apex4.1 on login page

    How to implement Caps lock on Functionality in oracle apex4.1 on login page?
    Edited by: 975943 on Dec 10, 2012 3:23 AM

    Rohit,Thanks for prompt reply.
    I have created on Display item named 'P1_CAPSLOCK',which will be enable instead of showing alert using following code.
    <div class="ui-state-highlight ui-corner-all"> <table><tbody><tr><td> <span class="ui-icon ui-icon-alert"></span> </td><td> <p>Caps Lock is enabled.</p> </td></tr></tbody></table> </div>and have added following file in JS
    <link type="text/css" href="/i/libraries/jquery-ui/1.8/themes/cupertino/jquery-ui.css" rel="stylesheet">and have updated your code as,
    $x_Hide('P1_CAPSLOCK');
    $('#P1_PASSWORD').keypress(function(e)
       var s = String.fromCharCode( e.which );
        if ( s.toUpperCase() == s && s.toLowerCase() != s && !e.shiftKey ) {
            $x_Show('P1_CAPSLOCK');
    });now i wanna disable this display item same time when user off the caps lock key.Have sent you linkedin req.kindly accept.
    Edited by: OracleMiracle on Dec 11, 2012 5:18 AM

  • Deploy Oracle OAF Page to local Machine

    Hi,
    I deploy oracle standard OAF page from local machine JDeveloper 9i.I copy files from server ar folder from $COMMAN TOP and copy another MDS folder from $APPLTOP and moved local machine jDeveloper\jdevhome\jdev\myprojects\oracle\apps\.I create workspace and the files and run the ARI_INVOICE_PAYMENT_PAGE.XML error message displayed.
    ERROR:
    unable to open file jdeveloper_11i\jdeveloper\jdev\myprojects\oracle\ar\irec\accountDetails\pay\webui\ARI_INVOICE_PAYMENT_PAGE.XML
    the document is not in XMLpath"D:\Jdeveloper_11i\jdevbin\jdev\myprojects;D:\Jdeveloper_11i\jdevbin\jdev\oamdsxml\fwk"
    Thanks
    Selva

    It appears that the JDEV_USER_HOME environment variable path and where the files are stored do not match up.  I generally keep all files whether they are Oracle files (in the oracle folder) under my projects or custom files (in the custom folder) in the "Home" directory on my local machine.

  • Oracle OAF Row Reference when navigate between Pages

    Hi,
    I have a requirement where i have PAGE A with multiple rows.For each row there is a button, when i click the button i am calling the PAGE B.
    On PAGE B i am entering some values ,on returning to the PAGE A i need to assign those values(Entered on PAGE B) to the row from where i called the PAGE B
    Code in PFR
    =============
    I am using the below lines  under the Click even of the PAGE A Button
               String rowref = pageContext.getParameter(OAWebBeanConstants.EVENT_SOURCE_ROW_REFERENCE);
                 OARow ref_row = (OARow)am.findRowByRef(rowref);
    But how i can refer this  in the Process Request of the PAGE A when i return from PAGE B?
    Thanks
    Kiran

    Hi,
    This you may have to track the row which you have updated based on some unique id in the vo and for the same id once you come back..you need to populate the VO.
    But my question..cant you handle the first page VO in the second page itself and populate/update the required vo attributes and save.
    So automatically it will come in the first page.
    Thanks
    Bharat

  • Oracle OAF Find the Document Path Using JDR Tables or JDR_UTILS API

    Hi,
    I found duplicate records in JDR_PATHS table for a Particular OAF Page. I need to find the complete path of these documents,so that i can delete the one which i don't want
    using the jdr_utils.deletedocument.
    Appreciate it if anyone can advise on how to identify the paths for the a page so that I can delete the document I do not want.  Any other ideas to delete the extra document would be welcome.
    Thanks
    Sai

    Sai,
    Duplicate records in JDR_PATHS does not mean they are duplicate records, page names may be same.
    But the hierarchy of the page is different, don't be in a hurry to delete the document.
    try to find the information from this :
    Learn Oracle Applications With Me: MDS in Oracle Applications, OAF
    Regards
    Sridhar

  • Not able to access Oracle 10g XE database home page on Windows XP?

    I wanted to practise pl/sql in my office pc. I installed Oracle 10g XE on my machine and after that I also started Agent from Services. However When i clicked on Database home page it doesn't start. Changing network configuration might create problem in network. Can anybody help me working out this problem or has any alternative to practise PL/SQL with tiny oracle database.
    Regards
    Manish
    Edited by: user11003855 on Apr 19, 2009 11:27 PM

    Did you configure loopback adapter?
    :p

  • Getting error while accessing the OAF forms in ADF page.

    Hi ,
    I am trying to get/access the Oracle forms on ADF page.
    I am following http://static.commit-consulting.com/oraformsfaces developers guide for guidlines.
    while runnign my page getting the error in popup look like java script error.
    the pop up contente is :
    Failed to execute java script
    Check for JavaScript errors, if the Forms server is running and if your browser can download a javaScript from http://bdc6oracle001.gdnindia.com:8005/forms/frmservlet?config=OraFormsFaces
    http://bdc6oracle001.gdnindia.com:8005/forms/frmservlet?config=OraFormsFaces is my server EBS server where oracle forms exist.
    Please help me on this.
    Thanks,
    MadhavaReddy

    You're probably better off asking the OraFormsFaces people for help

  • Oracle 8i online docs web pages not working in IE5.5?

    Up until about a week ago, I was able to browse the online docs for Oracle 8i, using Internet Explorer 5.5 SP2 on Windows 2000 SP2. Now, I am getting incomplete web page loads and/or pages that repeatedly reload themselves. I do not experience this problem browsing the same pages with Netscape 6.2 on the same PC. The only relevant change on my PC I can think of was application of Service Pack 2 to Internet Explorer 5.5.
    An example URL is http://technet.oracle.com/docs/products/oracle8i/doc_library/817_doc/server.817/a76965/c01intro.htm#12981 - this page loads only down to the section "Data Integrity". Other pages exhibit similar behaviour. I don't experience this problem using IE5.5 with any other Web sites.
    I have tried clearing all cookies, cached files, etc. to no avail.
    Any help or suggestion will be appreciated.
    Regards,
    Philip Steiner

    Hi,
    You need to follow below steps:
    1) cd $JAVA_TOP
        2) zip -r customprod.zip. Where the list of all directory paths are present, relative to $JAVA_TOP, for custom application's java files at non-standard location.
        3) Generate & sign customprod.jar file.
    Command: adjava oracle.apps.ad.jri.adjmx -areas $JAVA_TOP/customprod.zip -outputFile $JAVA_TOP/customprod.jar -jar $CONTEXT_NAME 1 CUST jarsigner -storePass -keyPass
        4) Delete temporary customprod.zip.
    Command: rm $JAVA_TOP/customprod.zip
        5) Follow below steps to make the custom jar available for WebLogic
    a) Take a back-up of existing /admin/template/ebsProductManifest_xml.tmp
    b) Modify /admin/template/ebsProductManifest_xml.tmp to add entry for customprod.jar (after customall.jar) 
    c) Run AutoConfig
    d) Bounce the Mid-tier services
    Thanks,
    Anupam

  • Oracle forms 9i returns html page , not GUI

    Hello there,
    I just installed Oracle 10g(9.0.4) DS and coneecting to a database on another PC.I haven't changed any default configuration after installing.
    When i run an Oracle forms 9i , it returns an html page with HTML tags in it , i am expecting the GUI when i run it. Is it something with formsweb.config ?
    Any help is appreciated.
    Thanks.

    Try setting FORMS90_HIDE_OBR_PARAMS to false in the Windows registry. This is needed because of the way the new feature of hiding the userid and password in the URL is implemented prior to 10.1.2. In 10.1.2 there should not be a problem. But in the meantime, the workaround is to set FORMS90_HIDE_OBR_PARAMS to false.
    This parameter does not exist in the registry by default. To add it:
    From the Windows Start menu, choose Run, type regedit, and click OK.
    Expand the registry nodes HKEY_LOCAL_MACHINE > SOFTWARE > ORACLE.
    Make a backup copy of this key by right-clicking it and selecting Export from the context menu.
    Select one of the HOME nodes beneath the ORACLE node (the one for Developer Suite). Ensure that you have opened the correct node by verifying that the key FORMS90_PATH exists in that node.
    From the Registry Editor menu, select Edit > New > String Value. Type in the name FORMS90_HIDE_OBR_PARAMS.
    Double-click FORMS90_HIDE_OBR_PARAMS and in the Value data field enter false, then click OK.
    Close the registry editor.
    Now when you run a form from Forms Builder, it should show parameters in the URL, but it should run fine.

  • Oracle 8i sending an electronic page to a pager

    Is it possible to have a stored procedure run and send a page to someone's electronic pager if a certain result of a query is returned?

    Yes. It is easy if you are using OEM - it is a given capability. Otherwise you will need to use the DBMS_ and UTL_ routines to develop connectivity as appropriate.
    asktom.oracle.com has a good back catalogue of stuff to help with this.

Maybe you are looking for

  • Ssl vpn and soft phone

    Does the ASA or IOS support an SSL VPN that includes the Cisco softphone like it does say RDP, SSH, etc?  I'm trying to determine if I can have a user connect a soft phone to our parent company's SSL VPN so they can use their Cisco phone system, whil

  • Dates Sync Wrong

    I sync my iPhone with Microsoft Exchange. The problem I am having is the anniversary date. I have a date of Septemer 23, 1995 in Outlook but on the iPhone it shows as April 11, 2006. The birthday field works fine. Any ideas? Thanks.

  • How to enable 802.11k in 6.1.2

    I'd like to make sure .11k is enabled on my IPHONE. I can see the RRM bit is set in the ASSOC REQ, but my AP doesn't recognize it as an RRM enabled device.

  • XML Processing with Java (Elliotte Rusty Harold) PDF

    Anyone knows where can i get this book on PDF format?? I know Elliotte offers this book on-line on his page, but I would like to get it on pdf better than html. If anyone can help I would appreciate it very much. Thanks in advance. Ivan.

  • Interface creations Problem

    I am new to interface design. I have a main class (class A) instantiate a new contructor from class B which extends JPanel that draw images from a newly instantiated class C. But in my class A, when load a file, I instantiates a new constructor class