DBA Data[Home] [Help]

APPS.ZX_TCM_TAX_RATE_PKG dependencies on ZX_TCM_GEO_JUR_PKG

Line 1658: l_tax_jurisdiction_rec ZX_TCM_GEO_JUR_PKG.tax_jurisdiction_rec_type;

1654: l_location_id NUMBER;
1655: l_tax_jurisdiction_code ZX_RATES_B.tax_jurisdiction_code%TYPE;
1656: l_tax_param_code VARCHAR2(30);
1657: l_jurisdictions_found VARCHAR2(1);
1658: l_tax_jurisdiction_rec ZX_TCM_GEO_JUR_PKG.tax_jurisdiction_rec_type;
1659: l_multiple_jurisdictions_flag VARCHAR2(1);
1660: BEGIN
1661: g_current_runtime_level := FND_LOG.G_CURRENT_RUNTIME_LEVEL;
1662:

Line 1732: ZX_TCM_GEO_JUR_PKG.get_tax_jurisdictions (

1728: -- get tax jurisdiction hierarchy
1729: IF l_location_id IS NOT NULL THEN
1730: -- get the jurisdiction
1731: --
1732: ZX_TCM_GEO_JUR_PKG.get_tax_jurisdictions (
1733: p_location_id => l_location_id,
1734: p_location_type => p_place_of_supply_type_code,
1735: p_tax => p_tax,
1736: p_tax_regime_code => p_tax_regime_code,

Line 1748: 'ZX_TCM_GEO_JUR_PKG.get_tax_jurisdiction');

1744: IF (g_level_statement >= g_current_runtime_level ) THEN
1745: FND_LOG.STRING(g_level_statement,
1746: g_module_name||'.'||l_procedure_name,
1747: 'Incorrect return_status after calling ' ||
1748: 'ZX_TCM_GEO_JUR_PKG.get_tax_jurisdiction');
1749: FND_LOG.STRING(g_level_statement,
1750: g_module_name||'.'||l_procedure_name,
1751: 'RETURN_STATUS = ' || x_return_status);
1752: FND_LOG.STRING(g_level_statement,