Passing parameters to taskflow in new window

Hi,
We need to pass some values in the task flow that is opening in new browser window as described in [http://www.oracle.com/technetwork/developer-tools/adf/learnmore/33-open-page-in-new-tab-169175.pdf] . If we put the parameters in params object, then they are visible in URL. Is there any way to pass the variables without being displayed in URL, except putting them in sessionScope.
Using JDev 11.1.1.6
Thanks

Hi,
Thanks for the replies.
I am facing another issue, when following the process to open the bounded task flow in new browser window as mentioned in the document specified above. So adding to same thread.
The code used to open new window, is doing a window.open(). Now this java script code is getting added to the page at runtime from where the bounded taskflow is invoked. So on refreshing the page, its opening that bounded task flow again and again. Is this expected behavior or i am missing something?
Thanks

Similar Messages

  • Passing parameters in a pop up window

    i just wanna know how to pass parameters in a pop up window.. thanks

    Hi baby,
    document.getElementById(page).onclick = popUp;The above line appears strange to me ..
    I have a simpler version for you based on ur code ...
    function NewWindow (jsppage)
    var mnth = document.forms[0].cmbmonth.value;
    var yr = document.forms[0].cmbyear.value;
    page = jsppage+'?cmbmonth='+mnth + '&cmbyear=' +yr
    window.open(jsppage,"","height=250,width=400,status=no,location=no,toolbar=no,directories=no,menubar=no");
    <input type ="button" onclick="NewWindow ('SP_2.jsp')" >
    So youe need not pass the cmbmonth , cmbyear value in every function call since u can access the value within javascript itself.
    By the way I hope cmbmonth & cmbyear are not drop downs otherwise you might need to do like this ..
    var ind = document.forms[0].cmbmonth.selectedIndex;
    var mnth = document.forms[0].cmbmonth[ind].value;

  • How to pass a presentation variable to new window?

    Hi Experts,
    I need to give a link on Dashboard1 which opens Dashboard2 in new window. Is there any way that I can pass a presentation variable value of Dashboard2 from Dashboard1's link??
    Thanks.

    Yeah, that's been a problem. If you use Link or Image, you can open the link in a new window, but Presentation Variables won't pass. If you use Guided Navigation, you can pass Presentation Variables, but you don't have the option of opening the link in a new window. One or the other unless someone else has a workaround... I haven't discovered one yet. Sorry.

  • Passing parameters from report to new page with portlets.

    Hello everyone:
    I have a plsql report portlet on a page that has a column that I would like to pass as a parameter to a new page to populate more portlets. I tried setting up a link but I can't seem to get the value in the column to pass as the parameter. I am a novice when it comes to developing portlets.
    Thanks in advance!

    The link is the way to go (at first). You have to create the link first. Then assign this link to the column that you want to the hyperlink to appear on - this assignment happens on the 2nd tab of the report (Column formatting) by choosing the newly created link in the link dropdown. After you have assigned the link to the column you must edit the assigned link where you can then choose the value that must be passed across.
    The link approach works fine, but there are limitations. I just do all the links in code these days - so in the report select statement I have <a href....>. This gives more flexibility. Ultimately there is the issue of passing parameters to forms: using links (or hand coded) you can pass parameters to reports (if param is also defined as input param with ":") and also forms, but all you can do with a form is to pass param that can be used to uniqeuly identify one record which is the one that will show in the form. Anything else (e.g. pass a param to prepopulate a field on the form) needs an even more complicated solution (:).
    Cheers.
    Anton.

  • How to set linked FM hyperlink parameters to open in new window?

    I have a URL hyperlink style that is being pulled over correctly from FM without even any mapping to a new character style. However, the link opens within the Help window, and I want it to open in a new window.
    I'm aware that you can click double click the link to bring up the Hyperlink dialogue box, then choose the "Display In" radial button option of "New Window." to get it to work how I want.
    However, that would require a manual intervention for every link, and even if I did it, I don't think it would retain the tweak once I update the linked files.
    The original FM style is a character one, not sure if that might impact the solution here. It can't easily be modified to another style is why I mention it, it's a default style in thousands of pages of documentation.
    I see that there are some default  "Hyperlink Styles" in the "Styles and Formatting" Pod. I tried to edit them and reverse engineer to get some ideas for a solution, but no such luck. I can't get any of these to apply as a style either, nothing happens when I try. I think I'm missing some part of how these work.
    If anyone could point me in the right direction here, it would be much appreciated.
    Thanks in advance.

    FredMcD,
    I had already reset my Firefox which fixed my problem, but your reply was spot-on. I set the newtab value to about:blank, but the actual value that appears now in the address bar of the (blank) new page is "Search or enter address".
    Another user told me to check for possibly suspicious programs that had been recently installed - but I found nothing. And nothing that mentioned Conduit
    So I think all is well at this point. Thanks for your help.

  • Open taskflow in new window

    I try to open taskflow in a new explorer window (no dialog)
    For that i use i go link and try to add a URL in Destination.
    eather if i use:
    MyTask-flow that gives url:
    http://127.0.0.1:8988/CallingFormsArtifact-ViewController-context-root/faces/MyTask-flow
    or i use
    http://127.0.0.1:8988/CallingFormsArtifact-ViewController-context-root/faces/adf.task-flow?adf.tfid=MyTask-flow&adf.tfDoc=/WEB-INF/MyTask-flow.xml
    the same exception occure:
    500 Internal Server Error
    oracle.security.jazn.JAZNRuntimeException: ADFC-02006: ?? ????????????? ??? ???? ???????? ??? ??????? ??? ????????? ??????????.     at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:480)     at com.evermind[Oracle Containers for J2EE 11g (11.1.1.0.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:583)     at com.evermind[Oracle Containers for J2EE 11g (11.1.1.0.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:334)     at com.evermind[Oracle Containers for J2EE 11g (11.1.1.0.0) ].server.http.HttpRequestHandler.doDispatchRequest(HttpRequestHandler.java:942)     at com.evermind[Oracle Containers for J2EE 11g (11.1.1.0.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:843)     at com.evermind[Oracle Containers for J2EE 11g (11.1.1.0.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:658)     at com.evermind[Oracle Containers for J2EE 11g (11.1.1.0.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:626)     at com.evermind[Oracle Containers for J2EE 11g (11.1.1.0.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:417)     at com.evermind[Oracle Containers for J2EE 11g (11.1.1.0.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:189)     at com.evermind[Oracle Containers for J2EE 11g (11.1.1.0.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:163)     at oracle.oc4j.network.ServerSocketReadHandler$ClientRunnable.run(ServerSocketReadHandler.java:275)     at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)     at java.lang.Thread.run(Thread.java:595)Caused by: oracle.adfinternal.controller.application.InvokeTaskFlowException: ADFC-02006: ?? ????????????? ??? ???? ???????? ??? ??????? ??? ????????? ??????????.     at oracle.adfinternal.controller.util.UrlParams.getTaskFlowInfo(UrlParams.java:133)     at oracle.adfinternal.controller.application.RemoteTaskFlowCallRequestHandler.invokeTaskFlowByUrl(RemoteTaskFlowCallRequestHandler.java:81)     at oracle.adfinternal.controller.application.RemoteTaskFlowCallRequestHandler.doCreateView(RemoteTaskFlowCallRequestHandler.java:60)     at oracle.adfinternal.controller.application.BaseRequestHandlerImpl.createView(BaseRequestHandlerImpl.java:55)     at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.createView(ViewHandlerImpl.java:90)     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._restoreView(LifecycleImpl.java:518)     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:252)     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:177)     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244)     at com.evermind[Oracle Containers for J2EE 11g (11.1.1.0.0) ].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:178)     at com.evermind[Oracle Containers for J2EE 11g (11.1.1.0.0) ].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)     at oracle.adfinternal.view.faces.webapp.rich.SharedLibraryFilter.doFilter(SharedLibraryFilter.java:135)     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:281)     at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:69)     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:281)     at oracle.adfinternal.view.faces.activedata.ADSFilter.doFilter(ADSFilter.java:85)     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:281)     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._invokeDoFilter(TrinidadFilterImpl.java:241)     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:198)     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:141)     at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)     at com.evermind[Oracle Containers for J2EE 11g (11.1.1.0.0) ].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)     at oracle.security.jazn.oc4j.JAZNFilter$3.run(JAZNFilter.java:434)     at java.security.AccessController.doPrivileged(Native Method)     at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:308)     at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:452)     ... 13 more

    Thanks for the reply, yet
    I tried that way also, and the URL it creates is the same
    The result is also the same:
    oracle.security.jazn.JAZNRuntimeException: ADFC-00021: ? ??? ???????? '/WEB-INF/UWApplicationTask-flow.xml#UWApplicationTask-flow' ??????? DataControlFrame ?????? ?????? ???? ?? ?????? ??????? ???? ???? null.     at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:480)
    i dont have any security on my application, i just try to open a taskflow in a new window

  • Open a page in a new window passing him some parameters

    Dears all,
    System used : SAP WebAs 6.20
    I have a link in my application which will open a contact form in a new window. This occurs by this mean :
    a href="#" onMouseDownMethod="pop()" class="fontNavRIS">CONTACT US
    script
    function pop() {
    window.open('order.htm', 'nom_popup',"menubar=no, status=no, scrollbars=yes, menubar=no, resizable=yes,width=480, height=680");
    /script
    When we click on the linh CONTACT US, we will open a new window with the page Order.html inside.
    In this page, we will fill a form and will send it by e-mail. All that is Ok.
    What I would like, is to be able to pass some values to the new window so that it fills some fields in the contact form. With JavaScript I don't know how to pass the parameters to another window.
    I tried too with cookies, but I don't have any knowledge in this domain.
    Thanks by advance if someone can help me.
    Regards,
    Nelson
    To post the message I was obligated to remove the "<" and ">" from my code, and rename onMouseDown to onMouseDownMethod...

    Hi,
    Sorry Arun but I don't understand one point.
    this code :
    navigation->goto_page( 'third.htm' ).
    is ABAP code right ?
    Today I use this :
    window.open('order.htm', 'nom_popup',"menubar=no, status=no, scrollbars=yes, menubar=no, resizable=yes,width=480, height=680");
    because I call my new window from a JavaScript function.
    navigation->goto_page( 'third.htm' ).
    is not javascript code, I can't replace my code by this one. This give me an error.
    Like explained, I've tried to do this :
    function pop() {
    <%
       navigation->set_parameter( name  = 'username' value =  '123' ).
    %>
    window.open('order.htm', 'nom_popup',"menubar=no, status=no, scrollbars=yes, menubar=no, resizable=yes,width=480, height=680");
    But I have this message : The field "navigation" is unknown, but there is a field with the similar name  "_m_navigation"
    I do all this manipulation always in the Layout section of my page

  • Opening OA page in new window with parameters

    Hi all,
    Hi need to open a new page in a new window with some parameters to be passed to that page.
    Here is the code i have written.
    But i am not sure how to pass parameter in java script string
    String userid = new Integer(pageContext.getUserId()).toString();
    OAButtonBean go = (OAButtonBean) webBean.findChildRecursive("go");
    String url1 = "javascript:openWindow(top,'OA.jsp?page=/aos/oracle/apps/per/payslip/webui/AGSBPaySlipPG&userid={@userid}, null, {width:750, height:550},false, null, null);void(0);";
    go.setDestination(url1);
    Thanks,
    Devang

    hi mani,
    I didn't got wat u meant by binding the attribute.
    I tried another way.
    I had a OAButtonBean GO
    I have 2 messagechoices one for month and another for year
    So in page A in month it shows Jan in starting (till Dec) and in year it shows 2006 as per the picklist view attribute. Also I have attached the VO and view attribute for both the messagechoices.
    Now in the setDestination of the GO button i have url of my pageB with retainAM=Y and target frame as _blank.
    So i select "Oct" from messageChoice and year as 2006 and click GO but still when it goes to pageB and when i try System.out.println(<the view object attribute value>)
    i get "Jan" instead of "Oct". Below is the code in pageB i am using to get the value of the month from VO
    MonthVOImpl monthVO = (MonthVOImpl)pslip.getMonthVO();
    //pslip is AM object
    RowSetIterator monthrowsetiterator = monthVO.findRowSetIterator("monthvo");
    if (monthrowsetiterator == null)
    monthrowsetiterator = monthVO.createRowSetIterator("monthvo");
    // monthrowsetiterator.reset(); I NEED TO COMMENT THIS OUT - RIGHT ??
    MonthVORowImpl monthrow = (MonthVORowImpl)monthrowsetiterator.next();
    String month = monthrow.getMonth().toString();
    System.out.println(month);
    So how do i resolve this issue. I thought that retaining the AM will take care of the value which i am selecting in the messagechoice in pageA.
    Any ideaz??
    Thanks,
    Devang

  • Opening Dashboard Page in New Window While Passing Prompt Values

    Hi,
    Currently it is not possible to open a dashboard page in a new window AND have the prompt values from a prior page pass to this page. I see one or the other can be accomplished but not both. Is there a way this can be acheived somehow or is there a workaround for this?

    You are correct. The "Link or Image" object does not pass the dashboard prompt values, though it allows the destination dashboard to be opened up in a window.
    Here is a workaround.
    1) Place the link in a "Guided Nav. Link" object and set the destination dashboard and desired report. With the prompt set up correctly (i.e., dashboard scope, set to PV, destination report column filtered to receive the PV), the destination report will be filtered on the prompt as desired.
    2) I noticed (and maybe this is why you wish the "new window"), there is no "return" link on the destination report. To fix this, in the destination dashboard, add a Text object to the dashboard. In the properties, paste the code below and make sure to check off "Contains HTML markup." This will produce a "Return" button on the dashboard.
    <input type="button" value="Return" onclick="history.back();">
    Now, when the user selects the prompt and clicks on the link, the prompt is passed to your second dashboard. When the user wishes to return, he/she can click on the "Return" button and return to the primary dashboard.
    HTH,

  • Url iView: passing user/pass as get variables.  Launching in new window

    Hi,
    I pass username and password as get variables from a url iView, and want a page containing this iView to open in a new page using the "Launch in new window" property set to "Display in a separate window". 
    When previewing the iView or page it is on, it works fine.  But when launching it from the detailed navigation, this does not work.  A new window is opened, but the user is prompted for username and password.
    The page to display is an external site, and we have only got the url with user/pass to access it.
    Any ides on what can be wrong?
    Best Regards,
    Bjorn

    Hi,
    Using the url in IE works fine.  It seems to work everywhere but in the portal menu.
    I have the appintegrator in the back of my mind, and will start to have a look at it.  We are also considering a OSS message - this must be a bug in the system as far as I can see.
    Bjorn

  • Transactional Iview passing parameters for search help window

    Hi Experts,
    I have to create a transaction ivew through which i need to pass parameters to search help window (having two entries ). In has to select the particular entry and then go to next step.
    Can somebody give me guide me how to do it as i couldn't fine correct answer in the existing forum answers.
    Regards,
    Suresh

    Hi Suresh,
    Have you read the [documentation|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/88/266a3e54a2e946e10000000a114084/frameset.htm]?
    >ApplicationParameter
    >
    >You can enter parameter values for certain screen fields for displaying a SAP transaction here.
    >This field is optional.
    >
    >The parameter values are specified with the following syntax:
    >
    ><Screen_field1>=<Parameter1>
    >&<Screen_field2>=<Parameter2>
    >&<...>=<...>,...
    >
    >Process First Screen
    >
    >The possible values are trueand false. By default this field is defined as false. It is a required field.
    >
    >If the value is set to true, this corresponds to the input key function in the transaction. It takes effect if there are no required >fields in the transaction or if all the required values are maintained in the ApplicationParameter property.
    Regards,
    Pierre

  • Passing parameters to FMX via windows CMD

    Hi, all!
    is it possible to run a form from windows command line and pass some specific parameters to that form?
    for example,
    start_form.bat[
    c:\orawin95\bin\ifrun60.exe module=myForm *<pass parameters syntax>* userid=user1/user1_pass@oraInst
    Next command showing info about using ifrun60 and I think that passing parameters to a form is not provided.
    ifrun60 ?
    Thanx

    I can not change the code of the form because it is a part of the banking system, purchased from the developer (mainly this form called from reports menu using CALL_FORM). Parameter, of course, there is, otherwise I would not ask the question.
    Arun, you were right!
    Yesterday's attempt to run the form failed, because perhaps I was mistaken in the name of the parameter form (case sensitive, I was taped in lower case).
    So, result:
    there are parameter named MST_MNEMO, and
    ifrun60 module=MS_REPORTS mst_mnemo=TAX_REPORT
    works as I expected, consequently, in the form you can pass any option that name is different from the parameters of IFUN60. ;)
    Thanks to all.
    Edited by: just me on 20.11.2009 9:58

  • How to pass parameters between two xterm windows?

    Hi,
    I would like to know how to pass parameters between two xterm windows where there are two independence processes running on them respectively ? Would appreciate if any one out there can advise me . Thanks.

    Global variables can be used, but you can do what the online help
    says ...
    Parameters are passed to called forms by means of a parameter
    list. A parameter list is a named programmatic construct that is
    simply a list of parameter names (called keys) and their values.
    You can pass parameter values to forms invoked by the built-in
    subprograms CALL_FORM, OPEN_FORM, and NEW_FORM. In addition, you
    can pass parameter values to other Oracle tools with the
    RUN_PRODUCT procedure.
    A parameter you include in a parameter list can be either a text
    parameter or a data parameter. The parameter type determines how
    its value is interpreted.
    Text Parameters The value of a text parameter being passed to a
    called product is a CHAR string that can represent the following:
    n a user-defined form parameter defined in a form invoked
    by the CALL_FORM, OPEN_FORM, or NEW_FORM built-in subprograms
    n a command line or user-defined parameter for a product
    invoked with the RUN_PRODUCT built-in subprogram
    Data Parameters The value of a data parameter being passed to a
    called product is always the name of a record group defined in
    the current form. (A record group is a data structure that
    stores records derived from a query or through programmatic
    assignment.) Data parameters are used to pass data to products
    invoked with the RUN_PRODUCT built-in subprogram. You cannot
    pass data parameters to forms.
    The following table shows the structure of a parameter list that
    contains four parameters:
    Key Paramtype Value
    CITY Text_Parameter 'BOGOTA'
    CATEGORY Text_Parameter 'EXPORTS'
    MULTIPLIER Text_Parameter '.0275'
    NEW_DATA Data_Parameter 'RECORD_GROUP8'
    arun reddy (guest) wrote:
    : im trying to do this but i could not find any way for this.
    : can any one help me how can i pass parameters between two forms
    : in forms4.5. any help will be appreciated
    : thanks.
    null

  • Popup Window - Passing Parameters

    I need some help w/ popup windows and passing parameters back and forth.
    On page 7 (report page), I have:
    - TXT_P7_SALESREP displays the names of the selected sales reps, defaults to All
    - CMD_P7_PICKSALESREP opens the pop up window when clicked
    - H_P7_SALESREPIDLIST stores the list of the currently selected sales rep ids (used to generate the report)
    On page 10 (popup page), I have:
    - CBL_P10_SALESREP a check box list of all sales reps (by name)
    - H_P10_SALESREPIDLIST stores the list of currently selected sales rep ids
    - CMD_P10_OK to submit the changes and close the page
    - CMD_P10_CANCEL to close the popup window w/o saving any changes (I got this working already via the close popup window process)
    The process should be something like:1) User opens report page, 'All' is displayed in the text box, and H_P7_SALESREPIDLIST contains all the sales rep ids
    2) User clicks CMD_P7_PICKSALESREP to change list of sales reps
          2a) Popup window opens & the value of H_P10_SALESREPIDLIST is set to the value of H_P7_SALESREPIDLIST
          2b) CBL_P10_SALESREP has values checked based on the value of H_P10_SALESREPIDLIST (all by default, but a user could change sales reps multiple times)
    3) User makes their changes and hits OK
          3a) Value of H_P10_SALESREPIDLIST is updated w/ list of currently selected sales reps
          3b) Value of H_P7_SALESREPIDLIST is updated w/ the value of H_P10_SALESREPIDLIST
          3c) Popup window is closed, returning the user to the report page
          3d) TXT_P7_SALESREP is updated via the contents of H_P7_SALESREPIDLIST
    4) User runs the report which is processed/displayed based on the values of H_P7_SALESREPIDLISTI tried putting javascript:popupURL('f?p=&APP_ID.:10:&SESSION.::NO::H_P10_SALESREPIDLIST:&H_P7_SALESREPIDLIST'); in the URL Target for CMD_P7_PICKSALESREP, but it didn't work. I just dont know enough about passing parameters and APEX-specifics to set this up myself. Any help would be appreciated.
    I'd prefer to do this w/ as little javascript coding as possible, but I understand it may be necessary.

    Hello
    Change the URL for CMD_P7_PICKSALESREP to be
    javascript:showPopup();
    Add the JS below into the HTML Header of page 7 <script>
    function showPopup() {
    popupURL('f?p=&APP_ID.:10:&SESSION.::NO::H_P10_SALESREPIDLIST:' +  $v('H_P7_SALESREPIDLIST') )
    </script>Change the URL for CMD_P10_OK to be
    javascript:updateValues();
    Add the JS below into the HTML header of page 10 <script>
    function updateValeus() {
    $s('H_P10_SALESREPIDLIST', $v('CBL_P10_SALESREP') )
    window.opener.document.getElementById('H_P7_SALESREPIDLIST').value= $v('H_P10_SALESREPIDLIST')
    window.opener.document.getElementById('H_P10_SALESREPIDLIST').value= $v('H_P10_SALESREPIDLIST')
    doSubmit();
    window.close();
    </script>varad

  • Form personalization - new custom function - how to pass parameters?

    Hi,
    My requirement is to call a custom mod pl/sql program (html page) from purchasing when the "approve" button is pressed. I have it working, but don't know how to pass parameters to my function.
    I have my function defined and registered. In the definition under "Web HTML" tab, I have my pl/sql procedure call under "HTML Call". Where do the parameters go?
    On the customization of form POXPOEPO, I am using Builtin - Launch a function. I want to pass the po_header_id, so under "Parameters", I did "Insert Item Value" of :PO_HEADERS.PO_HEADER_ID
    My custom HMTL page is popping up, but the parameter is not being passed. Is there something in the Function Definition where I can define the incoming paramaters?
    Thanks.
    Paul

    Post your question in below forum:
    General EBS Discussion
    -Anand

Maybe you are looking for

  • Trouble connecting to AdHoc network

    I have a Dell Latitude 10 tablet running Windows 8.1 that cannot connect to an AdHoc network.   The computer initiating the AdHoc network is running Windows 7.  The host computer seems to think that the tablet is actually connected but the tablet jus

  • Cannot read my E-mails in Outlook Express anymore as they now appear as Firefox webpage attachments, how do I rectify this?

    I use outlook express to download my E mails from gmail and used to be able to read the content of the email in Outlook Express. The content of my emails has now disappeared and been replaced by two attachments, one Firefox HTML which has the content

  • Trouble with homepage pic

    I just updated my iPhone 5 to the new iOS 7 and I love it. The only thing that Im having a problem with is setting a home page photo.  When I try to select one of mine to use, it zooms in on the picture when it says move and scale.  It wont let me zo

  • Exent AOD Gecko Plugin Exent AOD Gecko Plugin - What is this & how do I update it?

    When I check to see if my plugins are updated, this one is listed as an unknown plugin. Researching doesn't really seem to tell me exactly what this plugin is, why I have it or how to update it.

  • Discoverer 3.1.41 User Edition

    When I use "Totals" to set up sub totals in a report I get unreliable results. It appears to create the subtotals randomly. Some total breaks will show a total line, while others will only show a line and not print the total.