DBA Data[Home] [Help]

APPS.ZX_TRL_ALLOCATIONS_PKG dependencies on ZX_JURISDICTIONS_B

Line 1314: FROM zx_jurisdictions_b

1310: END;
1311: BEGIN
1312: SELECT tax_jurisdiction_id
1313: INTO l_tax_jurisdiction_id
1314: FROM zx_jurisdictions_b
1315: WHERE tax_regime_code = p_tax_regime_code
1316: AND tax = p_tax
1317: AND tax_jurisdiction_code = p_tax_jurisdiction_code;
1318: EXCEPTION