DBA Data[Home] [Help]

APPS.ZX_TRL_ALLOCATIONS_PKG dependencies on ZX_JURISDICTIONS_B

Line 1684: FROM zx_jurisdictions_b

1680: END;
1681: BEGIN
1682: SELECT tax_jurisdiction_id
1683: INTO l_tax_jurisdiction_id
1684: FROM zx_jurisdictions_b
1685: WHERE tax_regime_code = p_tax_regime_code
1686: AND tax = p_tax
1687: AND tax_jurisdiction_code = p_tax_jurisdiction_code;
1688: EXCEPTION