DBA Data[Home] [Help]

APPS.ARP_LOCKBOX_HOOK_PVT dependencies on AR_PAYMENT_SCHEDULES

Line 882: FROM ar_payment_schedules ps,

878: arp_util.debug('Currency Code '||l_res_currency_code);
879: FOR j in 1..l_res_invoice_index LOOP
880: SELECT distinct(invoice_currency_code)
881: INTO l_currency_code1
882: FROM ar_payment_schedules ps,
883: ra_cust_trx_types tt
884: WHERE ps.trx_number = l_resolved_array(j).invoice_number
885: AND ps.trx_date = nvl(l_matching_date, ps.trx_date)
886: AND ps.status = decode(tt.allow_overapplication_flag,