DBA Data[Home] [Help]

APPS.AR_BPA_UTILS_PKG dependencies on ZX_TAXES_VL

Line 605: from zx_taxes_vl t,zx_rates_vl r

601: e varchar2(240);
602:
603: cursor tax_type_c( id in number ) is
604: select t.tax_type_code,t.compounding_precedence
605: from zx_taxes_vl t,zx_rates_vl r
606: where t.tax_regime_code = r.tax_regime_code
607: and t.tax = r.tax
608: and r.tax_rate_id = id;
609: