DBA Data[Home] [Help]

APPS.IGIRCABJP dependencies on AR_CASH_RECEIPTS

Line 437: ar_cash_receipts cr,

433: ar_lookups l_cat,
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

Line 588: ar_cash_receipts cr,

584: 'CCURR_') || ard.source_type ref29,
585: 'AR_RECEIVABLE_APPLICATIONS' ref30
586: FROM
587: ar_receivable_applications ra,
588: ar_cash_receipts cr,
589: ar_distributions ard,
590: ra_customer_trx ctinv,
591: ar_lookups l_cat,
592: ar_posting_control pc,

Line 843: ar_cash_receipts cr,

839: 'AR_MISC_CASH_DISTRIBUTIONS' ref30
840: FROM
841: ar_misc_cash_distributions mcd,
842: ar_distributions ard,
843: ar_cash_receipts cr,
844: ar_lookups l_cat,
845: xla_ae_headers xah
846: WHERE mcd.misc_cash_distribution_id+0 < p_Report.NxtMiscCashDistributionId
847: and mcd.set_of_books_id = p_Report.SetOfBooksId