DBA Data[Home] [Help]

APPS.PSA_MF_CREATE_DISTRIBUTIONS dependencies on RA_CUST_TRX_LINE_GL_DIST

Line 497: ra_cust_trx_line_gl_dist gd

493: CURSOR c_selected_trx IS
494: SELECT distinct trx.customer_trx_id document_id
495: FROM ra_customer_trx trx,
496: psa_trx_types_all psa,
497: ra_cust_trx_line_gl_dist gd
498: WHERE trx.cust_trx_type_id = psa.psa_trx_type_id
499: AND trx.set_of_books_id = p_set_of_books_id
500: AND trx.customer_trx_id = gd.customer_trx_id
501: AND gd.gl_date between nvl(p_gl_date_from, gd.gl_date) and nvl(p_gl_date_to, gd.gl_date);