'How can I set a dynamic Result Set in Classic Report?

I am creating a process to import a CSV File and display it in Classic Report. That process uses PL/SQL, it has validation checks and edit some string data.

I want to set the processed Result Set named CSV_RESULT_EDITED to the Source of Classic Report named P14_Report. Is it possible to write it like the text below this?

P14_Report.Source = CSV_RESULT_EDITED

Thank you to see my question :)



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source