DBA Data[Home] [Help]

APPS.JAI_AR_GLDIST_TRIGGER_PKG dependencies on RA_CUST_TRX_LINE_GL_DIST_ALL

Line 28: Here data is being posted from ra_cust_trx_line_gl_dist_all to gl_interface.

24: Bug : 4727534
25:
26: Purpose : Stop the Ar Posting To GL (General Ledger Transfer Program) from posting if data for the invoice exists in JAI_AR_TRX_INS_LINES_T.
27: indicating that user did not/forgot to run the India Local Concurrent Program.
28: Here data is being posted from ra_cust_trx_line_gl_dist_all to gl_interface.
29:
30: ********************************************************************************************************************************/
31:
32: /*

Line 238: FROM ra_cust_trx_line_gl_dist_all

234: IS
235: PRAGMA AUTONOMOUS_TRANSACTION;
236: CURSOR c_gl_date IS
237: SELECT gl_date
238: FROM ra_cust_trx_line_gl_dist_all
239: WHERE customer_trx_id = pr_new.customer_trx_id
240: AND account_class = 'REV';
241: ld_gl_date DATE;
242: BEGIN