DBA Data[Home] [Help]

APPS.ARP_PROCESS_BATCH dependencies on RA_CUSTOMER_TRX

Line 111: FROM ra_customer_trx

107: arp_util.debug('arp_process_batch.ar_empty_batch()+');
108:
109: SELECT count(*)
110: INTO l_count
111: FROM ra_customer_trx
112: WHERE batch_id = p_batch_id;
113:
114: /* Bug1894153 : Changed the message name . */
115: IF (l_count > 0)