DBA Data[Home] [Help]

APPS.AR_RAAPI_UTIL dependencies on RA_CUSTOMER_TRX_LINES_ALL

Line 2380: ra_customer_trx_lines_all l

2376: CURSOR c_cm_line_amount (p_trx_id NUMBER, p_line_id NUMBER,
2377: p_adj_type VARCHAR2, p_rev_adj_id NUMBER) IS
2378: SELECT NVL(SUM(NVL(d.amount,0)),0) amount
2379: FROM ra_cust_trx_line_gl_dist_all d,
2380: ra_customer_trx_lines_all l
2381: WHERE l.previous_customer_trx_line_id =
2382: NVL(p_line_id,
2383: l.previous_customer_trx_line_id)
2384: AND l.previous_customer_trx_id = p_trx_id