DBA Data[Home] [Help]

APPS.ARP_STAX_MINUS99 dependencies on RA_TAX_EXEMPTIONS_ALL

Line 1863: Update ra_tax_exemptions_all

1859: || l_exemption_id || ', ' || l_percent_exempt ||' )' );
1860: arp_util_tax.debug( ' Updating In_Use_Flag in ra_tax_exemptions' ) ;
1861: END IF;
1862: -- Bug 3159438: To Update In_Use_Flag in Exemptions
1863: Update ra_tax_exemptions_all
1864: set in_use_flag = 'Y'
1865: where tax_exemption_id = l_exemption_id;
1866: end if;
1867: