DBA Data[Home] [Help]

APPS.ZX_API_PUB dependencies on ZX_REGIMES_B

Line 2426: FROM ZX_IMPORT_TAX_LINES_GT t, zx_regimes_b r

2422: t.tax_regime_code,
2423: t.tax_provider_id,
2424: r.effective_from,
2425: r.effective_to
2426: FROM ZX_IMPORT_TAX_LINES_GT t, zx_regimes_b r
2427: WHERE t.tax_provider_id is not null
2428: AND r.tax_regime_code = t.tax_regime_code
2429: AND r.effective_to is null;
2430: