Home Discussions Questions & Answers FND API User Parameter Start Index

FND API User Parameter Start Index

Avatar photoCustomer May 25, 2023 at 4:05 pm

When submitting a Blitz Report using Oracle’s standard `fnd_request.submit_request`, I need to know the exact argument position where I should start passing the user-entered report parameters.

Viewing 4 reply threads
  • Author
    Replies
    • Support May 26, 2023 at 6:14 pm  

      When using `fnd_request.submit_request`, the report and template names, along with various runtime options, are mapped to `argument1` through `argument15`.

    • Avatar photoCustomer May 27, 2023 at 12:03 pm  

      So, where do the actual user parameters begin?

    • Support May 29, 2023 at 3:07 am  

      The **user-entered report parameters start from argument 16** onwards, up to argument 87.

    • Avatar photoCustomer May 29, 2023 at 10:04 am  

      Is argument 1 reserved for the report name?

    • Support May 30, 2023 at 10:31 am  

      Yes, `argument1` is specifically reserved for the Blitz Report Name.

Viewing 4 reply threads
  • You must be logged in to reply to this post.

Login with: