DBA Data[Home] [Help]

APPS.AP_ETAX_UTILITY_PKG dependencies on ZX_SCO_TAXES

Line 6775: FROM zx_sco_taxes

6771:
6772: CURSOR c_tax (c_tax VARCHAR2,
6773: c_tax_regime VARCHAR2) IS
6774: SELECT tax_full_name
6775: FROM zx_sco_taxes
6776: WHERE tax_regime_code = c_tax_regime
6777: AND tax = c_tax;
6778:
6779: CURSOR c_tax_jurisdiction (c_tax VARCHAR2,