How to find the jsp file in iSupplier Portal

Hi,
I need to change a jsp page from Oracle iSupplier Portal, I got the url but I can't find the jsp file of that URL, how can I find that file?
http://sboglx11.alpina.co:8040/OA_HTML/OA.jsp?callType=W&_ri=177&_rc=POSINQUIRIESPL&flowApplicationId=177&flowCode=POS_SUPPLIER_INQUIRIES&pageApplicationId=177&pageCode=POS_AP_INVOICE_DTL_D&whereRegionCode=POS_AP_INVOICE_DTL_D&addBreadCrumb=Y&WPARAMSINVOICE_ID=526856&_ti=1715476161&oapc=7&oas=MtxL7MgOdHAuyU8-iC7c8Q..
Thanx,
Ivan Loaiza.

Hi,
I have a custom request to add a new table on the page of that url from a custom query. I tried to make changes activating the FND_CUSTOM_OA_DEFINTION's profile, and enter to the 'Personalize Page' link, but on this opcion I couldn't find the way to enter a new query. Now I try to customized directy the jsp file and add a new table on that region asociated with custom query.
I also try with the AK Developer responsability but I got the following error when I try to open the page "No data found for region (/oracle/apps/pos/regionMap/POS_CUSTOM_IMP)" where "POS_CUSTOM_IMP" is a new region that I created with the AK Developer responsability.
Thanx,
Ivan Loaiza

Similar Messages

  • How to find the downloaded file. its not in the "downloads".

    how to find the downloaded file?

    Open Finder, and type "Today" in the search area in the upper right of Finder's window.
    Then click "Today" under "Dates" in the resulting drop-down menu.

  • How to find the largest files?

    My question is how to find the big(lets say over 500Mb) files under the root and list them.
    This is my desktop and when I tried "du / | sort -k 1n " it didnt finish.
    Best regards,
    Tonguc

    Thank you for your interest Mr.Kartik.
    [root@tcellhost /]# find / -size +500M
    find: invalid -size type `M'
    [root@tcellhost /]# find / -size +500m
    find: invalid -size type `m'
    [root@tcellhost /]# find / -size +500000
    /u01/app/oracle/flash_recovery_area/TCELL/backupset/2007_04_12/o1_mf_nnndf_TAG20070412T091708_31vmq4z4_.bkp
    /u01/app/oracle/flash_recovery_area/TCELL/backupset/2007_04_12/o1_mf_nnndf_TAG20070412T091708_31vmq5xr_.bkp
    /u01/app/oracle/oradata/tcell/users01.dbf
    /u01/app/oracle/oradata/tcell/system01.dbf
    /u01/app/oracle/oradata/tcell/undotbs01.dbf
    /u01/app/oracle/oradata/tcell/sysaux01.dbf
    /proc/kcore
    find: /proc/31477/task/31477/fd/4: No such file or directory
    /oracle/10201_database_linux32.zip
    /oracle/GridControl_10.2.0.3_Linux.zip
    /oracle/10201_companion_linux32.zip
    How can I execute a list command for the resturning file set?
    [root@tcellhost /]# find / -size +500000 -exec ls -lt {};
    find: missing argument to `-exec'
    Best regards,
    Tonguc

  • How to find the unused files for deletion?

    After mapping 600 xml files, how does one find the unused files for deletion from the folder? (eaiser and cheaper translations)
     

    iWeb will open any file with the extension .sites2 - it doesn't have to be named "Domain".
    See this page for how to open separate Domain files when using Lion/Mountain Lion...
    http://www.iwebformusicians.com/iWeb/mountain-lion.html
    The above page will also let you know how to find the library folder now that its hidden.

  • How to view the JSP file from JBuilder 2007?

    Hi,
    I want to know that how to preview the JSP page from jbuilder 2007. whenever i am changing the jsp code, i would like to see the reflection in preview page. but i couldn't find that tab in jbuilder. Is JBuilder not supporting the preview feature ?? :-(
    awaiting for your immediate response.
    thanks
    pannar

    it's more likely because you lack even a basic understanding about both JBuilder and JSP.
    If you have even a modicum of intelligence the documentation is enough to get you up and running, but don't expect it to be a how-to document that holds your hand every step of the way through implementing an entire application from scratch.
    And no, we're not going to write something like that for you.

  • How to find the XML file size in the scenarios?

    Hi All,
    Recently i have attended an interview at a MNC.
    They asked some realtime questions like
    1.how to find the XML document size in a File-File scenario?
    2.What is mass-assignment replication etc.....
    Can anybody tell me the solution for these.
    Best regards
    Hari prasad

    If the input is a flat file, there is no exact way to calculate the size of the generated XML file, since it depends on many factors (number of fields in the recordsets, size of the name of the fields, number of records, etc).
    As a rule of thumb, generally ppl use XML file size = 2 x Flat file size, in order to do sizing calculations etc. But again, that is just an estimation, not a precise calculation.
    Regards,
    Henrique.

  • How to run the jsp file

    i am writing a simple jsp file
    i dont know how to run in the tomcat server
    for servlets first i created the dot class files by using the command prompt and then in the tomcat server we go the webapps folder and i copy the class files and due to xml file i run the program
    I have added the jsp-api.jar and el-api.jar files in the environment variables so what i do to run the jsp
    can anyone can tell me how to do that
    here is the program
    <%@page contentType="text/html" import="java.util.*" %>
    <!--
    Date.jsp
    -->
    <html>
    <body>
    <p> </p>
    <div align="center">
    <center>
    <table border="0" cellpadding="0" cellspacing
    ="0" width="460" bgcolor="#EEFFCA">
    <tr>
    <td width="100%"><font size="6" color
    ="#008000"> Date Example</font></td>
    </tr>
    <tr>
    <td width="100%"><b> Current Date
    and time is: <font color="#FF0000">
    <%= new java.util.Date() %>
    </font></b></td>
    </tr>
    </table>
    </center>
    </div>
    </body>
    </html>

    i am getting an http 500 error for running the jsp file
    here is the code
    <%@ page import="java.util.Date" %>
    <% Date now = new Date(); %>
    <html>
    <body>
    <p>Hello, world! It is now <%= now.toString() %>.</p>
    </body>
    </html>

  • How to find the corrupted files using javascript?

    Hi all,
    I need to run batch of files some of which were corrupted?? instead of using the method "the files which were not opened are corrupted" is there any way to find the corrupted files??
    I need to find this using javascript or apple script??
    Please some one help me..
    Regards,
    subha

    We found one datafile has corrupted by using dbv.dbv would have reported the block ids (block numbers) that are corrupted.
    query dba_extents to identify the segments that contain such blocks.

  • HOW TO FIND THE LOG FILES RELATED TO SAP XI

    Hi Experts,
                    I want some information on finding the log files in SAP XI. When the XI picks the file from Source system and a series of process undergoes and finally delivered to the receiver system. I need the log files related to all process since the start of the scenario and untill the end of the scenario.
    Thanks in Advance,
    Sunil  K Shetty

    HI,
    Please see belo links
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/8314cb90-0201-0010-f586-9155dba8934d
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/402fae48-0601-0010-3088-85c46a236f50#search=%22xi%20archiving%22
    http://help.sap.com/saphelp_nw04/helpdata/en/aa/fce73a86e99c77e10000000a114084/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/15/01df3a1fd91974e10000000a11402f/content.htm
    Regards
    Chilla..

  • Previous version of Adobe element, how to find the installation file?

    I've the licence for Photoshop Element 9. My disk crashed, I want to install element 9, but I am not able  to find the element9 file inside your web site. Wht the best way to find the element9  installation file for Mac?

    As this is a Photoshop Elements issue, I will move your post from the Photoshop>General Forum, to the Photoshop Elements Forum, where others will likely know your program, and can help.
    Good luck,
    Hunt

  • How to find the log file on server

    Hi All,
    Here we have installed J2EE Engine & JDI on seperate machine.We have developed a new FPM application. The application is not working it is giving the error when run the application. It is giving the error "500 Internal Server Error Failed to process request. Please contact your system administrator". We want to see the log file what the error is, where can we find the log file.
    Regards
    Suresh

    Hi
    See this thread
    /message/1656215#1656215 [original link is broken]
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/e2/75a74046033913e10000000a155106/frameset.htm">Logging</a>
    See this blogs
    <a href="/people/karsten.geiseler/blog/2005/06/06/netweaver-portal-log-configuration-viewing-part-1 Portal Log Configuration & Viewing (Part 1)</a>
    Kind Regards
    Mukesh

  • How to find the PAR file for standard iviews??

    HI all,
    I am trying to customize some screens provided by the standard EP portal. But i am not understanding which will be the PAR file which has code for these iviews.
    For example, in the "Approval screen for New user registration" has an iview which displays the info given by the user(seeing which user admin will either approve or reject the new user). I need to change this. 
    Also the screen where new user enters his information(when the company feature is enabled,it shows a second screen where Contact info of the user, etc. are asked) , needs to be changed which also some iviews.
    Please help me in finding the right PAR file and the JSP which needs to be edited for this purpose (and how to find these in general for any standard screens)
    Regards,
    Narahari

    Hi Narahari,
    --and how to find these in general for any standard screens)
    For getting the right par file for any standard iviews, Check out the property named <b>Code link</b>, which is there in the property list of every iview.This will give you a clear cut idea on which PAR file you have to edit to obtain the desired result.
    Regards
    Rajeev
    Do award points for helpful answers in SDN.

  • InfoPath 2013: How to find the current file name?

    Hello,
    Is there any way to find the file name in the rule formulas when an existing xml file in a sharepoint form library is being edited in InfoPath? I am looking for a function that returns the current file name that is being edited.
    Thank you,

    Hi,
    According to your post, my understanding is that you want to get the current file name in the InfoPath form.
    Here is a similar thread for you to take a look at:
    http://social.technet.microsoft.com/Forums/en-US/a24f01d5-744c-4b75-b30d-3295311ab054/how-do-i-find-the-file-name-of-the-currently-open-infopath-form?forum=sharepointcustomizationlegacy
    Best Regards
    Dennis Guo
    TechNet Community Support

  • How to call the Jsp file in JspDynpage

    Hello,
    I am using the following jsp code. I saved it as Thumbnail1.jsp.
    <%@page import ="com.sun.image.codec.jpeg.*" %>
    <%@page import ="java.awt.*" %>
    <%@page import ="java.awt.image.*" %>
    <%@page import ="java.io.*"%>
    <%
        // load image from INFILE
             Image image = Toolkit.getDefaultToolkit().getImage("C:/kasturi/sap1.jpg");
         MediaTracker mediaTracker = new MediaTracker(new Container());
            mediaTracker.addImage(image, 0);
             mediaTracker.waitForID(0);
        // determine thumbnail size from WIDTH and HEIGHT
             int newImageWidth = Integer.parseInt("100");
             int newImageHeight = Integer.parseInt("100");
             double newImageRatio = (double)newImageWidth / (double)newImageHeight;
             int oldImageWidth = image.getWidth(null);
              int oldImageHeight = image.getHeight(null);
              double oldImageRatio = (double)oldImageWidth / (double)oldImageHeight;
              if (newImageRatio > oldImageRatio)
                    newImageWidth = (int)(newImageHeight * oldImageRatio);
          else
              newImageHeight = (int)(newImageWidth / oldImageRatio);
        // draw original image to thumbnail image object and
        // scale it to the new size on-the-fly
             BufferedImage newThumbImage = new BufferedImage(newImageWidth, newImageHeight, BufferedImage.TYPE_INT_RGB);
              Graphics2D graphics2D =newThumbImage.createGraphics();
                 graphics2D.drawImage(image, 0, 0, newImageWidth, newImageHeight, null);
        // save thumbnail image to OUTFILE
               BufferedOutputStream outFile = new BufferedOutputStream(new  FileOutputStream("C:/kasturi/ssa.jpg"));
              JPEGImageEncoder encoder = JPEGCodec.createJPEGEncoder(outFile);
              JPEGEncodeParam param = encoder.getDefaultJPEGEncodeParam(newThumbImage);
                encoder.setJPEGEncodeParam(param);
              encoder.encode(newThumbImage);
              outFile.close();
              System.out.println("Successfully Saved.");
    %>
    I want to call this thumnail1.jsp file JspDynpage. Can any help me how to make that?
    Thanks in advance.

    hello,
    <?xml version="1.0" encoding="utf-8"?>
    <application>
      <application-config>
        <property name="SharingReference" value="com.sap.portal.htmlb"/>
      </application-config>
      <components>
        <component name="Test">
          <component-config>
            <property name="ClassName" value="kasturi.Test"/>
            <property name="ComponentType" value="jspnative"/>
            <property name="JSP" value="pagelet/Thumbnail1.jsp"/>
            <property name="SecurityZone" value="high_safety"/>
            <property name="tagLib" value="/SERVICE/htmlb/taglib/htmlb.tld"/>
          </component-config>
          <component-profile/>
        </component>
      </components>
      <services/>
    </application>
    this is my portalapp.xml file. Still i am getting error.
    i don't know the exact error. i think it may be java code problem.
    can you tel me what is that? thanks in advance.
    Message was edited by: kasturi ramalingam

  • How to find the executable file /usr/bin/7za in Solarsis?

    Hi All,
    We are trying to install the Oracle 10 g release.Before installation ,it needs some system requirements.In that way ,Using the following command to add the package in Solarsis
    pkgadd -d SUNWi1cs
    However, we got the this type of error,
    # pkgadd -d SUNWi1cs
    Processing package instance <SUNWi1cs> from </mnt/Solaris_10/Product>
    X11 ISO8859-1 Codeset Support(i386) 2.0,REV=2004.10.17.15.04
    Copyright 2004 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    Using </> as the package base directory.
    ## Processing package information.
    ## Processing system information.
    8 package pathnames are already properly installed.
    ## Verifying package dependencies.
    ## Verifying disk space requirements.
    ## Checking for conflicts with packages already installed.
    ## Checking for setuid/setgid programs.
    This package contains scripts which will be executed with super-user
    permission during the process of installing this package.
    Do you want to continue with the installation of <SUNWi1cs> [y,n,?] y
    Installing X11 ISO8859-1 Codeset Support as <SUNWi1cs>
    ## Installing part 1 of 1.
    Cannot find required executable /usr/bin/7za
    pkgadd: ERROR: class action script did not complete successfully
    Installation of <SUNWi1cs> failed.
    How to rectify the above error ?
    Thanks in advance !

    The 7za executable is in the SUNWbzip Solaris 10 package on our systems (Solaris 10 Update 9). It appears that the file may have been in the SUNWp7zip package on some older update releases of Solaris 10 and later moved to SUNWbzip. It isn't clear to me whether or not this executable was available prior to the 5/08 update release. Anyway, I'd check and make sure SUNWbzip is installed. If it is and you don't have 7za you could check and see if SUNWp7zip is installed. If not, install it from you distribution media. If your release is too old to have it at all, you may have to load it from a newer distribution or another source.

Maybe you are looking for

  • Block and Unrelease PO & Contract

    Dears, The client requirement is that they want to block completely PO and contract after release.  If there is any change (after printing), then the releaser can unrelease the PO  or contract so that the Buyer can able to make the change.  Any idea

  • Copying to system clipboard

    i m tryin to copy an image to the system clipboard,. the syntax being the usual Toolkit.getDefaultToolkit().getSystemClipboard().setContents(selectedImage,null); i m not invoking the method      javax.swing.SwingUtilities.invokeLater(new Runnable(){

  • Difference between SU01 ROLE and attribute ROLE in org.structure

    HI, In SU01 transaction ROLE tab employee role is assigned to the user. In org. strucute attribute ROLE also contains the employee role. what is the difference between ther two ? we should mention employee role for the user in SUO1 and attribute ROLE

  • Debug CRM_DATAEXCHG_BADI

    Hi Experts, I am trying to debug CRM_DATAEXCHG_BADI method CRM_DATAEXCH_R3D_MBDOC_FILL called during inbound processing of order from R/3. I need to check some Z fields data. Here are the steps which I am following to debug the order from R/3 to CRM.

  • Keyboard Layout Proposal

    I love everything about the latest ThinkPad keyboard except the rearrangement of the keys. Attached is an image of what the ideal ThinkPad keyboard should look like. I would like to get this into the right hands at Lenovo. Can you help me? Link to im