DBA Data[Home] [Help]

APPS.ZX_TDS_UTILITIES_PKG dependencies on ZX_SCO_TAXES_B_V

Line 414: FROM ZX_SCO_TAXES_B_V

410: zone_geography_type,
411: override_geography_type,
412: allow_rounding_override_flag,
413: tax_account_source_tax
414: FROM ZX_SCO_TAXES_B_V
415: WHERE tax = p_tax
416: AND tax_regime_code = p_tax_regime_code
417: AND (effective_from <= p_tax_determine_date AND
418: (effective_to >= p_tax_determine_date OR effective_to IS NULL))