DBA Data[Home] [Help]

APPS.ARP_ADJUSTMENTS_MAIN dependencies on AR_LOCATION_ACCOUNTS

Line 1745: ar_location_accounts alv

1741: alv.adj_non_rec_tax_ccid))
1742: into l_code_combination_id
1743: FROM ra_customer_trx_lines ctl,
1744: ar_vat_tax avt,
1745: ar_location_accounts alv
1746: where ctl.customer_trx_id = p_adj_rec.customer_trx_id
1747: and ctl.line_type = 'TAX'
1748: and ctl.location_segment_id = alv.location_segment_id(+)
1749: and ctl.vat_tax_id = avt.vat_tax_id(+);