DBA Data[Home] [Help]

APPS.ZX_TCM_GEO_JUR_PKG dependencies on ZX_JURISDICTIONS_B

Line 515: FROM zx_jurisdictions_b

511: tax_jurisdiction_code,
512: tax_regime_code,
513: tax,
514: precedence_level
515: FROM zx_jurisdictions_b
516: WHERE effective_from <= c_date
517: AND (effective_to >= c_date or effective_to is null)
518: AND tax = c_tax
519: AND tax_regime_code = c_tax_regime_code