1086: sysp.rowid ,
1087: rabatch.batch_source_id,
1088: ractt.cust_trx_type_id
1089: from ar_system_parameters_all sysp,
1090: ra_batch_sources_all rabatch,
1091: ra_cust_trx_types_all ractt
1092: WHERE sysp.org_id = rabatch.org_id(+)
1093: AND rabatch.name(+)= 'Interest Invoice'
1094: AND sysp.org_id = ractt.org_id(+)