DBA Data[Home] [Help]

APPS.ARP_BALANCE_CHECK dependencies on AR_CASH_RECEIPT_HISTORY

Line 196: from ar_cash_receipt_history

192: cash_receipt_history_id src_id,
193: 'CRH' src_tab,
194: 'N' cc_flag,
195: gl_date
196: from ar_cash_receipt_history
197: where cash_receipt_id = p_cr_id
198: and posting_control_id = -3
199: and nvl(postable_flag,'Y') = 'Y'
200: UNION ALL