DBA Data[Home] [Help]

APPS.AR_REVENUE_MANAGEMENT_PVT dependencies on RA_CUST_TRX_LINE_GL_DIST

Line 2826: FROM ra_cust_trx_line_gl_dist

2822: -- for the invoice.
2823:
2824: CURSOR c IS
2825: SELECT 1
2826: FROM ra_cust_trx_line_gl_dist
2827: WHERE customer_trx_id = p_customer_trx_id
2828: AND account_set_flag = 'N'
2829: AND rownum = 1;
2830: