DBA Data[Home] [Help]

APPS.AR_BPA_UTILS_PKG dependencies on ZX_TAXES_VL

Line 618: from zx_taxes_vl t,zx_rates_vl r

614: e varchar2(240);
615:
616: cursor tax_type_c( id in number ) is
617: select t.tax_type_code,t.compounding_precedence
618: from zx_taxes_vl t,zx_rates_vl r
619: where t.tax_regime_code = r.tax_regime_code
620: and t.tax = r.tax
621: and r.tax_rate_id = id;
622: