Custom Wizard in Oracle RPAS

Hi,
I am newb here. I did some research but i could not find answer for my question: How to build custom wizard in configuration tool in RPAS. The only information I found are placed in configuration guide, but it is limited just to list of icons in configuration tool.
Thanks for any info

How about starting with the documentation...
http://www.oracle.com/pls/db102/search?remark=quick_search&word=user+defined+datatypes&tab_id=&format=ranked

Similar Messages

  • Custom Wizards (using Wizard Framework)?

    Is there a good resource out there that describes how one might go about creating a custom wizard (I suppose using SAP's Wizard Framework) to be used during creation of new iViews (of a particular portal archive)?  I've been looking around, but haven't found much on the topic.  I have looked at the URL iView code (which implements this framwork API), and it appears somewhat involved.
    Thanks,
    John Schimmels

    Hi John,
    you know the API doc? If not - https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/ep 6.0 sp2 wizard framework api
    I don't remember to have seen anything in addtion
    Hope it helps
    Detlev

  • How to add a custom attributes in Oracle HTML Quotes page?

    Hi,
    Could someone advice on the best way to add a custom attribute in Oracle HTML Sales Quoting page.
    As this page is not an OA page, we are not able to use the concept of View Objects using AK Developer.
    Thanks,
    Arathi

    I have a requirement from our end users that all of them requires a shortcut button in toolbar for submitting a request instead of going the normal way in order to submit a single request.
    please can any one help me out in solving this query.Any reason you want to use a shortcut rather than using (Requests > Submit) window?
    You can use "FND_REQUEST.SUBMIT_REQUEST" API -- https://forums.oracle.com/forums/search.jspa?threadID=&q=FND_REQUEST.SUBMIT_REQUEST&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    How To Submit A Concurrent Request Set Using Fnd_Request.Submit_Request [ID 382791.1]
    How To Set ORG_ID When Submitting A Concurrent Request Using FND_REQUEST.SUBMIT_REQUEST in Release 12 [ID 1383266.1]
    Thanks,
    Hussein

  • How to create a custom plugin in Oracle Access Manager to create a cookie

    How to create a custom plugin in Oracle Access Manager to create a cookie or Header Variable..
    Vipin

    Its has more steps which you need to consider in addition to Note:101048.1 which is mentioned by Prashant_Pathak. Both notes have enough information. If not, let's know what else you need to set

  • Creation of a Custom Folder in Oracle Discoverer Administration Edition

    Hi
    Could anybody help me in solving this problem while creating a Custom Folder in Oracle Discoverer Administration Edition ?
    My Requirement is :
    I Connect to EUL_US/EUL_US@<HOST_STRING> under Oracle Discoverer Administration Edition.
    I selected a Pre-Defined Business Area Eg. General Ledger
    There i created a Custom Folder by Name Test Custom Folder
    The Query which i used in my Custom Folder is
    SELECT NAME FROM GL.GL_JE_BATCHES
    When i Used this Query it says Table or view does not exist.
    The Folder is getting created but without a Query.
    I am not able to preceed further.
    Any Help would be appreciated
    Regards
    Nakul Venkataraman

    Hi Nakul, you may be running into a problem with the sql for your custom folder. For some reason Discoverer Admin will allow you to create a custom folder with sql, but then if you change it and it has any advanced sql, i.e. grouping sets, analytic functions etc., you probably receive an error.
    An option is to create a view using the same sql and create a folder from the database using this view.
    Hope this helps.
    Brent.

  • How to build wizard in Oracle Forms?

    How to build wizard in Oracle Forms? Is it possible only in JDeveloper?
    Regards
    Rajesh Kumar

    What do you mean here - you want to extend the Forms Builder with your own wizard, or you want to build a Forms Application with a Wizard Style interface?
    If it's the First then you can't, if it's the second then check out the 9i demos there is a re-usable wizard component that shows you how to do it.

  • Migrating a Forms 6i custom application to Oracle Apps R12 custom bolt on

    Hi,
    I need to migrate an oracle forms custom application built in 6i to sit within oracle apps R12 (Forms 10g) and use Oracle Apps user authentication and session. It could become a custom bolt on to Oracle Apps and might be accessed from a custom responsibility in oracle applications.
    a) How easy/difficult is this?
    b) What are the challenges or things to look for to do this migration?
    Thanks,
    Ayyappa

    979379 wrote:
    Hi,
    We have two node architecture for R12.1.1 on windows 2008 32 Bit. One node for Database and the other node for application.
    As we are facing a lot of memory issues, we are planning to go for 64 Bit.
    I Have already read the document
    Migrating Oracle E-Business Suite R12 to Microsoft Windows Server 2008 R2 [ID 1188535.1]
    The doc says in place OS upgrades are not supported....
    So my question is...
    While keeping the production, how can i migrate using the same servers. Coz my company does not want to buy new servers..
    Please suggest.Complete all the steps in the doc for Rapid Clone and other steps, then take a backup of the files after you run preclone and create a trace file for the database. Once you have the backup ready, install a 64-bit version of the OS and install 11gR2 software and restore the files from the backup and complete the migration.
    Thanks,
    Hussein

  • Custom reports in Oracle Designer - HELP!

    I have a need to write some custom reports in Oracle Designer. I know all the information is in the repository but don't know how to get it out.
    Would anyone happen to know where I can get my hands on an ER diagram depicting the relationships across repository tables (meta model)?!

    Start the RON. Choose a workarea. Select an object (table definition, view definition etc). Now open the properties. Select a line in the properties window and press F5. Now choose the "Model" button.
    IExplorer is opened with information on the View in which these objects can be found.

  • JMS custom headers in Oracle SOA suite 11g

    Hi,
    Can any body expalin me how to implement JMS custom headers in Oracle SOA suite.Please help
    Thanks,
    Kumar

    Kumar,
    It is jca.jms.JMSProperty which is used to set and get custom JMS headers. So if you want to set two custom JMS headers say Test1 and Test2 then add them as a property in your invoke action as below -
    <invoke name="InvokeTest"
    inputVariable="InvokeTest_Produce_Message_InputVariable"
    partnerLink="test" portType="ns2:Produce_Message_ptt"
    operation="Produce_Message" bpelx:invokeAsDetail="no">
    <bpelx:inputProperty name="jca.jms.JMSProperty.Test1" variable="testA"/>
    <bpelx:inputProperty name="jca.jms.JMSProperty.Test2" expression="'foo'"/>
    </invoke>
    Here we have assigned value of variable testA into custom JMS header Test1 and expression "foo" into custom JMS header Test2.
    Regards,
    Anuj

  • Custom datatypes in oracle

    hi,
    i need to know about custom datatypes in oracle? Where can i get that. Any good link which explains the topic???
    Thanks,
    Noble

    How about starting with the documentation...
    http://www.oracle.com/pls/db102/search?remark=quick_search&word=user+defined+datatypes&tab_id=&format=ranked

  • Custom Colors in Oracle Forms.

    Hi,
    As we know we can create custom color in oracle forms and process to create is
    Creating Custom colors :
    a)Go to Tools->Preferences. In General Tab On the Color Mode drop-down, select Editable then exit Forms builder.
    b)Restart forms builder.
    c)Open up a canvas window, then go to Format->Layout Options->Color Palette.
    d)select any colour on the palette and edit it
    say we created a color with rgb value r0g0b100 i edit the from rgb value to FrameColor.Therefore my new custom color name wil be "*FrameColor"*
    Is there any way to know the rgb value after changing Name?
    Kindly help me to know the solution.
    Thanks,
    Manasa

    To see the rgb value you must have set the colour palette to be editable. Then open the colour palette select the custom colour you want to see the value of then click on the Edit button where you will be able to see the rgb value for that colour.
    In 10g
    Set to Editable
    Edit -> Preferences -> change colour mode to Editable -> Exit form builder
    Add Custom Colour
    Re-open the form
    Open a canvas
    Edit -> Layout Options -> Colour Palette
    Select a colour to edit by clicking on an undefined colour i.e. a white square on the bottom far left of the palette
    In the current colour dialog it will say something like custom5 change it to a more meaningful name you can call it the rgb value
    Then click on rename -> then Edit -> change the rbg value to the colour you want to add-> click OK
    Export the custom colour palette
    From the canvas -> Edit -> Export -> Colour Palette -> give it a name

  • Anyone familiar with "The Standby Wizard for Oracle "

    Is anyone familiar with "The Standby Wizard for Oracle " by Relational Database Consultants, Inc?
    It is a GUI app that supposedly simplifies and automates the creation, maintenance, and switchback functions necessary to implement Oracle's standby database paradigm for high-availability.
    I have a very small IT shop and simplification with data protection is important to me.
    I'd like to read anyones thoughts if you have such.

    Hi
    I never used this tool. However it is important that you have the right infrastructure, too. A standby database wrong implemented is useless. You can try to call a consult in near you to implement the dataguard.
    Does Relational Database Consultants has a documentation about the product?
    Bye, Aron

  • Skipping Custom Wizard in MDT-LiteTouch Deployment

    I have one deployment share in which I generate media from to create a gold image, sysprep and capture, and than a deployment where the gold image and other things are performed. As part of the deployment of the Gold Image, I want to incorporate a custom
    wizard to prompt if the user wants to wipe the hard drive as I need to accomplish something greater than the included reformat once. It needs to obviously run before the format and partitioning occurs, and I only want it to appear in one of my three media. 
    I have created a custom XML file, made the entry DeployWiz_Definition_ENU.xml, and can successfully acknowledged the variable ("DoSanitize") value where I need to in my task sequence.... however, I am unable to skip the custom wizard the way
    I am with other pre-defined wizards. I have made the condition to skip it and I have placed the condition in my customsettings.ini. 
    How can I skip a custom wizard if the variable is set in customsettings.ini?
    Entry added to the customsettings.ini for the media I want to skip
    ======================================
    SkipSanitize=YES
    ======================================
    Entry added to DeployWiz_Definition_ENU.xml
    ======================================
    <Pane id="SanitizeHardDrive" reference="DeployWiz_SanitizeDrive.xml">
    <Condition><![CDATA[UCASE(Property("SkipSanitize"))<>"YES"]]></Condition>
    </Pane>
    ======================================
    Contents of DeployWiz_SanitizeDrive.xml
    ======================================
    <Wizard>
      <Global>
      </Global>
      <Pane id="SanitizeHardDrive" title="Sanitize Hard Drive">
        <Body><![CDATA[
                    <H1>Do you want to sanitize the Hard Drive?</H1>
    <table>
    <tr>
    <td>
    <input type=radio name="DoSanitize" id="CaptureRadio1" Value="YES">
    </td>
    <td>
    <Label class="Larger" for=CaptureRadio1 language=vbscript >Sanitize the Hard Drive.</Label>
    </td>
    </tr>
    <tr>
    <td>
    <input type=radio name="DoSanitize" id="CaptureRadio2" Value="NO" checked>
    </td>
    <td>
    <Label class="Larger" for=CaptureRadio1 language=vbscript >Do not sanitize the Hard Drive.</Label>
    </td>
    </tr>
    </table>]]></Body>
        <Condition><![CDATA[UCASE(Property("SkipSanitize"))<>"YES" or UCase(Property("DeploymentType"))<>"CAPTURE"]]></Condition>
      </Pane>
    </Wizard>
    ======================================
    The only end user facing media will have the Sanitize Drive option available so it is not show stopper, but more of an OCD thing for me. 

    Thanks for your response and I see that now.  I did a bit of a workaround for this and moved all applications to a temp folder in Deployment Workbench, then moved them back out in the proper order.  That appeared to fix the order problem.  
    Yet, my original problem still stands - The applications that I have added within the last 24 hours are not showing up in Deployment Wizard.  I have even tried deleting them and recreating them but it would appear that any new applications are not being
    added.  I do see them within the Applications.xml AND the ApplicationGroups.xml.  I have created them in a normal method as I have done many times before and there is not really anything unique about the apps (the are apps with source files).
    How can this be?

  • Insert custom JavaScript on Oracle CRM detail page

    As part of some customizations to modify the details pages, we need to insert some custom JavaScipt on Oracle CRM pages. What we understand is that this is possible using a Custom Web Applet and adding the applet to the sections layout. But with this the Custom Web Applet section bar show up in the details page.
    Is there some way in which this custom JavaScript can be added to the pages without any additional sections showing up?

    hi
    thanx
    if it s possible to use javascript to select products according to category and populating that particular products in lookup field is it possible thr web service or web applet
    becoz in my case i want 2 use product based assignment for users
    regards
    [email protected]

  • Hi All.How to deploy the CUSTOM JSP to Oracle Application???

    Basically i am new to OAFramework and i have developed one JSP page--->Connect to Remote Application and it is working fine in my Local System.
    How do i depeloy this CUSTOM page to Oracle Application???
    Please let me know the Steps or is there any Reference documentaion available so that i can follow the steps.
    Message was edited by:
    user550793
    Message was edited by:
    user550793

    How you create your .xml file.
    Have you created your .xml file using New->web tier->OA Components->Page.
    If in this way you would not get your specified Error. Could not find the main class.Progarm will exit.
    I think you are running any java file. either controller, VOImpl.java or any else.
    that do not have main function.
    if still this issue exist on your side. let us know all the steps in details to us.
    Thanks, Avaneesh

Maybe you are looking for

  • Binary search question

    Hi, I want to use binary search in my code, just not sure, how to do it right. Let's say  I have an IT with columns A B C D. I want to search this table first based on value in A and later based on B. How should I sort this table? >sort IT by A B >re

  • HOW TO CREATE MATERIAL CODE IN MATERIAL MASTER

    HI SAP GURU'S   As i m fresher in SAP-mm , can somebody guide me how to create materials in MM01, because in my company they told me to create some materials . For this which r all modules help i need , because in mm01 select views somany r there. IN

  • Why does a face show up on my iPad when I have deleted it from aperture

    I am using aperture to tag a modestly large library (about 22,000 photos) all for personal use. I've been going through these photos and tagging faces. As a sort of "holding pen" for faces that I wasn't sure about in the unnamed faces strip at the bo

  • Mac SSD Question

    I have a quick question about my mac's hard drive.  My buddy gave me a Corsair 128GB Solid State Drive (p/n: cssd-p3128gb2) and wanted to know if it will fit\work with my early 2008 macbook pro (p/n MB134LL/A). Do you know if it will work or have a w

  • Colouring Black and White video images

    My son (14 years) has just found an interest in colouring black and white film footage and is finding it a very pain staking process. I am looking to assist him with some software to make the process easier but don't really know where to start him of