DBA Data[Home] [Help]

APPS.IGIRCBAP dependencies on AR_DISTRIBUTIONS

Line 1577: ar_distributions d

1573: d.source_type SourceType
1574: FROM ar_cash_receipt_history crh,
1575: igi_ar_cash_receipt_hist igicrh,
1576: ar_cash_receipts cr,
1577: ar_distributions d
1578: WHERE trunc(crh.gl_date) >= p_Post.GlDateFrom
1579: AND trunc(crh.gl_date) <= p_Post.GlDateTo
1580: AND igicrh.arc_posting_control_id = p_Post.UnpostedPostingControlId
1581: AND crh.postable_flag = 'Y'