DBA Data[Home] [Help]

APPS.ARP_BALANCE_CHECK dependencies on RA_BATCH_SOURCES

Line 68: FROM ra_batch_sources ra, ra_customer_trx rt

64: -- Check the batch source flag
65:
66: SELECT NVL(gen_line_level_bal_flag,'N')
67: INTO l_gen_line_level_bal_flag
68: FROM ra_batch_sources ra, ra_customer_trx rt
69: WHERE ra.batch_source_id = rt.batch_source_id
70: AND rt.customer_trx_id = p_customer_trx_id;
71:
72: IF l_gen_line_level_bal_flag = 'Y' THEN