DBA Data[Home] [Help]

APPS.AR_RECEIPT_LIB_PVT dependencies on RA_TERMS_LINES

Line 3550: ra_terms_lines tl ,

3546: nvl(tl.relative_amount,1)/ nvl(t.base_amount,1)
3547: INTO l_trx_line_amount
3548: FROM ra_customer_trx_lines ctl ,
3549: ra_terms t ,
3550: ra_terms_lines tl ,
3551: ar_payment_schedules ps
3552: WHERE ps.payment_schedule_id = p_payment_schedule_id and
3553: ctl.customer_trx_id = p_customer_trx_id and
3554: ctl.line_type = 'LINE' and