DBA Data[Home] [Help]

APPS.ZX_API_PUB dependencies on ZX_REGIMES_B

Line 2169: FROM ZX_IMPORT_TAX_LINES_GT t, zx_regimes_b r

2165: t.tax_regime_code,
2166: t.tax_provider_id,
2167: r.effective_from,
2168: r.effective_to
2169: FROM ZX_IMPORT_TAX_LINES_GT t, zx_regimes_b r
2170: WHERE t.tax_provider_id is not null
2171: AND r.tax_regime_code = t.tax_regime_code
2172: AND r.effective_to is null;
2173: