URL that open Self Service Submit Request page with parameters

Hello,
I have a concurrent program on Oracle APPS that generate an output in HTML.
I want to have a link in the data that, when click, it takes the information for this line (account_number, header_id etc) and open the web page for submitting request (Self service). Where the user can find the program name already in the textbox.
Or better, is it possible to just click on the link on the report output and a concurrent program is launched with the parameter of the line where the link is.
Note: no OAF coding in this solution
Thanks for you help,
Vik

I think you dont need to create a Concurrent program submission window. It is available in OAF itself. Just you need to pass input parameter. Also read more in dev guide.
http://oracleanil.blogspot.com/2009/04/steps-for-insert-in-eo.html
Thanks
--Anil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Similar Messages

  • Self Service Password Registration Page taking more time for loading in FIM 2010 R2

    Hi,
    I have beeen successfullly installed FIM 2010 R2 SSPR and it is working fine
    but my problem is that Self Service Password Registration Page taking more time for loading when i provide Window Credential,it is taking approximate 50 to 60 Seconds for loading a page in FIM 2010 R2
    very urgent requirement.
    Regards
    Anil Kumar

    Double check that the objectSid, accountname and domain is populated for the users in the FIM portal, and each user is connected to their AD counterparts
    Check here for more info:
    http://social.technet.microsoft.com/wiki/contents/articles/20213.troubleshooting-fim-sspr-error-3003-the-current-user-account-is-not-recognized-by-forefront-identity-manager-please-contact-your-help-desk-or-system-administrator.aspx

  • Calling portal v2 pages with parameters in a jsp

         Hello everybody,
         I'm currently trying to create, in a jsp, a link to a portal-v2 page with parameters.
    Practically :
    [JSP / Portlet 1]
         - a 1st jsp generates some links, all to the same page but each sets a different value to a parameter (for example a productId in a list).
    [JSP / Portlet 2]
         - a 2nd jsp gets this parameter and use it (for example it displays the details of the chosen product).
    So the 1st portlet would be jsp (coded by a portlet designer) and clicking a link would lead to another page (chosen by a page designer) which would hold the 2nd portlet (= 2nd jsp, coded by the same portlet designer).
         Writing the second jsp is easy : getting parameters is described in many examples and pdk articles.
         But I can't find the java methods to use to generate the link. More precisely I don't know how to call the portal page (which would then be a jsp1's parameter). Adding the parameter is well described in the jpdk API-Doc.
         I've tried to use portal events but they seem to work only in an html form. So I supposed it was a wrong way.
    As I've lost myself so many times in the API-Doc and I didn't find any jpdk sample about that, I would be really thankfull if someone has an idea (may I hope for a sample code ? :-)
    Thanks.
    Jean-Roch

    I'm having a similar problem!
    I have a JSP page which I have published as a portlet to Portal. The JSP portlet is placed on Portal a page. I need to call this Portal page with some parameters in the URL, which should get passed to the JSP portlet.
    In the JSP portlet I used this syntax in release 1 to retrieve the URL parameters:
    String p_itemID = request.getParameter("item_id");
    That worked great in release 1, but not in release 2.... I think the problem is that you need to define which parameters a portlet has, then map those portlet parameters to page parameters in the page properties. In dynamic page - portlets you define bind variables to accomplish this. But how do you do in JSP portlets? When you try to map Page Parameters to the JSP portlet you'll find that Portal doesn't think that the JSP portlet has any parameters. Hence the page parameters does not get passed to the portlet.
    (More info: JDBC----getImportedKeys() )
    I've looked at the Multipage example and the forminput example. But I don't see how pass a parameter in the URL to the very first JSP portlet from looking at those examples. I do see how you can pass parameters to the next JSP portlet, but that's not my problem. Maybe I'm missing something obvious...
    Any ideas?

  • Web service operation ... with parameters {} cannot be found

    Hi All,
    I am accessing a web service of a web site using ColdFusion.Each time I am calling the web service I am getting the message "Web service operation ... with parameters {} cannot be found".The wsdl file showing the parameter as complex type .So I have passed value to the particular method using structure and xml type each time I gets that error message.I can not post here the wsdl for security reason.
    When I am calling this Web service from .net it is working without any problem. .NET directly creating the objects of the parameter which the method is needed from the wsdl but I don't know whether it is possible in ColdFusion or not.Also I don't know whether the web service in .net or in other language.
    Please suggest something.
    Thanks
    Upen

    Thanks for your response.
    Yes, I have passed all the arguments but it seems the web application is coded in .net and by googling I came to know that if the .net receives a complex type of object then it creates problem when we pass argument from coldfusion.(means type mismatch)
    If you know about it please suggest .

  • Creating URLs that open a new tab or browser window?

    Hello out there...
    I am creating some podcasts via Garage Band and iWeb for my grade 9 class. I have embedded some URLs in the podcast however when one 'clicks' the links the iWeb page is closed and the user is taken to the new page.
    I would like the iWeb page with the podcast to remain open and a new page or tab open up to display the link.
    Is it possible to do this?
    Thanks,
    B!

    Hi,
         Similar question has been asked in the forum, hope it will help:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/9db08c4a-b53c-419a-84f8-001c194d1311/how-to-open-sharepoint-document-library-pdf-file-in-new-window?forum=sharepointadminlegacy
    Take a look to the articles given in below link too.
    http://office.microsoft.com/en-in/sharepoint-server-help/change-how-to-open-a-document-in-a-library-with-one-click-HA101729873.aspx
    http://www.benramey.com/2011/04/25/opening-all-sharepoint-2010-documents-in-a-new-window/
    Regards,
    MS

  • Submit OA page with Enter key in custom page

    Hello All,
    I have one custom page with 20+ fields and two submit buttons to do different processing.
    On this page, if enter key is pressed then I need to submit the form i.e. invoke processing corresponding to one of the submit button.
    I know that at field level I can bind enter key event. But for that I need to write same code 20 times for all 20 fields.
    Do we have any simple way to implement submit if enter key is pressed in any of the fields?
    Any help will be highly appreciated.
    Thanks,
    Ritesh

    Hi Ritesh,
    Not sure but you will want to try implementing the method mentioned by Anil using "OAPageLayoutBean" to get the enter key handle for all the fields in a page.
    i.e. try with
    OAPageLayoutBean page = pageContext.getPageLayoutBean();
    Hashtable params = new Hashtable(); 
        params.put ("Go", "value1");
        page.setAttributeValue(OAWebBeanConstants.ON_KEY_PRESS_ATTR, new OABoundValueEnterOnKeyPress(pageContext,
                                          "DefaultFormName", // enclosing form name
                                          params, // request parameters
                                          false, // client unvalidated
                                          false)); // server unvalidatedinstead of
    OAMessageTextInputBean HelloName = (OAMessageTextInputBean)webBean.findChildRecursive("HelloName");
             Hashtable params = new Hashtable(); 
             params.put ("Go", "value1");
             HelloName.setAttributeValue(OAWebBeanConstants.ON_KEY_PRESS_ATTR,
             new OABoundValueEnterOnKeyPress(pageContext,
                                          "DefaultFormName", // enclosing form name
                                          params, // request parameters
                                          false, // client unvalidated
                                          false)); // server unvalidatedand pls update the result.
    regards,
    Anand

  • Cannot open links in a web page with FF5 why?

    I was sort of tricked into downloading version 5 but now I find that when I am in a website, I cannot open any links within that site whether for another tab, page, or pop up window. I have No Script and Ghostery and aloow the entire page but that makes no difference. Can I return to previous version without a problem or am I going to screw up my entire browser or even the os.

    Hi,
    Welcome to Adobe Forums.
    Please provide:
    Adobe Reader version
    Web browser : Internet Explorer, FireFox, Safari or Chrome
    What is the exact error message.
    ~ Aditya Kalania

  • How can i use link in report to go to new page with parameters??

    Hello
    I've created a report and have added a link (to a html url) to one of the columns. Whenever i click that column in a row, a new page appears. At this moment this page is static. However, i want to show the details of the selected row in the report. This means that somehow i have to pass a parameter to the second page with the primary key of the selected report row.
    Is there any way to do this?
    Thanx
    Ben

    You can do this using SQL based reports.
    Here is an example
    select ''||empno||'' emplink,ename
    from SCOTT.EMP
    Here the link "http://forums.oracle.com/forums/message.jsp?id=" takes a parameter whose value is the empno.
    In the column formatting section of SQL reports you should display this column as HTML and not TEXT.

  • Service Manager 2012 R2 Self Service Portal Request Offering page length

    How can I control the number of fields displayed in the SSP for my request offerings?
    I would like to only ask a few questions per page and have the end user click next to continue asking questions.

    you have to edit settings.xml in wwwroot\system center service manager portal\contenthost\clientbin (on the web content server)
    I think the key is called DefaultNumberOfQuestionsPerPage, and after changing this you should restart the webservice to see an immediate effect
    http://codebeaver.blogspot.dk/

  • When ever I start I have 2 tabs that open one to my start page the other to a funeral directory. How do I stop the funeral site from opening up when I start firefox?

    Every time i log on 2 tabs open.

    Firefox lets you set multiple tabs to open when you start up or click the Home button. Not sure how that other one got on there, but you can remove it.
    Probably easiest to display your desired home page and close all other tabs in that window. Then use the steps in this article to reset that page as your home page: [http://support.mozilla.com/en-US/kb/How%20to%20set%20the%20home%20page How to set the home page | How to | Firefox Help].

  • Adding a hyperlink that opens in a new web page

    Hi all
    is it possible to add a hyperlink to launch pad that will be opened a new web page like window.open?
    Thanks
    Shlomi

    Check this KB-
                  1501054  - How do I open a new browser window with hyperlinks in BusinessObjects Enterprise?

  • When on my secondary monitor, firefox will not perform any action that opens a new window (View page source, show all bookmarks, etc).

    I'm using Mac OSX with Firefox 5, but also had this problem with Firefox 4.
    I use an external monitor as my primary monitor and my laptop monitor as a secondary. When the window is on the secondary monitor, I can't open new windows to do things such as view source and manage bookmarks.
    Any solutions or workarounds would be greatly appreciated.

    Both Firefox and IE have the same problem. The cursor instead of being a finger when pointing to a link is still an arrow. However I can click anywhere on the page and an ad will pop up. I have eliminated all unwanted bars in Firefox, I ran Malwarebytes until it came out clean. I also have AVG which had detected a few items on it's own. But when I get into Firefox I still have exactly the same problem. Now it will not let me download Browser Safeguard. Usually after one click the pointer returns to normal for a few screens. When I try to click to download Browser Safeguard it keeps bringing up different ads or it tries to get me to upgrade Firefox or some other browser helper program which I know are all BS tactics to get me to load their junk again. PLease help I'm an engineer and pretty good with PCs but this one has me beat at least so far.

  • If I open Firefox all that comes up is a translucent page with only the minimize, maximize and close icons in the top right corner. How do I restore Firefox?

    There is no address bar, no error message, or anything at all but the three icons in the upper right corner. The entire page is just a giant translucent square with the three icons.

    hello MilaRowantree, can you try launching firefox in safe mode by pressing the shift key while it is starting and see if the issue is occurring there too? maybe a theme or hardware acceleration is interfering here...
    if safemode is working, you can try disabling hardware acceleration in firefox > options > advanced > general and or disable addons that might cause the problem. it also would be interesting which graphics hardware (adapter description, driver date & driver version) you are using - you can access this information in firefox > help > troubleshooting information towards the bottom of that page... thank you
    [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]

  • Open Sharepoint services 3.0 documents with office 2013

    Hi
    we are using SharePoint services 3.0 with document libraries.
    we have lookup fields on the library meta data.
    problem started when upgraded users office to 2013 the document information panel is not
    loading, the error they get is "the document information panel was unable to load".
    office standard 2010 works fine
    office 2013 pro plus works fine
    office standard 2013 get this error 

    Hi,
    Please check if this applies:
    http://blogs.msdn.com/b/tehnoonr/archive/2012/05/17/sharepoint-2010-document-information-panel-fails-to-load-when-office-documents-are-opened-in-a-library-that-contains-lookup-columns.aspx
    This problem is caused if your list contains lookup columns that were created programmatically or using custom features.
    You may also have a look at this:
    http://joranmarkx.wordpress.com/tag/document-information-panel/
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice.
    Microsoft does not guarantee the accuracy of this information.
    Regards,
    Steve Fan
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • Url iview showing error when displaying a page with frames

    Hi,
    I have a requirement of putting a site in a url iview in the portal. I created a url iview and when I preview it, it displays correctly. When I assign this to a role and access it through the navigation, it gives an error.
    The weird thing is that, it works sometimes and it does not work sometimes. The url I am trying to display is working fine, because even when the portal shows error, if I try the url straight from the browser, it loads without any errors.
    So what could be the problem? The site I am trying to display contains frames. Could this be the problem? If so, why is it working sometimes and does not work sometimes?
    Thanks in advance.
    Regards
    Ranjith

    Hi Martin,
    The issue is still there. But one interesting thing that was noticed by my team mate was that if you add the site to the list of sites on browser which can use cookies, everything works fine. Similarly, if I reduce the privacy setting of my browser to Low, it works fine.
    Again, even if you keep the privacy setting as Medium and does not allow the site to use cookies, the iview opens fine if you open it in a new window.
    Any thoughts on this?
    Thanks & Regards
    Ranjith

Maybe you are looking for

  • Email not working after upgrading to Yosemite.

    Mail reports all passwords incorrect. After manually entering the correct password mail still can not connect to mail server.

  • Not getting desired output

    declare v_sys number ; v_amt number ; dt date; cursor c is (select hcode,amt,EDATE, dense_rank() over(order by hcode)x from a ); begin v_sys :=1 ; v_amt :=0 ; for var in c loop insert into b values(var.x,var.hcode); if (v_sys = var.x ) then v_amt :=

  • Which format to burn in?

    Okay, I have a smallish HD (10gb) and I want to burn some songs from my CDs. Which format should I be burning my songs into? I've tried burning them in both mp3 and AAC format and I DON'T see much of a difference, size wise.

  • Numbers says update from app store macbook

    Numbers says update from app store (macbook update) but Apple site says software update if installed originally from disc.Neither works and won't open in Macbook?

  • Composite video to HP Media center- Is my HP crippled so I cannot hook up a simple camera?

    I have a CCTV video surveilance camera that I have connected to the back of my HP m7000 via 3 RCA (composite) cables and I cannot get it configured in MediaCenter. If I choose "Satellite" on the Select Your TV Signal page, MediaCenter detects it unde