1078: br.drawee_site_use_id,
1079: br.payment_trxn_extension_id
1080: FROM ra_customer_trx br,
1081: hz_cust_accounts hca,
1082: hz_parties party
1083: WHERE br.remittance_batch_id = p_batch_id
1084: and hca.party_id = party.party_id
1085: and hca.cust_account_id = br.drawee_id ;
1086: