DBA Data[Home] [Help]

APPS.LNS_PAYOFF_PUB dependencies on RA_CUST_TRX_TYPES

Line 861: ,ra_cust_trx_types tty

857: ,am.due_date
858: ,lns_utility_pub.get_lookup_meaning('PAYMENT_APPLICATION_TYPE', decode(ps.customer_trx_id, principal_trx_Id, 'PRIN', interest_trx_id, 'INT', fee_trx_id, 'FEE')) line_type
859: from lns_amortization_scheds am
860: ,ar_payment_schedules ps
861: ,ra_cust_trx_types tty
862: where (am.principal_trx_id = ps.customer_trx_id OR
863: am.interest_trx_id = ps.customer_trx_id OR
864: am.fee_trx_id = ps.customer_trx_id) and
865: ps.cust_trx_type_id = tty.cust_trx_type_id and