DBA Data[Home] [Help]

APPS.FUN_NET_ARAP_PKG dependencies on RA_CUSTOMER_TRX_LINES_ALL

Line 1605: ra_customer_trx_lines_all lines

1601:
1602: SELECT sum(amount)
1603: INTO l_total_amount
1604: from ra_cust_trx_line_gl_dist dist,
1605: ra_customer_trx_lines_all lines
1606: Where lines.customer_trx_id = p_customer_trx_id
1607: And lines.customer_trx_line_id = dist.customer_trx_line_id
1608: And dist.account_class <> 'REC';
1609: RETURN l_total_amount;