DBA Data[Home] [Help]

APPS.ARP_TRX_UTIL dependencies on RA_CUST_TRX_LINE_GL_DIST

Line 267: FROM ra_cust_trx_line_gl_dist

263: INTO l_posted_flag
264: FROM dual
265: WHERE EXISTS
266: (SELECT 'posted distribution exists'
267: FROM ra_cust_trx_line_gl_dist
268: WHERE customer_trx_id = p_customer_trx_id
269: AND account_set_flag = 'N'
270: AND gl_posted_date IS NOT NULL
271: );