DBA Data[Home] [Help]

APPS.AR_BPA_UTILS_PKG dependencies on ZX_EXEMPTIONS

Line 630: from zx_exemptions

626: cursor exem_c( id in number ) is
627: select
628: decode(nvl(product_id,-999),-999,'CUSTOMER','ITEM') as exemption_type,
629: rate_modifier as percent_exempt
630: from zx_exemptions
631: where tax_exemption_id = id;
632:
633: cursor tax_type_name_c(code in varchar2) is
634: select meaning