DBA Data[Home] [Help]

APPS.ARP_CASH_BASIS_ACCOUNTING dependencies on RA_CUST_TRX_TYPES

Line 483: ra_cust_trx_types ctt

479: a.code_combination_id ccid,
480: substrb(a.type,1,15) accntclass
481: FROM ar_adjustments a,
482: ra_customer_trx ct,
483: ra_cust_trx_types ctt
484: WHERE a.payment_schedule_id = cp_ps_id
485: AND a.receivables_trx_id <> -1
486: AND a.type = cp_type
487: AND a.status = 'A'

Line 1709: ra_cust_trx_types ctt,

1705: '2', NVL(-ra.receivables_charges_applied,0)
1706: ) ChargesApplied,
1707: ct.org_id OrgId
1708: FROM ar_receivable_applications ra,
1709: ra_cust_trx_types ctt,
1710: ra_customer_trx ct,
1711: ar_cash_receipts cr,
1712: ar_cash_receipt_history crh,
1713: ra_customer_trx ctcm,

Line 1824: -- ra_cust_trx_types ctt,

1820: -- '1', NVL(ra.receivables_charges_applied,0),
1821: -- '2', NVL(-ra.receivables_charges_applied,0)
1822: -- ) ChargesApplied
1823: -- FROM ar_receivable_apps_mrc_v ra,
1824: -- ra_cust_trx_types ctt,
1825: -- ra_customer_trx ct,
1826: -- ar_cash_receipts cr,
1827: -- ar_cash_receipt_hist_mrc_v crh,
1828: -- ra_customer_trx_mrc_v ctcm,