DBA Data[Home] [Help]

APPS.AR_AUTOREC_API dependencies on RA_CUST_TRX_LINE_GL_DIST

Line 4002: from ra_cust_trx_line_gl_dist gld

3998: where ctl.customer_trx_id = rgt.customer_trx_id
3999: and ctl.autorule_complete_flag||'' = 'N'
4000: and rownum = 1 ) rev_rec_flag,
4001: (select 'Y' def_tax_flag
4002: from ra_cust_trx_line_gl_dist gld
4003: where gld.account_class = 'TAX'
4004: and gld.customer_trx_id = rgt.customer_trx_id
4005: and gld.collected_tax_ccid IS NOT NULL
4006: and rownum = 1 ) def_tax_flag,