Home Discussions Questions & Answers Argument Indexing for User Parameters in FND API

Argument Indexing for User Parameters in FND API

Avatar photoCustomer February 12, 2024 at 7:56 am

When submitting a Blitz Report using the standard Oracle `fnd_request.submit_request`, where exactly do the user-entered report parameters start in the argument list?

Viewing 2 reply threads
  • Author
    Replies
    • Support February 13, 2024 at 12:51 pm  

      When using the Oracle standard concurrent program API, `argument1` through `argument15` are reserved for specifying the report name, template name, and various runtime options (like email or output format). The actual user-entered report parameters start from `argument16` onwards.

    • Avatar photoCustomer February 15, 2024 at 9:30 am  

      And what application short code and program name should I pass for a Blitz Report?

    • Support February 15, 2024 at 5:56 pm  

      You pass `application => ‘XXEN’` and `program => ‘XXEN_REPORT’`.

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

Login with: