please i have this code on the meue medule to when i click this open report but give me error run_product(rep orts no longer use inestted (run_report_obj ect)

please can you change my code and replly to me


Code:
declare
pl paramlist;
the_PARAM VARCHAR2(40) := 'TEMPDATA';
BEGIN
	
PL := GET_PARAMETER_LIST(THE_PARAM);
IF NOT ID_NULL(PL) THEN
DESTROY_PARAMETER_LIST(PL);
END IF;
...