Sign Up

Sign Up to our social questions and Answers to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In


Have an account? Sign In Now

Sign In

Login to our social questions & Answers to ask questions, answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Sorry, you do not have permission to add post.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Oraask Logo Oraask Logo
Sign InSign Up

Oraask

  • Write
    • Add A New Post
    • Ask A Question

Oraask Navigation

Search
Ask A Question

Mobile menu

Close
  • Categories
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Dev Tools
    • Online Compiler
    • Base64 Converter
  • Wiki
    • SQL Tutorials
    • Java Tutorials
    • Python Tutorials
    • JavaScript Tutorials
Home/ Questions/Q 21774
Next
In Process

Oraask Latest Questions

Question
Waqas
  • 0
  • 0
WaqasExplorer
Asked: August 12, 20172017-08-12T19:32:15+03:00 2017-08-12T19:32:15+03:00In: Oracle Application Framework - OAF

How to open a PDF output directly when click of a SubmitButton in OAF ?

  • 0
  • 0

Hello,

I have a requirement to pop up a PDF output immediately after clicking a submit button. I am actually triggering a concurrent request which is linked to a xml template, so once the concurrent request completes, we would be able to see the output generated from fnd concurrent requests -> View output

But we need that PDF output to be opened as a popup right after the user clicks on submit button

Thanks

OAFoutputPDFSubmitButton
1
  • 1 1 Answer
  • 2k Views
  • 0 Followers
  • 0
Answer
Share
  • Facebook

    Related Questions

    • Create Item not showing up in Personalize Table
    • JBO-25058: Definition Attribute10 of type Attribute not found in XXPickSlipVO
    • How To Enable OAF Personalization In Oracle APPS R12
    • How to loop through VO View Object in OAF?
    • How to list all OAF customizations of a particular instance ?

    1 Answer

    • Voted
    • Oldest
    • Recent
    1. Hassan AbdElrahman
      Hassan AbdElrahman Master Oracle ACE Pro ♠ | Oracle Senior ERP Technical Consultant
      2018-01-12T14:26:26+03:00Added an answer on January 12, 2018 at 2:26 pm

      Hi Waqas,

      it’s applicable by using Standard API

      [code]fnd_webfile.get_url
      (file_type => fnd_webfile.request_out,
      — for output file. Use request_log to view log file
      ID => l_request_id,
      gwyuid => l_gwyuid,
      two_task => l_two_task,
      expire_time => 500 — minutes, security!.
      );[/code]

      note : there are two profile options this API must take as following

      l_gwyuid : Gateway User ID

      [code]oadbtransactionimpl.getAppsContext().getEnvStore().getEnv(“GWYUID”)[/code]

      l_two_task: Two Task(TWO_TASK)

      [code]oadbtransactionimpl.getAppsContext().getEnvStore().getEnv(“TWO_TASK”)[/code]

      you can register out parameter of calling this API to String variable then use

      [code]pageContext.sendRedirect[/code]

       

      Hope this helpful 🙂

       

       

        • 0
      • Reply
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp

    Leave an answer
    Cancel reply

    You must login to add an answer.

    Forgot Password?

    Need An Account, Sign Up Here

    Sidebar

    Adv 250x250

    Explore

    • Categories
    • Questions
      • New Questions
      • Trending Questions
      • Must read Questions
      • Hot Questions
    • Dev Tools
      • Online Compiler
      • Base64 Converter
    • Wiki
      • SQL Tutorials
      • Java Tutorials
      • Python Tutorials
      • JavaScript Tutorials

    Footer

    Oraask

    About

    Oraask is a website for developers and software engineers who want to learn new skills, share their knowledge, and solve their coding problems. Oraask provides free content on various programming languages and topics, such as Oracle, Python, Java, etc. Oraask also allows users to ask questions and get answers from other members of the community.

    About Us

    • About Us
    • Contact Us

    Legal Stuff

    • Privacy Policy
    • Terms & Conditions

    Follow

    Oraask is licensed under CC BY-NC-SA 4.0Oraask CopyrightOraask CopyrightOraask CopyrightOraask Copyright

    © 2019 Oraask. All Rights Reserved
    With Love by Oraask.

    Insert/edit link

    Enter the destination URL

    Or link to existing content

      No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.