DBA Data[Home] [Help]

APPS.ARP_PROCESS_BR_HEADER dependencies on RA_CUST_TRX_LINE_GL_DIST

Line 473: from ra_cust_trx_line_gl_dist gld

469: connect by prior ctl.br_ref_customer_trx_id = ctl.customer_trx_id
470: )
471: and ct.drawee_site_use_id IS NULL
472: and exists (select 'x'
473: from ra_cust_trx_line_gl_dist gld
474: where gld.account_class = 'TAX'
475: and gld.customer_trx_id = ct.customer_trx_id
476: and gld.collected_tax_ccid IS NOT NULL
477: )