Not in the PGA. The PGA contains information about the OS resources used by the process and the state of that process. The statement you issue will be stored in the shared pool. You can run
Code:
select sql_text from v$sqlarea where sql_text like ... ;
to find out what you have stored there.