DBA Data[Home] [Help]

APPS.ARP_ARXVASUM2 dependencies on AR_RECEIPT_CLASSES

Line 879: ar_receipt_classes rc

875: from ar_cash_receipts cr,
876: ar_payment_schedules ps,
877: ar_cash_receipt_history crh,
878: ar_receipt_methods rm,
879: ar_receipt_classes rc
880: where ps.cash_receipt_id = cr.cash_receipt_id
881: and nvl(ps.customer_site_use_id, -10) = nvl(p_site_use_id, nvl(ps.customer_site_use_id, -10) )
882: and ps.gl_date between p_start_date and p_end_date
883: and ps.invoice_currency_code = nvl(p_currency_code,ps.invoice_currency_code)