DBA Data[Home] [Help]

APPS.ZX_PTP_IMPORT dependencies on ZX_JURISDICTIONS_B

Line 3549: FROM zx_jurisdictions_b

3545: WHERE (( tax_jurisdiction_code IS NOT NULL
3546: AND NOT EXISTS
3547: (
3548: SELECT 1
3549: FROM zx_jurisdictions_b
3550: WHERE tax_regime_code = reg_int.tax_regime_code
3551: AND tax = reg_int.tax_code
3552: AND tax_jurisdiction_code = reg_int.tax_jurisdiction_code
3553: AND NVL(allow_tax_registrations_flag,'N') = 'Y'

Line 4730: FROM ZX_JURISDICTIONS_b

4726: WHERE (( tax_jurisdiction_id IS NOT NULL
4727: AND NOT EXISTS
4728: (
4729: SELECT 1
4730: FROM ZX_JURISDICTIONS_b
4731: WHERE TAX_REGIME_CODE = exe_int.tax_regime_code
4732: AND tax = exe_int.tax_code
4733: AND tax_jurisdiction_id = exe_int.tax_jurisdiction_id
4734: )