DBA Data[Home] [Help]

APPS.AR_RECEIPT_LIB_PVT dependencies on RA_TERMS_LINES

Line 3368: ra_terms_lines tl ,

3364: nvl(tl.relative_amount,1)/ nvl(t.base_amount,1)
3365: INTO l_trx_line_amount
3366: FROM ra_customer_trx_lines ctl ,
3367: ra_terms t ,
3368: ra_terms_lines tl ,
3369: ar_payment_schedules ps
3370: WHERE ps.payment_schedule_id = p_payment_schedule_id and
3371: ctl.customer_trx_id = p_customer_trx_id and
3372: ctl.line_type = 'LINE' and