Create a link to a page from a report query

version Application Express 3.2.0.00.27
I have done this 10s of times but for some reason its not working this time.
I am creating a link in a report sql query region. When the user clicks on one of the rows in the sql rpt region, it will take them to the page where they can edit the record selected. I select edit the report attribute in the report region, then select the column that will display as the link. It is the column that is the pk(app_id).
I go to the column link section. I enter the target page(8), select what icon to display, enter the item name that is the target for a value in page 8(P8_APP_ID).
And finally I enter the value that will be copied to P8_APP_ID. That is I enter #APP_ID#(row item from source page). I then run the page and click a row in the rept region(page 6). HOwever I get an error of ORA-01403: no data found. I look at what value was copied into the targe page item and its not what I expected.
I go back and verify I set up the link correctly but this is what I see for the page item and value to link to and copy its value.
Instead of P8_APP_ID and #APP_ID# as I entered, the #APP_ID# is getting changed to &APP_ID. I can't figure out why this is happening!!! Every time I enter
#APP_ID#, APEX is changing it to &APP_ID.
Any ideas folks?

It doesn't sound like a good idea to me to use your own APP_ID. APP_ID is already the application ID of the current application.
Give app_id in your query an alias and see if that works.

Similar Messages

  • Is Acrobat Pro right for us. We have an Employee Handbook that needs editing. Some is current pdf, some from an older version. Want to get all into one handbook, have the table of contents automatically adjust and link to specific pages from the ToC.

    Is Acrobat Pro right for us. We have an Employee Handbook that needs editing. Some is current pdf, some from an older version. Want to get all into one handbook, have the table of contents automatically adjust and link to specific pages from the ToC.

    You can download the trial version (http://helpx.adobe.com/acrobat/kb/acrobat-downloads.html) to convert the PDF back to WORD if you do not have the original. The conversion may not be perfect, but it is typically better than starting from scratch. You may be lucky and get a good result. You might check the settings (in the save screen) to try retain format versus retain text flow. The format version can be a pain to edit since it creates a bunch of text boxes. The flow version may require you to reformat in WORD, but you likely would want to do that anyway.

  • How to create a link to web page (URL) to a billing document

    Hi,
    I have an urgent requirement of creating a link to web page (URL) to a billing document.
    I call the function module "GOS_EXECUTE_SERVICE" with :
    ip_service = 'URL_CREA'
    is_object-objkey = no billing document
    is_object-objtype = 'VBRK'
    is_object-logsys = 'BO'
    ip_rwmode = 'E'
    Then, I enter the title and the address.
    And, I have the message : "The attachment was successfully created".
    But when there's nothing in the attachment list of the billing document.
    (Tha table SOOD contains the record )
    If any one has some idea about his , how to achieve this functionality, can you please help me.
    Thanks
    Virginie
    geoge bush
    Posts: 6
    Questions: 0
    Points: 6
    Registered: 7/9/04
    Re: Attaching a file to a purchase Order from EP6 to R/3 4.6C
    Posted: Jul 13, 2004 2:46 AM      Reply      E-mail this post 
    Hi Somaraju,
    I am also looking for A CODE EXAMPLE TO ATTACH A DOCUMENT TO A AN sap OBJECT E.G. BUS222 AND ISUACCOUNT.
    IF YOU'VE AN Example code that you can email me . it would be great.
    thanks for the help.
    geoge.

    Hey,
    If you are using Portal (not Framework), the below tag will do the trick
    <wcdc:userProfile id="profileUserLink" immediate="false" text="#{security.userDisplayName}" shortDesc="#{security.userDisplayName}"  xmlns:wcdc="http://xmlns.oracle.com/webcenter/spaces/taglib"/>
    -K

  • Want to create a link on seeded page which can pass the values of LOVs

    Hi,
    I have a seeded page.. and i want to create a Link on the page which will redirect to new custom page...
    When user clicks on the link, the values of some LOVs should be forwarded on the custom page......
    I created a link through personalization... But I have doubt about how to attach the values of LOVs through url....
    Is it possible to do the same???
    Thanks in advance,
    Kaushik

    Thanks Pratap,
    Yes the LOVs are created through personalization....
    Since i dint want to touch the code... so i created everything through personalization.....
    The only problem now is to get the values of these LOVs in URL....
    Is there no other method other then extension to do this???
    Thanks,
    Kaushik

  • How do I remove "web clips" links to web pages from my Home screen? Holding until jiggle does not produce "X" for deletion contrary to the ipod touch manual

    How do I remove "web clips" links to web pages from my Home screen? Holding until jiggle does not produce "X" for deletion contrary to the ipod touch manual

    Figured oout that I had restricted deletions of programs.
    Settings->General->Restrictions-> (enter your passcode), Turn Deleting Apps ON
    Afterward holding an icon until it jiggles will produce the X delete button.
    You might want to turn Delete apps OFF after cleaning up.

  • Need 3 pages from a report of 1 page at every run

    Hi Friends,
    I have developed a report which is an Invoice. Every invoice will be 1 page only. Now what i need is when ever the user will run the report, the report will give 3 pages (same page 2 & 3,i.e. copy of page 1) as a set of invoices, with the headings as:
    Page 1: Original for buyer
    Page 2: Original for consignee
    Page 3: Self Copy
    I also want to display these messages page-wise on the report.
    Now, The problem is how can I get 3 pages from a report of 1 page everytime.
    Thanks in advance,
    Ankur

    select nr, your_present_report_select_columns
    from
    (select 1 nr from dual
    union
    select 2 nr from dual
    union
    select 3 nr from dual
    ) n
    ,( your actual report select) a
    This should improve performance, I think...
    Try and see. The same about grouping
    Message was edited by:
    BEDE

  • How to create pdf files in UNIX directory from oracle reports

    I would like to know how to create pdf files in UNIX directory from oracle reports.
    Thanks,

    Please make your question more clear . Also mention the reports version.
    1) If you are runnning reports in Unix, you can give
    .... destype=file desformat=pdf desname=<filename>
    in command line
    Please refer docs below.
    2) If by your question you mean
    "My reports server is running in Windows but I want to ftp my files to Unix after creating it"
    then the answer is that you can use pluggable destination "ftp"
    .... destype=ftp desformat=pdf desname=<ftp url>
    Pluggable destinations download
    http://otn.oracle.com/products/reports/pluginxchange/index.html
    Thanks
    Ratheesh
    [    All Docs     ]
    http://otn.oracle.com/documentation/reports.html
    [     Publishing reports to web  - 10G  ]
    http://download.oracle.com/docs/html/B10314_01/toc.htm (html)
    http://download.oracle.com/docs/pdf/B10314_01.pdf (pdf)
    [   Building reports  - 10G ]
    http://download.oracle.com/docs/pdf/B10602_01.pdf (pdf)
    http://download.oracle.com/docs/html/B10602_01/toc.htm (html)
    [   Forms Reports Integration whitepaper  9i ]
    http://otn.oracle.com/products/forms/pdf/frm9isrw9i.pdf

  • I need to create a link on a page, while hiding it from the options

    I am making a website for my work, which is a glass company. The options at the top to click on will be home, commercial, residential, and contact us. When you click on residential i would like to have links for windows, shower doors, ect. I want to be able to click on windows and it go to another page to show information about them, the same thing with shower doors, ect. but i don't want thoes titles to be at the top of the page. Is this possible.

    What you're referring to is a drop down menu. Those can't be created normally in iWeb. They can be added to a iWeb page but require an HTML snippet and javascript. Some possible javascript solutions have been posted in this forum. Search for drop down menu. Also do a Google search for drop down menu to get a number of sites with possible solutions.
    Or, you can create a separate Residential page and put photos of windows, shower doors, etc. on it and use them as links to the pages for the windows, shower doors. Those pages don't have to be included in the navbar. You can turn it off in the Inspector/Page/Page pane.
    Also see Section 9 of this iWeb FAQ site.
    Happy New Year

  • Can't create multiple links on same page

    This is odd...when editing a page in Contribute, I can create
    a link (of any type), but when I go to create another link, I get
    the error "You are not allowed to perform that action....". (We are
    in Contribute 3.11 and using DW templates with very simple editable
    regions.) However, if I publish the page then go back into Edit
    mode, I can create the second link! But then the same error occurs
    if I try (right away) to create a third link.
    This is frustrating and I can't imagine I have to publish the
    stupid page after every link. Anyone have any ideas as to why this
    might by happening? Thanks in advance!

    Hi Bryan.
    Here's a link to the multi-up printing templates in HP Photo Creations:
    https://shop2.rocketlifeproduction.com/hpfe6fd34b208847e8f8254b9be96e8c4c/catalog.html?ocat=%40print...
    If you don't have HP Photo Creations already, you can download it on that page.
    Hope this helps,
    RocketLife
    RocketLife, developer of HP Photo Creations
    » Visit the HP Photo Creations Facebook page — news, tips, and inspiration
    » See the HP Photo Creations video tours — cool tips in under 2 minutes
    » Contact Customer Support — get answers from the experts

  • Multiple Buttons linking to Multiple pages from one movie

    Hi All,
    I have a flash movie with 3 buttons I am trying to link relativley to pages within my site, I have one working fine but can't get the others to link and when I try it makes the one that is working, work no more..
    Below's the code I am using for the one that is working;
    import flash.events.MouseEvent;
    var getIndex:URLRequest = new URLRequest("../index.html");
    //---Enter Button---\\
    E_btn.addEventListener(MouseEvent.CLICK, bClick);
    function bClick(event:MouseEvent):void{
    navigateToURL(getIndex,"_self");
    Still a bit of a newbie in flash so any help really appreciated.
    Many Thanks

    I only see code for one button there, so I can only guess you repeat the same function multiple times.  You cannot use the same name for different functions, and you cannot have the same function duplicated.  Similarly, you cannot declare the same variable more than once.  You can have buttons share the same function though, and you can assign new values to variables.
    For now, start by creating a unique function definition for each button.
    For further consideration, if your buttons happen to be movieclips you can assign the url's to them as variables, or if you name your buttons using the page names they link to, then the same function could be shared with a little generic finagling.

  • How to create a link to come back from OBIEE to EBS

    Hi,
    I have successfully integrated OBIEE with EBS.
    While clicking on the obiee responsibility, it is taking to Dashboard.
    I want to create a link to get back to EBS.
    How can I achieve this?
    I want to add a home link for this in the main bar.
    Thanks,
    Kavitha

    Hi,
    No error message displayed.
    Just showing no results found.
    When I checked the query from sqlplus, it is also showing no rows selected.
    I tried like this.
    exec APP_SESSION.validate_icx_session('got the cookie value from EBS')
    SELECT
    HEADER_ID,
    fnd_run_function.get_run_function_url(
    CAST(fnd_function.get_function_id('ISC_ORDINF_DETAILS_PMV') AS NUMBER),
    CAST( VALUEOF(NQ_SESSION.OLTP_EBS_RESP_APPL_ID) AS NUMBER),
    CAST( VALUEOF(NQ_SESSION.OLTP_EBS_RESP_ID) AS NUMBER),
    CAST( VALUEOF(NQ_SESSION.OLTP_EBS_SEC_GROUP_ID) AS NUMBER),
    'HeaderId='||HEADER_ID||'&pFunctionName=ISC_ORDINF_DETAILS_PMV&pMode=NO&pageFunctionName=ISC_ORDINF_DETAILS_PMV',
    NULL) as ORDER_HEADER_ACTION_LINK_URL
    FROM OE_ORDER_HEADERS_ALL
    //showing no rows selected.
    Thanks,
    Kavitha

  • How do I create navigation links within a page?

    Hi,
    I would like to create navigation links to go directly to a certain topic on the page, similar to the one I found on Robohelp's help (screenshot).
    Thank you for your help,

    Hello etvaaa,
    Welcome to Robohelp Forums.
    You can use the Hyperlink Feature and link a bookmark, please follow these instructions :
    1) Place your cursor at the Destination Point and insert a Bookmark :
    2) Give a name to that Bookmark :
    3) Select that Text on which the user will click (Right Click -> Insert Hyperlink)
    4) Select that Bookmark which you inserted a while ago
    Hope it helps !!
    Thanks,
    Vikram

  • Hi, I have Adobe Acrobat Professional.  I need to know how to create multi-links on 300 page docs

    I need to know how to create multi-links on a 300 page document, showing "return to main Menu".  Ideally placed on the bottom right of each page. I have adobe acrobat Professional. 

    Import a picture to be a button, place it, activate HYPERLINK tool, draw a rectangle around the whole button, in the window popping up select the link behaviour, submit with OK.
    Then copy & paste the button object to every page. I don't know whether pasting it on every of the 300 pages can be automated, but if not, it is still done quite fastly.

  • Create a link to standard transaction from button in a view

    I have a requirement to create a link to a standard sap transaction when clicking a button in the view.
    The button should say "Change Salesorder" and when clicking the button the user should see a new window opening where the VA02 transaction is opened in SAP GUI html.
    How can i achieve this?

    Hi Snowroller,
    Please go through this...
    http://sapignite.com/call-sap-tcode-using-webdynpro-for-abap/
    Call a custom SAP transaction in WD application ?
    Web Dynpro ABAP call transaction in the foreground
    Cheers,
    Kris.

  • Open Pages from Discoverer Report

    Hi,
    Is there a way to invoke a webpage or even better, an oracle function (that links to forms or self-service) from a discoverer report row ?
    for example, I want a report for employees where the person looking at the report will click on the employee name and is taken straight to the person details page for that employee.
    Regards.

    Hi,
    You can create a link to a form function using fnd_run_function.get_run_function_url. You can create a calculation either in a view or using a calculated item in the EUL (you will have to map the get_run_function_url in the EUL to do this). You then set the content type property of the EUL item to FILE so that when the item is selected in the workbook it appears as a hyperlink.
    Most forms in apps except parameters so that you can pass the employee id to the form and the form will open up with the employee record. For example, if you are using a seed HR person form you create a calculation,
    fnd_run_function.get_run_function_url(3494      -- PERWSHRG-404
                                         ,800       -- HR
                                         ,fnd_global.RESP_ID     -- caller's responsibility
                                         ,0        -- Business Group
                                         ,         -- Parameters
         'P_PERSON_ID='||TO_CHAR(person_id, 'fm9999999999999')||
         ' P_EFFECTIVE_DATE='||TO_CHAR(SYSDATE, 'YYYY/MM/DD'))Rod West

Maybe you are looking for

  • Safari chrashes every time I open it

    As of recently, my safari crashes immediately every time Itry to run it. The error report is more or less the same every time and readsas follows. Can someone tell me what the issue might be? Thanks Process:        Safari [141] Path:           /Appli

  • Add Hyperlink no longer works - any ideas?

    Using Mail 2.1. Until recently, I could always select the text of an email I am composing, then hit Edit, Add Hyperlink and link it to a website. Now the Add Hyperlink opion is greyed out in the Edit menu. I've used it dozens of times before. I'm not

  • Migrate Dataservices source system to new source system type in BW 7.3

    Hi All, We have upgraded our BW system to 7.3. In our old 7.0 environment we have linked Data Services 4.0 as an external source system. Now in BW7.3 we would like to migrate the developments on the old source system to the new source system type. Do

  • Windows 8.1 and MAC Operating Systems

    Why doesn't the "Submit" button work for users using Windows 8.1 or Mac operating systems? Is there a work around?

  • PM G4/733 and 10.4.11 Combo Update?

    Hi Guys, currently running 10.4.6 after a HD failure, and both times I've tried updating via Software Update to 10.4.11 combo ppc package. It fails, then on reboot, it sits at the loading mac osx screen with the beachball of death and no progress. Tr