DBA Data[Home] [Help]

APPS.ZX_TDS_UTILITIES_PKG dependencies on ZX_SCO_TAXES_B_V

Line 412: FROM ZX_SCO_TAXES_B_V

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