DBA Data[Home] [Help]

APPS.FUN_NET_ARAP_PKG dependencies on RA_BATCH_SOURCES

Line 3590: FROM ra_batch_sources bs, ra_customer_trx ct

3586:
3587: */ -- Commented this for issue no : 7368248
3588:
3589: SELECT count(*) into l_line_or_header
3590: FROM ra_batch_sources bs, ra_customer_trx ct
3591: WHERE ct.customer_trx_id = txnTable(i).customer_trx_id AND
3592: ct.batch_Source_id = bs.batch_source_id AND
3593: NVL(gen_line_level_bal_flag,'Y') = 'Y';
3594: