DBA Data[Home] [Help]

APPS.IGIRCABJP dependencies on AR_CASH_RECEIPT_HISTORY_ALL

Line 438: ar_cash_receipt_history_all crh,

434: (Select hz_cust_accounts.account_number customer_number,hz_cust_accounts.cust_account_id customer_id
435: from hz_parties,hz_cust_accounts where hz_parties.party_id = hz_cust_accounts.party_id) cust, -- bug 3902175
436: ar_distributions ard,
437: ar_cash_receipts cr,
438: ar_cash_receipt_history_all crh,
439: xla_ae_headers xah
440: WHERE crh.cash_receipt_history_id+0 < p_Report.NxtCashReceiptHistoryId
441: and crh.cash_receipt_history_id = ard.source_id
442: and ard.source_table = 'CRH'