DBA Data[Home] [Help]

APPS.ZX_TCM_GEO_JUR_PKG dependencies on ZX_JURISDICTIONS_B

Line 518: FROM zx_jurisdictions_b

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