declare pl_id paramlist; begin pl_id := get_parameter_list('tmpdata'); if not id_null(pl_id) then destroy_parameter_list(pl_id); end if; -- pl_id := create_parameter_list('tmpdata'); -- add_parameter(pl_id, 'PARAMFORM', text_parameter, 'NO'); add_parameter(pl_id, 'P_OR_NO', text_parameter, :COLL_INFO_MC.OR_NO); run_product(reports,'IFARR050', synchronous, runtime, filesystem, pl_id, null); end;