DBA Data[Home] [Help]

APPS.AR_BPA_UTILS_PKG dependencies on ZX_EXEMPTIONS

Line 617: from zx_exemptions

613: cursor exem_c( id in number ) is
614: select
615: decode(nvl(product_id,-999),-999,'CUSTOMER','ITEM') as exemption_type,
616: rate_modifier as percent_exempt
617: from zx_exemptions
618: where tax_exemption_id = id;
619:
620: cursor tax_type_name_c(code in varchar2) is
621: select meaning