DBA Data[Home] [Help]

APPS.AP_ETAX_UTILITY_PKG dependencies on ZX_SCO_TAXES

Line 8881: FROM zx_sco_taxes

8877:
8878: CURSOR c_tax (c_tax VARCHAR2,
8879: c_tax_regime VARCHAR2) IS
8880: SELECT tax_full_name
8881: FROM zx_sco_taxes
8882: WHERE tax_regime_code = c_tax_regime
8883: AND tax = c_tax;
8884:
8885: CURSOR c_tax_jurisdiction (c_tax VARCHAR2,