[Home] [Help]
1845: p_location_id_segment_8 in number,
1846: p_location_id_segment_9 in number,
1847: p_location_id_segment_10 in number ) is
1848: select rowid
1849: from ar_sales_tax tax
1850: where tax.location_id = p_location_id
1851: and tax.enabled_flag = 'Y'
1852: and not exists (
1853: select