DBA Data[Home] [Help]

APPS.ARP_CASH_BASIS_JE_REPORT dependencies on RA_CUST_TRX_TYPES

Line 343: ra_cust_trx_types ctt

339: a.code_combination_id ccid,
340: substrb(a.type,1,15) accntclass
341: FROM ar_adjustments a,
342: ra_customer_trx ct,
343: ra_cust_trx_types ctt
344: WHERE a.payment_schedule_id = cp_ps_id
345: AND a.receivables_trx_id <> -1
346: AND a.status = 'A'
347: AND a.customer_trx_id = ct.customer_trx_id

Line 1481: ra_cust_trx_types ctt,

1477: l_cat.meaning CatMeaning,
1478: ra.posting_control_id PostingControlId,
1479: ct.org_id OrgID
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,