DBA Data[Home] [Help]

APPS.ARP_PROCESS_RETURNS dependencies on RA_CUST_TRX_LINE_GL_DIST

Line 2038: FROM ra_cust_trx_line_gl_dist

2034:
2035: BEGIN
2036: SELECT gl_date
2037: INTO l_trx_gl_date
2038: FROM ra_cust_trx_line_gl_dist
2039: WHERE customer_trx_id = p_ra_rec.applied_customer_trx_id
2040: AND account_class = 'REC'
2041: AND latest_rec_flag = 'Y';
2042: EXCEPTION