DBA Data[Home] [Help]

APPS.JAI_AR_TRXS_PKG dependencies on RA_CUST_TRX_LINE_GL_DIST_ALL

Line 96: from RA_CUST_TRX_LINE_GL_DIST_ALL

92: --added by Zhiwei for bug#14640257 begin
93: -------------------------------------------------------
94: cursor get_gl_date is
95: select gl_date
96: from RA_CUST_TRX_LINE_GL_DIST_ALL
97: where customer_trx_id = pr_new.customer_trx_id
98: and account_class = 'REV';
99:
100: cursor get_created_from is