DBA Data[Home] [Help]

APPS.JL_ZZ_TAX_VALIDATE_PKG dependencies on ZX_STATUS_VL

Line 2239: FROM zx_status_vl b

2235: AND (nvl(sd_status.view_options_code,'NONE') in ('NONE', 'VFC')
2236: or (nvl(sd_status.view_options_code,'VFR') = 'VFR'
2237: AND not exists
2238: (SELECT 1
2239: FROM zx_status_vl b
2240: WHERE b.tax_regime_code = status.tax_regime_code
2241: AND b.tax = status.tax
2242: AND b.tax_status_code = status.tax_status_code
2243: AND b.content_owner_id = sd_status.first_pty_org_id)