Passing parameter from one page to the other

Hi all

On the page asking for there is a ResultsTableRN that contains the number of columns as:

Select: box IE, requisition: which shows the requisition number, Description: which shows a description of the application number and so on...

This table contain also on top, as well as on the pannel 4 button background that's copy to the basket, Cancle requisition, change and Complete

below are the items on this page are:

/ Oracle/Apps/ICX/por/reqmgmt/WebUI/ReqSummaryPG

CO: ResultsTableCO and ReqSummaryCO oracle.apps.icx.por.reqmgmt.webui

VO: oracle.apps.icx.por.reqmgmt.server.MyReqsVO MyReqsVO

Here is my task when the user select any request table and click on a button, so I want to capture or save the requisition_header_id of demand

Co... for that I extend ResultsTableCO and I write code in pfr() to capture this.

Here, my question is how can I capture the requisition in PFR() of CO requisition_header_id?

After selection, save or capture this requisition selected requisition_header_id then I will used it in:

page/Oracle/Apps/ICX/por/req/WebUI/ShoppingCartPG it comes to the page where the navigation happens after clicking on any button.

This page contains a

Co: ShoppingCartCO

VO: PoRequisitionLinesVO and view attribute: ItemDescription

oracle.apps.icx.por.req.webui.ShoppingCartCO

oracle.apps.icx.por.req.server.PoRequisitionLinesVO...

Here, my job is I'm going to extend ShoppingCartCO CO and in its Graf I need to use this demand requisition_header_id seizures.

How can I use the requisition_header_id of the application on this page?

This ShoppingCartPG page also conatins as region table with columns:

Line, the item Description, special info, unit, quantity, price, Amount (USD)

Now, my work here, it is that I need to replace the text description of the item or the values of ShoppingCartPG the new requisition_header_id with that page captured requisition_header_id of the application.

How can I achieve this?

Please help me...

Thank you

HI Sumit,

Thanks for the reply...

You mean I should call this warning page I CO?

If call this WARNING page in co, then how can I maintain that captured value for nxt page after page of warning?

Tags: Oracle Applications

Similar Questions

  • APEX - passing values from one page to the other

    Hello

    I created a new page with a report. I put one of the columns as a link that opens another page. This page should contain other details of the particular line.

    For example:
    There is a page with a list of employee names and the number of employees in both columns. When I click on the name of employee, he must open another page with additional details of the employee in particular (such as date of birth, e-mail etc.).

    What I'm trying at the moment is to create another page with a report inside. How do I pass the name of the employee as a parameter to this second page? And how do I do the query in the second page accept this setting?

    Is there a better way to do this?

    Kind regards
    Santhosh Jose

    Hello

    on your detail page (2nd report) create a hidden page element called P2_EMPID
    Now change the query on this page to use this page element in the where clause (such as a variable binding).
    for example:

    Select * from EMP
    where empid =: P2_EMPID

    On your first page, you need to set a link to the column for the chosen, employed at the point P2_EMP on the second page. This can easily be done via a column binding in the report on the first page (have it redirect to a page in the apex and set the page to the second page of the report, and also set the P2_EMPID value to the value of #EMPID #, correcting the names of these variables can be chosen in the selection lists when you set the link in the column).

    concerning
    Bottom

  • Passing values from one page to the other

    Hello

    I have two code coldfusion pages, a page how to display the form and another is the action of the form code. I want to create another page, so that if the user hits the edit button, it is taken to a page where the user of the same form with entries filled beforehand for some areas and the remaining fields are uneditable, i.e. they give the value in the database for the current entry, as it is.

    Should I access the values of the database, if so, HOW? And if not, HOW?

    Thank you

    vijayvijay77.

    IF you aready accessible data on the previous page, you can store the data in a persistent scope (session, application, server) where it can be reused on other pages without a trip back to the database.

    IF you have not yet accessed the data, then passing a key via a GET (URL alias) or variable POST (aka SHAPE) allows easy access to a query to retrieve the desired data from the database to fill in the form.

    The use cases have good discussion with examples in the ColdFusion Developer Guide.

    http://livedocs.Adobe.com/ColdFusion/8/htmldocs/Part_4_CF_DevGuide_1.html

  • Passing variable from one page to the other

    Hello

    I'm probably missing the boat full of something because I tried everything I found on this forum and it still does not work. I am trying to pass a value entered in a text field (Item = P1_TXT_1) on page 1 to page 2 when I click on a button. The button is configured with the URL redirection as an option to the Page 2 with the "game of these values (P1_TXT_1) with these values (& P1_TXT_1)." In the end, I use this variable in a query in report on page 2 (emplid =: P1_TXT_1).

    Joe

    Published by: JoeCO on March 18, 2009 10:44

    >
    set these values (P1_TXT_1) with these values (& P1_TXT_1)

    the two above the variable seems to be... I think it must have been P2_TXT_1 WITH & P1_TXT_1 and emplid =: P2_TXT_1

  • Oracle apex 5.0: pass values from one page to the other as well save you can save same value in the table.

    I use oracle apex 5.0

    Issues related to the:

    (1) I created an application where I have a form on which I have a button named 'Add', now if I click on that button values need to be stored in table.how to create! I use the dynamic button that is created by the html tag < input type = "button" > need help with this.

    (2) if the value stored in the table how the same value will be on the agenda of the calling page. ?

    New to this world of Apex.

    concerning

    Pranav shah

    http://zderadicka.EU/Apex-dynamic-actions-with-report-region/

  • Pass data from one page to the other

    Hi all, I'm doing an upload of CSV file in a database application, and I wonder if it is possible to transmit the data from the file field to another php file that performs the command insert the data from the csv file into the database? Thank you!!

    Wanqi

    Hi, good news! I managed to solve the problem. It turns out that the bug was the connotation of the variable. Thanks a lot for your help!

  • Passing the value from one page to the other page

    Hi gurus,

    I need to pass the value from one page to the other page and two pages use different AMs.
    In the first page I have sellers results region table where the $vendor_name column is a hyperlink that navigates to the page Vendor_Sites. Now after accessing the second page, I want to excute the VendorSitesVO in PR of CO based on the value passed to VendorsVO (vendor_id) of first page.

    can someone help me on this?

    Thank you
    Vincent.

    Published by: user4933347 on December 4, 2009 12:19 AM

    You can set parameters of Pagecontext and transmit values through them. These values can be passed between pages, even if the AMs are different.

    Try:
    pageContext.putParameter ("Parameter1", value1);
    pagecontext.setForwardURL (second page)

    Concerning
    Sumit

  • Moving objects from one page to the other

    Hi all

    I need to move an image from one page to the other...

    For example, on page 1, I have an image that he be shifted to page 5 of the document. Is this possible?

    Vandy

    Click the page 1 picture to select it and run it:

    var doc = app.activeDocument;

    var r = app.selection [0];  'r' is the graphic image containing the image

    r.Move(doc.pages[4]);          on page '5 '.

  • Passing the value from one page to the other

    Hello

    I'm trying to display a page popup with an IR as below.

    1. There is a field next to a button.

    2 at the click of the button I want to get an Id and the value of a text field for step 1 on page popup and use them as a filter condition.

    3. I wrote a dynamic action that has the consequence of the "real" actions

    "a. the with action run PL/SQL code", which affects the value of the url a hidden point as below

    : P111_SHOWLOCATION_URL: = APEX_UTIL. PREPARE_URL ('f? p = & APP_ID.:112: & SESSION.: P112_PICKLISTID, P112_QUANTITY: & P111_PICKLISTID, & P111_QUANTITY.');

    "b. action run Javascript code" that displays an alert for one blank on the other shows the popup

    If {(apex.item("P111_QUANTITY").isEmpty ())}

    Alert ("Please enter the quantity to show locations.");

    }

    else {}

    popUp2 ($v ('P111_SHOWLOCATION_URL'), 700,300,0, 0);

    }

    When I change the value of the field in step 1 and press the button. There are only the old value not the new value. What's wrong with this code?

    Apex 4.2 | Windows | CROME browser

    Concerning

    Sanjaya

    Sanjaya Kumar Pradhan wrote:

    Yes, I mentioned as below in the Articles Page to submit

    P11198_PICKLISTID, P11198_QUANTITY

    : P111_SHOWLOCATION_URL: = APEX_UTIL. PREPARE_URL('f?p=&APP_ID.:112:&session.:::P112_PICKLISTID,P112_QUANTITY:&P111_PICKLISTID.,&P111_QUANTITY.');

    Why are the names of different elements?

    The new P111_SHOWLOCATION_URL value is specified to be returned in the Items property of the Page to return?

  • Passing parameters from one page to the OFA to another PAge of the OFA

    Hello

    I was wondering, if there is a possibility of passing parameters to the request from one page to another page in EBS (eBusiness Suite).
    I tried to use the following

    (a) PageContext.putParamater ('MyParamater', 'ParamaterValue')
    (b) I have addded above the line of code by extending a controller on the page of OAF and personalized page

    When I retrieve the value of getParameter() on the next page. I am also unable to access the parameter in the following page.

    I tried the above code while trying to create expenses in the module I have costs... I would like the ReportHeaderId from one page to another page for customization purposes. I am not able to get the ReportHeaderId in the ReviewPAge... There is no Business Objects in the review page... try the idea of putParameter.

    Any help will be much appreciated

    Thank you

    Yes, the value will remain unless the root AM is released or remove you it with oapagecontext.removeTransactionTransientValue ("myParam");

    Glad to hear it works for you! Also, please mark your messages as helpful or correct answers as it will help others.

    Thank you
    LC

  • Screen fade slowly when changing from one page to the other

    Original title: melted screen

    Why my not to screen a slow fade when changing from one page to another.  Did not until recently.

    Hello

    1. what operating system is installed on your computer?

    2 are. what page you referring?

    3. when exactly are you facing this problem?

    4. have you made changes on the computer before this problem?

    If you use the Windows 7 operating system, you can follow the methods.

    Method 1:

    You can see the issue in the clean boot state. Read the following article.

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7
    http://support.Microsoft.com/kb/929135
    Note: once you are done with the boot, please follow step 7 of article to reset your computer to normal startup.

    Method 2:

    I suggest you run the calibration of the colors of the display on the computer and check if it works.

    Calibrate your screen

    http://Windows.Microsoft.com/en-us/Windows7/calibrate-your-display

    Method 3:

    You can run the troubleshooter of display quality and check.

    Open the troubleshooter of display quality

    http://Windows.Microsoft.com/en-us/Windows7/open-the-display-quality-Troubleshooter

    Method 4:

    You can try to update the display adapter driver by visiting the manufacturer's Web site to download and install the latest driver package.

    For more information: update a hardware driver that is not working properly

    http://Windows.Microsoft.com/en-us/Windows7/update-a-driver-for-hardware-that-isn ' t-work correctly

    Update drivers: recommended links
    http://Windows.Microsoft.com/en-us/Windows7/update-drivers-recommended-links

    It will be useful.

  • by dragging the boxes from one page to the other in tabs

    I like the tabbed pages feature because it keeps my own office while working, but I can't seem to drag boxes of pictures/text from one page to another when they are tabulated.

    Often, I need to do this to make pages with similar designs/style sheets/photos can I just draw a box from one document to another, etc... is there a way to do this in the tabs?

    Thank you!

    No, you can't do that.

    But why not just copy and paste.

    There is a very useful command called 'Paste in Place' under the Edit menu.

    You can copy a selection, then use CTRL TAB or CMD-TAB to move between windows, then paste in Place (CTRL (CMD) ALT (OPTION) SHIFT V)

    It is much faster as drag / drop objects

  • Passing a file from one page to the other

    Hello

    I have a page in the application that downloads a file.
    I need to pass this file to another page, where it will be inserted in the table with other parameters.

    Is it possible to do in Apex?
    for example a table in time which could store the file for future use?

    Thanks for the review.

    When you download a file in the APEX, it is temporarily stored in the WWV_FLOW_FILES table object. (Oracle has a good tutorial on how to create a file download process). If you keep the (unique) file ID you passed to the next page. So this page can take the file and move it to a final destination.

  • Session variable changes from one page to the other in firefox

    I build the site http://www.carpet-n-rug-cleaning.com and I put the privileged service area using a session. If you visit the website and goto the page areas of service to select a service area and the swithch between the home page and any other page of favorite sector changes. This only happens in firefox and only during the passage of the homepage located to another page. Thanks in advance.
    http://www.dominanrt-domains.com

    I found that the problem was with the prefetch of Fire Fox. I added the following to my htaccess file to attach:

    RewriteEngine on
    RewriteCond % {HTTP:X - moz} prefetch
    RewriteRule. . [F, L]

  • Go to &lt; b &gt; from one page to the other

    Hi friends,

    I have a classic report with a button change in each line, which helps users to edit the report.
    When the user clicks on the icon change I redirect to another page where I want to show all the column values of the particular line.
    I use a link through which I tried to move all columns, but his has not managed more than 15 columns.
    Does perform a work-around to all the columns (about 50 columns)?

    Kind regards
    Sasi

    Hello Sasi,

    Please transmit only the value of the primary key column. On the target page, create a page in charge before the header process that will load the other column values in the corresponding points using the value of the primary key column.

    Kind regards
    Hari

Maybe you are looking for

  • can I use Skype with the Ipad Pro or any other IPad?

    I want to know if I can use Skype with any kind of IPads?

  • HP ab219tx: Director of hp or power on password issue

    Hello! Can you help me. Laptop is stuck on this screen. The key that I receive after you have entered the wrong password 3 times is 76414976. Thank you!

  • Ethernet Wireless, fast slow Time Capsule

    I recently updated my internet connection 500Mbit/s up and down by fiber. When you connect via ethernet to my Time Capsule cable, I get 500Mbit or even a little more on different speed tests. When I go to wireless, however, I get "only" 80-150 Mbs. I

  • screen problem drop iPhone 6

    The lower right corner of my iPhone 6 is loose and products by clicking on the sound and the problem starts since the purchase. What do guys?

  • MSN Chat is not synchronized

    Hello. I try to use the live messenge for windows, but for some reason the cat is not synchronized. People get my messages and respond, but I see their responses minutes after they said anything. Solutions?