DBA Data[Home] [Help]

APPS.ZX_TRD_SERVICES_PUB_PKG dependencies on ZX_SCO_TAXES_B_V

Line 6438: FROM ZX_SCO_TAXES_B_V

6434:
6435: Cursor get_geography_type(c_tax_rate_id number) is
6436: SELECT zone_geography_type, override_geography_type,
6437: tax_id, tax, tax_regime_code
6438: FROM ZX_SCO_TAXES_B_V
6439: WHERE (tax_regime_code,tax) =
6440: (SELECT tax_regime_code,tax from ZX_RATES_B
6441: WHERE tax_rate_id = c_tax_rate_id);
6442: