Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

PL/SQL Function Body Return SQL Query (Apex 20.2) Error Message

user-13i95Apr 24 2023

Upgrading an Apex 20.1 and have a classic report with a source of “PL/SQL Function Bodyg Return Sql Query”.

I get one error: "Compilation error - ORA-00900: invalid SQL statement"

And Quality Assurance message: “Compilation error - ORA-00900: invalid SQL statement”

The page appears to run fine, is there something I should change to resolve the above?

return RPT_Utils.Generate_Report(:P3_REPORT_FORMAT,
:P3_FY,
:P3_QTR_NO,
:P3_BUS_AREA,
:p3_Product_Line,
:p3_Project_Family,
:p3_One_Liner_Group,
:P3_report_columns,
:P1_EMP_NO,
:P3_THRESHOLD_LEVEL,
:P3_OL_STATUS,
:P3_USE_FAVORITES);

Comments
Post Details
Added on Apr 24 2023
3 comments
308 views