DBA Data[Home] [Help]

APPS.AR_RECEIPT_LIB_PVT dependencies on RA_CUST_TRX_TYPES

Line 3547: , ra_cust_trx_types ctt

3543: p_rec_charges_remaining,
3544: l_location
3545: FROM
3546: ra_customer_trx ct
3547: , ra_cust_trx_types ctt
3548: , hz_cust_site_uses su
3549: , ra_batch_sources bs
3550: , ar_lookups lu
3551: , hz_cust_accounts cust

Line 3644: , ra_cust_trx_types ctt

3640: p_rec_charges_remaining,
3641: l_location
3642: FROM
3643: ra_customer_trx ct
3644: , ra_cust_trx_types ctt
3645: , hz_cust_site_uses su
3646: , ra_batch_sources bs
3647: , ar_lookups lu
3648: , hz_cust_accounts cst

Line 6599: ra_cust_trx_types ctt,

6595: SELECT ps.customer_id,
6596: ps.customer_site_use_id
6597: FROM hz_cust_site_uses su,
6598: hz_cust_accounts cust_acct,
6599: ra_cust_trx_types ctt,
6600: ar_payment_schedules ps
6601: WHERE su.site_use_id = ps.customer_site_use_id
6602: and cust_acct.cust_account_id = ps.customer_id
6603: and ctt.cust_trx_type_id = ps.cust_trx_type_id