DBA Data[Home] [Help]

APPS.ZX_P2P_DEF_AP_PREUPG dependencies on AR_VAT_TAX_ALL_B

Line 426: ar_vat_tax_all_b

422:
423: SELECT 'Y' INTO ID_CLASH FROM DUAL
424: WHERE EXISTS (select 1
425: from ap_tax_codes_all,
426: ar_vat_tax_all_b
427: where tax_id = vat_tax_id);
428: EXCEPTION
429: WHEN no_data_found THEN
430: arp_util_tax.debug('No data found exception encountered for tax definition in constructor :'||sqlerrm);