DBA Data[Home] [Help]

APPS.ARP_CASH_BASIS_ACCOUNTING dependencies on AR_DISTRIBUTIONS

Line 2050: ar_distributions d

2046: cr.ussgl_transaction_code UssglTransactionCode,
2047: d.source_type SourceType
2048: FROM ar_cash_receipt_history crh,
2049: ar_cash_receipts cr,
2050: ar_distributions d
2051: WHERE crh.gl_date BETWEEN p_Post.GlDateFrom
2052: AND p_Post.GlDateTo
2053: AND crh.posting_control_id = p_Post.UnpostedPostingControlId
2054: AND crh.postable_flag = 'Y'

Line 2091: -- ar_distributions_mrc_v d

2087: -- d.source_type SourceType
2088: -- FROM ar_mc_cash_receipt_hist crh_mc,
2089: -- ar_cash_receipt_history crh,
2090: -- ar_cash_receipts cr,
2091: -- ar_distributions_mrc_v d
2092: -- WHERE crh.gl_date BETWEEN p_Post.GlDateFrom
2093: -- AND p_Post.GlDateTo
2094: -- AND crh_mc.posting_control_id = p_Post.UnpostedPostingControlId
2095: -- AND crh.postable_flag = 'Y'