DBA Data[Home] [Help]

APPS.FUN_NET_ARAP_PKG dependencies on RA_CUSTOMER_TRX_LINES_ALL

Line 2325: ra_customer_trx_lines_all lines

2321: BEGIN
2322: SELECT sum(amount)
2323: INTO l_total_amount
2324: from ra_cust_trx_line_gl_dist dist,
2325: ra_customer_trx_lines_all lines
2326: Where lines.customer_trx_id = p_customer_trx_id
2327: And lines.customer_trx_line_id = dist.customer_trx_line_id
2328: And dist.account_class <> 'REC';
2329: RETURN l_total_amount;