DBA Data[Home] [Help]

APPS.IGIRCBAP dependencies on RA_CUST_TRX_TYPES

Line 393: ra_cust_trx_types ctt

389: a.code_combination_id ccid,
390: substrb(a.type,1,15) accntclass
391: FROM ar_adjustments a,
392: ra_customer_trx ct,
393: ra_cust_trx_types ctt
394: WHERE a.payment_schedule_id = cp_ps_id
395: AND a.receivables_trx_id <> -1
396: AND a.type = cp_type
397: AND a.status = 'A'

Line 1389: ra_cust_trx_types ctt,

1385: '2', NVL(-ra.receivables_charges_applied,0)
1386: ) ChargesApplied
1387: FROM ar_receivable_applications ra,
1388: igi_ar_rec_applications igira,
1389: ra_cust_trx_types ctt,
1390: ra_customer_trx ct,
1391: ar_cash_receipts cr,
1392: ar_cash_receipt_history crh,
1393: ra_customer_trx ctcm,