Another way of getting the full query is that pefrstat schema should have a package sp901.Once you have that you can run the following query that will give you the full SQL statement-

select perfstat.sp901.getSQLText ( hash_value , 50 ) "SQL Statement" from dual;

Hash value you get it from Statspack Report.

Bonny