XML Data is available in the DOCUMENT column of iby_trxn_documents table.
SELECT *
FROM iby_trxn_documents
WHERE payment_instruction_id = :l_payment_instruction_id;
its a CLOB column.