DBA Data[Home] [Help]

APPS.FUN_NET_ARAP_PKG dependencies on RA_BATCH_SOURCES

Line 4222: FROM ra_batch_sources bs, ra_customer_trx ct

4218: END LOOP;
4219: */ -- Commented this for issue no : 7368248
4220: fun_net_util.Log_String(g_event_level,l_path,'Before calling select for count');
4221: SELECT count(*) into l_line_or_header
4222: FROM ra_batch_sources bs, ra_customer_trx ct
4223: WHERE ct.customer_trx_id = txnTable(i).customer_trx_id AND
4224: ct.batch_Source_id = bs.batch_source_id AND
4225: NVL(gen_line_level_bal_flag,'Y') = 'Y';
4226: fun_net_util.Log_String(g_event_level,l_path,'After calling select for count l_line_or_header = ' || l_line_or_header);