The document column in table IBY_TRXN_DOCUMENTS is not displaying correctly
Summary:
The document column in table IBY_TRXN_DOCUMENTS is not displaying correctly in a way that allows us to see the hierarchy of each payment detail by payee, payer, etc.
Example if I execute below query, the output I get in the 'Document' column makes it pretty difficult to read.
select *
from iby_trxn_documents
where payment_instruction_id = '461030'
and doctype = '100'
The output in 'Document' column looks like this one long line instead of a hierarchy format.
Is there a bug or something we can do to get the 'Document' column more easier to read?
Tagged:
0