DBA Data[Home] [Help]

APPS.ARP_ARXVASUM dependencies on AR_RECEIPT_CLASSES

Line 888: ar_receipt_classes rc

884: from ar_cash_receipts cr,
885: ar_payment_schedules ps,
886: ar_cash_receipt_history crh,
887: ar_receipt_methods rm,
888: ar_receipt_classes rc
889: where ps.customer_id = p_customer_id /* bug1963032 */
890: and ps.cash_receipt_id = cr.cash_receipt_id
891: and nvl(ps.customer_site_use_id, -10) = nvl(p_site_use_id, nvl(ps.customer_site_use_id, -10) )
892: and ps.gl_date between p_start_date and p_end_date