DBA Data[Home] [Help]

APPS.ARP_ALLOCATION_PKG dependencies on RA_CUSTOMER_TRX_LINES_GT

Line 933: DELETE FROM ra_customer_trx_lines_gt;

929: END IF;
930:
931: arp_det_dist_pkg.g_appln_count := 0;
932:
933: DELETE FROM ra_customer_trx_lines_gt;
934: IF PG_DEBUG in ('Y', 'C') THEN
935: l_cnt := sql%rowcount;
936: arp_standard.debug('No of rows deleted from ra_customer_trx_lines_gt : '||l_cnt);
937: END IF;

Line 936: arp_standard.debug('No of rows deleted from ra_customer_trx_lines_gt : '||l_cnt);

932:
933: DELETE FROM ra_customer_trx_lines_gt;
934: IF PG_DEBUG in ('Y', 'C') THEN
935: l_cnt := sql%rowcount;
936: arp_standard.debug('No of rows deleted from ra_customer_trx_lines_gt : '||l_cnt);
937: END IF;
938:
939: DELETE FROM ra_ar_gt;
940: IF PG_DEBUG in ('Y', 'C') THEN