Home Discussions Questions & Answers Direct Drilldown from EBS Forms to Blitz Reports

Direct Drilldown from EBS Forms to Blitz Reports

Avatar photoCustomer June 8, 2025 at 4:16 pm

We need to enable users to drill directly from the GL Enter Journals form into a detailed GL Account Analysis Blitz Report, passing the Journal Batch Name and Journal Name as parameters automatically. How do I configure this form-level integration?

Viewing 6 reply threads
  • Author
    Replies
    • Support June 10, 2025 at 3:14 pm  

      You must use the Form assignment feature . First, identify the standard form name (e.g., ‘GL Enter Journals’) and the specific block names containing the data items (like Batch Name/Journal Name) by navigating through Help > About Oracle Applications > Current Form . Then, in the Blitz Report setup for the ‘GL Account Analysis’ report, you assign the form name and define the parameter passing logic . You configure the parameter default values to pull values from the specific form item names .

    • Avatar photoCustomer June 12, 2025 at 6:23 am  

      Where exactly does the Blitz Report icon appear on the standard form once the assignment is complete?

    • Support June 12, 2025 at 10:32 am  

      Once configured successfully, the Blitz Report is accessed from the Oracle standard form through a custom icon . When the user clicks this icon, the report launches with the parameters (such as GL Batch and Journal names) automatically defaulted based on the record they currently have focused on in the EBS form . This enables instant, context-sensitive drilldown.

    • Avatar photoCustomer June 14, 2025 at 1:23 pm  

      If the Blitz Report only makes sense from a specific block on the form (e.g., the line block, not the header block), how do I restrict where the icon appears and the parameters are retrieved from?

    • Support June 15, 2025 at 4:49 pm  

      You use the Block Restriction field in the assignment setup . If you enter the name of the navigation block (e.g., ‘GL_JE_LINES’), the report will only be accessible when the user is positioned within that block . If you leave the Block Restriction field empty, the Blitz Report will be available on *all* blocks of the assigned form, assuming the passed parameter values are identical across blocks .

    • Avatar photoCustomer June 16, 2025 at 11:31 pm  

      If the custom report execution fails after clicking the form icon, where can I find the log file to debug, given it’s not running as a standard concurrent request?

    • Support June 18, 2025 at 2:48 am  

      Reports launched directly from custom forms, such as via the custom icon (e.g., on a `when-button-pressed` trigger), typically utilize a PL/SQL API call that returns a BLOB output, often bypassing the standard concurrent program submission , . If the execution fails, the resulting error message or status is captured by the API wrapper (e.g., `x_return_status` and `x_msg_data` in the `XXEN_API.RUN_REPORT` procedure) and would need to be handled and displayed by the custom form’s error logic , . If you are using the setup procedure provided, the report execution status would appear in the output.

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

Login with: