How to Extend the Seeded Oracle pages

Hi all, i have requirement that some pages in apps needs to be extended(Modify), so can any one tell me the steps to proceed.

Babu,
You need to read developers' guide for this! Also you can see the seocnd article on my blog:
www.mukx.blogspot.com
--Mukul                                                                                                                                                                                                                                                                                                                               

Similar Messages

  • How to extend the seeded controller?

    Our requirement is to insert warning messages in seeded HR Self Service transactions. On click of the next button, we need to evaluate conditions depending on the values filled in by user and throw warning dialog page with
    with ok button on it. When user clicks OK on the warning window, next page should be displayed.
    So the need is to insert warning dialog page between navigation of 2 pages.
    Is this possible to do in a Oracle seeded transaction. I believe I would
    need to extend the controller of the page and insert my code in the controller.
    Has anyone dealt with such a scenario before , how do it achieve it and How a controller can be extended?
    Thanks,
    Tanveer

    This definitely is possible. You will have to extend the seeded controller and override the seeded behavior for this particular scenario. After your logic ends, call the seeded code which will handle the rest.
    For getting started, look at dev guide and other similar discussions.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Modifying the Seeded oracle Page's search region

    I have a situation where i need to add one more search field in my open Requirements page in Oracle PRM. This "Open Requirements" Registered as function in oracle with akRegionCode parameter. I found region.xml and able to find the map between region code and the path where the original xml is stored. but my issue is i'm trying to copy the original Page XMl file to MYrequire.xml and modified the search region there to add one more field for search.and also i paced this xml in the same location as other one. but how to get this new custom XML work. i tried modifying regionxml file's region code to poing this new xml i have created but no luck. it still bringing the OLD one. So can you please help me here so that i can address our requirement.

    user626393,
    You need to be more detailed. Is it a simple search page or are you talking of the LOV window? What is the seeded function call? Is the new search field part of the seeded VO?
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                               

  • Extend a Standard Oracle Page

    Hi,
    Has anyone managed to extend a Standard Oracle Page. I have a requirement to extend Customers Online Page
    /oracle/apps/imc/ocong/party/organization/webui/ImcOrgOverview
    .. All I need to do is to add a new region in the page .
    I am able to achieve the result by modifying the exisitng page
    ImcOrgOverview and importing it . But I dont want to do that , as the solution wont last an upgrade .
    Any Suggestions?

    If your customer is on 11.5.10.2CU of OAFramework then they can extend an existing region or a new region in to a Oracle seeded page. You can use the personalization framework to add a new item 'flexibleLayout' and this will allow you to add a 'flexibleContent' under the flexibleLayout using personalization.
    When adding the 'flexibleContent' you need to set the extends property pointing the region which you want to extend.
    However you need to keep in mind that the region which you want to extend should work standalone otherwise you will run in to errors.
    You can find the relevant document on the framework personalization guide for CU2 and above in the create new item section.

  • How to export the Apex web page to PDF with click of a button?

    How to export the Apex web page to PDF with click of a button?
    Am looking at exporting the Form view on APEX to be exported to PDF.

    In order to get a PDF, you need to generate a Report....in PDF format.
    If you are using the APEX Listener, you can initiate the download of the PDF by calling APEX_UTILS.download_print_document()  (I normally place this in a Process)
    BUT -- You have to create the Report (under Shared Components) and a Template (also under Shared Components).
    The white paper in my first post gives you the HOWTO "[Create] Custom PDF Reports with Oracle Application Express and the APEX Listener".
    Start by creating a Report (in Shared Components, bottom right) that uses a simple SQL statement like:
    Select * from emp where empno = :P15_EMPNO
    You may need to hard code the parameter before you hit "Download XML" button.
    The XML that you get from clicking "Download XML" satisfies the "Step 1 - Create an XML Data Source" found on Page 11 of the document.
    The rest of the instructions is in that whitepaper.
    MK

  • How to extend the 1k size limit of ODBC?

    Hi everyone,
    My problem is if my SQL string size is over 1k, then ODBC driver will fail. How to extend
    the size?
    Thanks,

    OK, just for clarity, there are two limits that you may be running up against.
    1) There's a limit on the total length of a SQL statement. I would tend to consider it a bug if you could SQLExecDirect a 4k statement by passing in the actual length of the string, but only a 1k statement by indicating that the string is NULL-terminated. If that's actually what you're seeing, you may want to contact Oracle support. I believe this limit was increased between Oracle7 & Oracle8, 512 -> 4096 characters IIRC.
    2) There's a limit on the length of a string literal which should correspond to the maximum size of a varchar2 column. If this is the limit you're hitting, then you want to go the prepare/ bind/ execute route I explained in the previous post.
    Justin

  • How to print the top of page part along with the ALV list and generate PDF

    HI all,
             I have created one ALV by using oops concept .
             and also am able to get the top of page where I have One standard logo on the right hand side
             and some details on the left side .
               Now my requirement is to while printing the list the logo and other top of page details should appear
               In the PDF output but currently while am pressing the print preview button only the alv data is coming
              am already using the method
        handle_top_of_page
          FOR EVENT print_top_of_page
                 OF cl_gui_alv_grid,
    may be am missing something ... How to get the top of page along with the logo printed ?

    Hi  Surya,
    After generating the grid display  click on print button,
    a spool number is generated. capture the spool number and convert it to pdf using the fm:
    CONVERT_ABAPSPOOLJOB_2_PDF  and save the file
    Hope this will solve your problem.
    Regards,
    R K.

  • Hi i would like to know how to extend the range of my time capsule wifi network(500G 802.11n) using an airport express. i have a double storey home and would like to extend range to my upstairs bedrooms.i have a time capsules network setup via a netgear a

    hi i would like to know how to extend the range of my time capsule wifi network(500G 802.11n) using an airport express. i have a double storey home and would like to extend range to my upstairs bedrooms.i have a time capsules network setup via a netgear adsl.i have a second imac upstairs which connects to time capsule wifi network (it is within range as it is directly abobe on 1st floor)
    could you tell me how best to set airport express up to extend my wifi range?

    Greetings,
    This is called an "Extended wireless network".
    Read this article for details and steps on how to extend your TimeCapsule's network:
    http://support.apple.com/kb/HT4259
    Cheers.

  • How to setup the default run page in WAR file

    Can anyone please tell me how to setup the default run page in WAR file using JDeveloper? I want the login page to be the default page of the application. Thanks!

    This is usually done in an .XML or other configuration file based on the particular web application container you are using.
    For example, in Tomcat Java Container, its the following parameter in the /conf/web.xml file:
    <welcome-file-list>
    <welcome-file>index.html</welcome-file>
    <welcome-file>index.htm</welcome-file>
    <welcome-file>index.jsp</welcome-file>
    </welcome-file-list>
    You will need to look at the documentation for your server container.
    thanks

  • New VO to substitute an existiting seeded VO wo extending the seeded VO

    Hello All,
    Is it possible to deploy a new VO by substituting the existing VO without extending the existing VO.
    ==========
    I mean,
    There is seeded VO pointing to couple of seeded EO's. Now I want to extend this VO but want to completely replace existing EOs with the custom EO's. But when I try to extend it , I am unable to get rid of the old EO's to replace it to the new ones! By extending, Jdeveloper allows me to add more EO's to the list but dosnt allow me to get rid of the existing EO's.
    I tried creating a brand new VO with the custom EO but this errors with "all variables not bound"! error.
    The seeded EO and the Custom EO will fetch the same result set but from different source (from custom EO).
    =========
    Having said this, Is it possible to deploy a new VO by substituting the existing VO without extending the existing VO.
    Thanks for all the help.
    FR

    Ramkumar,
    This is what I am trying to accomplish...
    ===============
    E.g., The seeded VO has the following SQL query ...
    select ppf.first_name, ppf.last_name, ppf.national_identifier
    from per_all_people_f ppf
    where ppf.person_id = :1
    and sysdate between ppf.effective_start_date and ppf.effective_end_date
    ==============
    And I need to change this query to ...
    select xmp.first_name, xmp.last_name, xmp.national_identifier
    from xxc_my_people_v xmp
    where xmp.person_id = :1
    and sysdate between xmp.effective_start_date and xmp.effective_end_date
    =============
    When I try to extend the seeded VO, I am only able to add more to the FROM clause in the form of EO's. (Only thw WHERE clause is editable)
    ====
    But when I create a new VO as you are suggesting, I get an error when using it after the deployment "Not all variables bound! ". There is only one bind reference in the original VO query and am using the same reference in the new expert mode VO that I created!
    =============
    Please let me know what I am missing.
    Thanks for your help!
    FR

  • How to extend the range with a second Airport Express? Do I need a DSL cable?

    How to extend the range with a second Airport Express? Do I need a DSL cable?

    Thanks, now we need a bit more information, please, in order to provide you with the correct information that you need.
    I assume that you already have one AirPort Express.....either a model A1264 or A1392.....set up and operating OK, is that correct?
    If yes, you can extend the network either by using wireless or an Ethernet cable with a second AirPort Express.....either the A1264 or A1392 model. A wired connection is the way to go, if possible, since it provides better performance.  But, wireless might work OK for you if you want to try that.
    Let us know "how" you want to extend......wireless or wired?

  • I am using Aurora, but I can't find out how to ask a question for it and not firefox. My real question is how to reach the about: config page in Aurora.

    For some reason, Mozilla Support has no section for me to ask a question about Mozilla Aurora. I need to know how to reach the about: config page in Aurora and no one has apparently asked this question before. Someone please help me on this issue because no one seems to know

    Note that your System Details List shows that you have a user.js file in the profile folder to initialize prefs each time Firefox starts.
    The user.js file is only present if you or other software has created this file and normally it wouldn't be there.
    You can check its content with a plain text editor (right-click: Open with) if you didn't create this file yourself.
    The user.js file is read each time Firefox is started and initializes preferences to the value specified in this file, so preferences set via user.js can only be changed temporarily for the current session.
    *http://kb.mozillazine.org/Preferences_not_saved

  • I cannot figure out how to view the history of pages so I can easily go back to a page I may have been in 10 clicks ago.

    In the latest version, I cannot figure out how to view the history of pages so I can easily go back to a page I may have been in 10 clicks ago. I don't want to have to hit the back button 10 times, I want to be able to view a list of the past clicks and pick where I want to go back to. How do I do that now?

    Click-hold the unified Back / Forward button, or right-click it to get the Back / Forward history for that tab.
    Or install this extension to get the old "drop-marker" button restored. <br />
    https://addons.mozilla.org/en-US/firefox/addon/backforedrop/

  • Hi! Anyone know how to extend the intro of the music I want to use in a video in imovie?

    Hi! Anyone know how to extend the intro of the music I want to use in a video in imovie?

    Hi trineram,
    Welcome to the Support Communities!
    The article below may be able to help you understand the parameters for adding music to an iMovie for iOS project.
    iMovie for iOS (iPad): Add background music
    http://support.apple.com/kb/PH3192
    Cheers,
    - Judy

  • How to extend the time line for the premiere on mac pro mavericks

    how to extend the time line for the premiere on mac pro mavericks

    Wrong place.
    Try the Adobe Premiere forum.
    http://forums.adobe.com/community/premiere
    Good luck,
    x

Maybe you are looking for