DBA Data[Home] [Help]

APPS.JAI_AR_TAX_LINES_PKG dependencies on RA_CUST_TRX_LINE_GL_DIST_ALL

Line 134: FROM ra_cust_trx_line_gl_dist_all

130: And NVL(a.org_id, 0) = NVL(b.org_id, 0);
131:
132: CURSOR c_get_trx_date IS
133: SELECT gl_date
134: FROM ra_cust_trx_line_gl_dist_all
135: WHERE customer_trx_id = v_customer_trx_id
136: AND customer_trx_line_id = v_customer_trx_line_id
137: AND account_class = 'REV';
138: