DBA Data[Home] [Help]

APPS.AR_RECEIPT_LIB_PVT dependencies on RA_CUST_TRX_TYPES

Line 3732: , ra_cust_trx_types ctt

3728: p_rec_charges_remaining,
3729: l_location
3730: FROM
3731: ra_customer_trx ct
3732: , ra_cust_trx_types ctt
3733: , hz_cust_site_uses su
3734: , ra_batch_sources bs
3735: , ar_lookups lu
3736: , hz_cust_accounts cust

Line 3829: , ra_cust_trx_types ctt

3825: p_rec_charges_remaining,
3826: l_location
3827: FROM
3828: ra_customer_trx ct
3829: , ra_cust_trx_types ctt
3830: , hz_cust_site_uses su
3831: , ra_batch_sources bs
3832: , ar_lookups lu
3833: , hz_cust_accounts cst

Line 6887: ra_cust_trx_types ctt,

6883: SELECT ps.customer_id,
6884: ps.customer_site_use_id
6885: FROM hz_cust_site_uses su,
6886: hz_cust_accounts cust_acct,
6887: ra_cust_trx_types ctt,
6888: ar_payment_schedules ps
6889: WHERE su.site_use_id = ps.customer_site_use_id
6890: and cust_acct.cust_account_id = ps.customer_id
6891: and ctt.cust_trx_type_id = ps.cust_trx_type_id