DBA Data[Home] [Help]

APPS.ARP_CASH_BASIS_JE_REPORT dependencies on AR_CASH_RECEIPT_HISTORY

Line 1484: ar_cash_receipt_history crh,

1480: FROM ar_receivable_applications ra,
1481: ra_cust_trx_types ctt,
1482: ra_customer_trx ct,
1483: ar_cash_receipts cr,
1484: ar_cash_receipt_history crh,
1485: ra_customer_trx ctcm,
1486: ar_lookups l,
1487: ar_lookups l_cat,
1488: hz_cust_accounts cust

Line 1677: FROM ar_cash_receipt_history crh,

1673: ) Category,
1674: l_cat.meaning CatMeaning,
1675: d.source_type SourceType,
1676: cr.org_id OrgId
1677: FROM ar_cash_receipt_history crh,
1678: ar_cash_receipts cr,
1679: hz_cust_accounts cust,
1680: ar_lookups l_cat,
1681: ar_distributions d

Line 1777: l_interim_rec.reference30 := 'AR_CASH_RECEIPT_HISTORY';

1773: l_interim_rec.reference26 := RCrh.CustomerNumber;
1774: l_interim_rec.reference27 := RCrh.PayFromCustomer;
1775: l_interim_rec.reference28 := RCrh.ModifiedType;
1776: l_interim_rec.reference29 := RCrh.ModifiedType||'_'||RCrh.SourceType;
1777: l_interim_rec.reference30 := 'AR_CASH_RECEIPT_HISTORY';
1778:
1779: l_interim_rec.org_id := RCrh.OrgId;
1780:
1781: CreateInterim(l_interim_rec) ;

Line 1793: arp_standard.debug( ' AR_CASH_RECEIPT_HISTORY...' );

1789: -- This is the actual ReportCashReceiptHistory body
1790: --
1791: BEGIN
1792: arp_standard.debug( ' ' );
1793: arp_standard.debug( ' AR_CASH_RECEIPT_HISTORY...' );
1794: OPEN CCrh;
1795: LOOP
1796: FETCH CCrh
1797: INTO RCrh;