Download standard page from Oracle

Hi All,
I just want to download a standard page from oracle apps (R12),
Page path is +/oracle/apps/ego/item/eu/webui/EGOITEMADVSEARCHPGL+ but I could not see the xml file anywhere in this location ($JAVA_TOP). How can i get this page?

Hi,
Go to Application TOP for ego
under that ego/11.5.0/mds/item/eu/webui/EGOITEMADVSEARCHPGL.xml
Follow this path
Thanks,
Gaurav

Similar Messages

  • How to call OAF standard page from form by passing parameters?

    Hi,
    I have a requirement where I need to call a standard OAF page from Oracle form, I was able to call the page through personalization, but I also want to pass a parameter to the OAF page and query the OAF page using that parameter, could anyone please help?
    Note: Under the forms personalization I wrote the below code for parameters
    Actions --> Parameters--> ='contractLineId='||:OKS_LINES.ID
    Thanks,
    Bharat

    Hi Niladri,
    My requirement was calling the OAF page from standard form (menu), below are the steps that I followed,
    1) Get the OAF page function name
    2) Personalize the form, by calling the OAF page function
    a) Function Code: Give the OAF function code
    b) Parameter: Here pass the parameters
    example: ='contractLineId='||:OKS_LINES.ID
    Note: If you are calling from a custom form you can also try using fnd_function.execute to call the OAF page
    Thanks,
    Bharat

  • How to download a file from Oracle UCM using OSB

    Hi,
    How can I download a file from Oracle UCM and save it on a filesystem using OSB 11.1.1.5.
    Thanks

    UCM supplies webservice interfaces which let you retrieve the filecontent by soap calls from UCM (http://ucmhost/_dav/cs/idcplg for example). (maybe you should enable some settings on ucm to have this webservice interface getting published).
    This services for example has 2 operations getFileByID and getFileByName.
    So you can just call these services from within OSB.
    After that you need to do some tests if you eitherway need to create a file-transport business-service and call this one from your proxy service or create a messageType proxyservice (binary)  which calls this file-transport business service to be able to write fo filesystem.
    I think for the OSB book i used a jca file adapter generated in Jdeveloper and used that one to write to filesystem.

  • Help! I reinstalled my Mac and erased my iWeb page in the program.Its published, is there any way to download the pages from Mobile Me?

    Help! I reinstalled my Mac and erased my iWeb page in the program.Its published, is there any way to download the pages from Mobile Me?

    To download your pages from MobileMe simply mount your iDisk.
    Then navigate to the Web > Sites folder where the pages are.
    You can't do anything with them however, since iWeb cannot import them. But it's nice to know that you can download them.
    You need the domain.sites2 files, iWeb uses to store its assets. Perhaps you have a backup?
    See this page for pictures and movies to learn how to use the domain file :
    https://discussions.apple.com/thread/3862332?tstart=0

  • Calling OAF Page from Oracle forms

    Hi All,
    Is it possible to call an Oracle Forms from OAF page?
    I need to call a OAF page EAM material cost screen from oracle form using personalization.
    Please any one put on some lights on this issue.
    Thanks in Advance,
    Ramesh reddy
    Edited by: user642447 on May 13, 2011 4:33 AM

    Ramesh,
    yes, its possible to call oaf page from oracle forms.
    This has been specified step by step in Developer Guide. Refer it for more.
    Regards,
    Gyan

  • How to customize an existing OAF page from Oracle, change it and reload it

    Hello all Oracle Developers,
    I am having a question regarding to customization, basically I am going to follow a very simple example.
    We have form: APXVDMVD and OAF web Page AP_APXVDMVD.
    Applying all our custom code via forms personnalisation is piece of cake. However trying to apply the same code to OAF web Page AP_APXVDMVD
    is a total back box for us.
    The basic example seems like this: Suppose that in the Suppliers/Vendors Page we type the supplier name and then right after that we populate in consequence all the fields:
    Taxpayer ID, Tax Registration Number, DUNS Number
    We want to grab the OAF Web page from oracle apply the custom code in java code or whatever necessary to make it work and deploy it onto the server.
    Is this achievable, if so how we can do it??? Can we grab the web page extend the classes that are necessary and deploy the solution. The demo provided from Oracle
    is showing how to create pages from zero, however Oracle have not provided how to grab an existing applications page, put the code and the deploy it
    Let me know any inputs, whatever you did and surely we will be sharing the same stuff all migration R12 long :-)

    Hi,
    You can extend OA framework pages and customize them. There is also a section for customizations in the OA Framework Developer's guide. IF this requires extensive customizations, Iwould advice to be very careful as any extensions should not interfere with the base logic of the pages. Please post here if you need more details.
    The following blog is a good one for some examples.
    http://oracle.anilpassi.com/oa-framework-extending-controller-steps-2.html
    There is also a course for the same if you are interested.
    http://education.oracle.co.uk/html/oracle/15946US/D18280GC10.htm
    Hope this helps..

  • Open a web page from Oracle

    plz, i use oracle 10g but how can i open/ping a web URL from pl/sql code?

    Thank you venky but you should post the link as link and not between tags !
    [Re: Opening a web page from oracle
    SS                                                                                                                                                                                                                                                                                                                                               

  • How to call OA Framework Page from Oracle Forms?

    Hi,
    I have read the OA Guide on "Forms / OA Framework Page Integration" which guide on how to launch OA framework pages from Oracel Applications Forms.
    I would like to perform the same whereby to call the OAF page from Oracle Form itself. However I do not quite understand on the below section:
    To make use of the Oracle Application API - fnd_function.execute.
    Where should I use this function? Should I create a button triggered to link to OA Page?
    Appreciate advise on this.
    Thanks and Regards,
    Shiau Chin

    Hi Ashok,
    You can refer the topic Forms / OA Framework Page Integration in Developers Guide.
    There you can find details about the below :
    Launching Oracle Applications Forms from OA Framework Pages
    Launching OA Framework Pages from Oracle Applications Forms
    Thanks
    Jegan

  • Download OAF pages from linux server

    Dear All,
    I want to download OAF pages(per) from linux server
    I already download below paths
    $JAVA_TOP/oracle/apps/per
    $APPL_TOP/per/mds
    but previous paths don't contain java class
    ******CO.java
    ******VOImpl.java
    ******EOVORowImpl.java
    ******AMImpl.java
    so from where can I get previous java classes.
    Thanks in Advance

    The pages are stored in the MDS repository. You can use the pl/sql package jdr_util's to extract them. Please see the link below for help using jdr_utils:
    oracle.anilpassi.com/jdr-utils-2.html
    Kristofer Cruz

  • Opening a secure web page from oracle forms for credit card validation

    Hi All,
    I searched for the topic in the forms forum but couldn't find a solution.
    Requirement: As per some compliance, our application cannot do a credit card validation from our forms application, instead we need to use a java code which a third party will provide ,it's an iframe (they say, i am layman when it comes to Java, don't know what is it), but they say that, within your forms application you call our iframe do the credit card validation over there get a token of response back from us and use this token as a confirmation in your application.
    Problem: I could not find a solution anywhere wherein i can call a web page from forms. Now, this web page should be modal, i.e. unless i close this page i cannot access my forms application. Please guide me if anyone has done that.
    Secondly if i could make it work, how will i communicate with this external web page, like getting back some token value and use it back in my forms application. I am completely clueless.
    As we are using Oracle designer for generating forms, we cannot use a bean type thing as designer does not have the bean-item type defined!
    Appreciate if anyone could provide me pointers for a solution to this problem statement.
    We are on forms 9i -- Version 9.0.2.11.0
    Edited by: the_wing_rider on Jul 8, 2011 5:10 AM

    The simple way to do it is to use a PJC (java bean) + apache httpclient library..
    If you have a webservice than you can use Axis library and wsdl2java to create java classes from wsdl.
    also you can use httpclient library to simulate http protocol (request/response actions)..
    (for example.. you have a credit card number.. you post this number to specified URL and then you parse the response from credit card validation server)..
    Post here some documentation (specification) on how to call the credit card validation .. (maybe it's a secure webservice?)
    Here you have a httpclient library documentation:
    http://hc.apache.org/httpcomponents-client-ga/tutorial/html/index.html
    Also you can implement bean area in designer.. If you need help I can post here how we do it in our project..
    also look here: Call webservice from PJC over https protocol
    regards
    Peter
    Edited by: Peterv6i on Jul 8, 2011 3:35 PM

  • Problem unzipping downloaded Solaris 10 from oracle site

    Hi All,
    I have a serious problem downloading solaris 10 from the official oracle site. Whenever i want to unzipped the downaloaded zipped file containg the iso DVD solaris the file gets corrupted after a successful downlaod. Is it a problem from the source because i tried downlaoding it onto different computers and still getting the same problem. Can somebody help with a solution or an alternative site i get a good copy of the file.
    Thanks

    831939 wrote:
    I am having approximately the same problem. My download was successful on a dvd, but my problem is that my Ultra Sparc 60 came with a cdrom, thus, when I try to do the installation, I get an error message: "Boot device:/pci@1f,4000/scsi@3/disk@6,0:f File and args: can't open boot device" I have tried nvalias dvd .... without success. Help!If you downloaded the DVD ISO and burnt it to a DVD, you can't use it in a CD-ROM drive. CD-ROM drives don't read DVD's. Either buy a DVD-ROM for your U60 or find a way to Jumpstart the system.

  • Calling portal page from Oracle E-suite

    Hi,
    I want to know how to open a portal application from oracle Application forms. The user logins to Oracle apps, and select the 'portal' responsibility. Then it should open the portal application in a web browser.
    Thanks,
    Nishanth.

    Hi,
    Thanks for the quick response. In my case, the user logins with a responsibility and clicks on one of the menus named 'open portal' or something similar and then, it should open up the web page. Will that be possible using this function? I understand that you have to define a function to be associated with a menu and things like that. Any pointers in this direction?
    Thanks,
    Nishanth.

  • How to call a standard page from a custom BSP-iView by URL

    Dear readers,
    I have to implement a scenario as described in the guide "Administration of the Business Package for SAP CRM 4.0", chapter "Object Links in the Portal" scenario 1 and/or 2 (page 404).
    In my case, a custom iView-BSP lists certain business partners in a tree view as hyperlinks. Which URL do I have to use for these hyperlinks to call the "Accounts" page (within role Account Management (com.sap.pct.crm.AccountManager)) with the selected business partner.
    The guide informs that there exists among others a table CRMC_PRT_ROLE_MO where I can find the ID Page/Servie URL for each Role/CRM Object type/CRM Method.
    My question is if I can use this URL fragment within the URL I have to build, and if yes, how must I construct the full URL to call the account page? If now, which URL must I use to call the account page?
    thank you
    Andreas

    Hi Niladri,
    My requirement was calling the OAF page from standard form (menu), below are the steps that I followed,
    1) Get the OAF page function name
    2) Personalize the form, by calling the OAF page function
    a) Function Code: Give the OAF function code
    b) Parameter: Here pass the parameters
    example: ='contractLineId='||:OKS_LINES.ID
    Note: If you are calling from a custom form you can also try using fnd_function.execute to call the OAF page
    Thanks,
    Bharat

  • Download the file from oracle throuth jsp

    hello
    i have a problem that how to read the long raw data from oracle, and download the files( include images or word or txt files and so on). i don't want to read them is ie .i hope can realize the function that each file have a name appeared in ie .they are downloaded only we click the name. who can tell me .thank u

    you say you don't want to, so just don't :)
    Start by learning the use of proper punctuation, grammar and spelling and use that knowledge to learn how to properly word a question so others can understand what you are asking.
    Then come back and ask your question using that new knowledge.

  • Issue launching apex pages from oracle apps

    Hi all.
    We have installed oracle apex 4.2 in database have Oracle apps and configured the oracle http server in different machine.
    Then we have followed the integration process suggested from oracle below.
    http://www.oracle.com/technetwork/developer-tools/apex/learnmore/apex-ebs-extension-white-paper-345780.pdf (Author: David Peake)
    http://www.oracle.com/technetwork/developer-tools/apex/apex-ebs-wp-cabot-consulting-169064.pdf
    While configuring neither APPS nor APEX showing error, but while launching APEX pages (clicking Menues created in Oracle APPS) its showing error “An error occurred when trying to perform the specified action”.
    Really the APEX, EBS integration has succeeded following the steps mentioned in the above provided links ??????
    Please suggest
    Thanks Raj

    Hi,
    I think the easiest way to do this is to create a form function that launches the workbook. Then call the form function from the button on the screen. This will work in a similar way to calling the workbook from a menu item. This will not work if you want to pass parameters contained in the form to the Discoverer workbook.
    Rod West

Maybe you are looking for

  • This device is already associated with an Apple ID.....er no it's not

    I've been having this problem for a while but until I subscibed to iTunes Match it didn't really matter so I let it slide. Now it's an issue; I have two Apple IDs as I've been a customer for a while; the @me.com account issued as I was a Mobileme use

  • Disconnecting when computer sleeps- will not reconnect

    My grandfathers MacBook disconnects from wireless network whenever the computer goes to sleep/is temporarily shut. When it is opened back up, says it is not connected to the internet even though the Network is reading as working. Mail will not send e

  • Background job failing with license check error

    Hi Experts In our ERP 6.0 system ,all the background jobs are failing with license check error. Have checked the license in SLICENSE and the license is fine. There is no warning while users are loggign in ,but when any background job is runing its fa

  • DVD or CD Sharing

    When I go to System Preferences > Sharing, the "DVD or CD Sharing" option does not appear in the Service list. What's wrong?

  • Getting error as 'Error 401 - unauthorized'

    Hi , I have a af:goImageLink on a .jsff on clicking on which I am supposed to open a screen with print window . Code in .jsff is <af:goImageLink text="Print Current Data" targetFrame="_blank" icon="/theme/img/print.png" partialTriggers="Search" disab