Layout Changes for RDF report
We have 11i standard report and R12 standard report.
We saved the rdf as .xml and did a comparison of text files(.xmls)
For 11i file in XML we see that :
<dataDescriptor
expression="round ( DECODE ( trx_type , 'PAYMENT' , decode ( status , 'VOIDED' , bank_account_amount , - bank_account_amount ) , 'REFUND' , decode ( status , 'VOIDED' , bank_account_amount , - bank_account_amount ) , 'CASH' , decode ( status , 'REVERSED' , - bank_account_amount , bank_account_amount ) , 'MISC' , decode ( status , 'REVERSED' , - bank_account_amount , bank_account_amount ) ) , : C_PRECISION )"