DBA Data[Home] [Help]

APPS.ZX_TDS_CALC_PKG dependencies on STANDARD

Line 214: ELSIF l_def_formula is not null and l_def_formula <> 'STANDARD_TC' THEN

210: l_formula_id:= l_zx_result_rec.numeric_result;
211: ZX_TDS_CALC_SERVICES_PUB_PKG.g_detail_tax_lines_tbl(i).calc_result_id:=
212: l_zx_result_rec.result_id;
213:
214: ELSIF l_def_formula is not null and l_def_formula <> 'STANDARD_TC' THEN
215:
216: l_formula_code:= l_def_formula;
217: IF (g_level_statement >= g_current_runtime_level ) THEN
218:

Line 229: -- The tax calculation formula STANDARD_TC is seeded and in this case,

225: fetch getFormulaId into l_formula_id;
226: close getFormulaId;
227:
228: ELSE
229: -- The tax calculation formula STANDARD_TC is seeded and in this case,
230: -- the tax calculation is done as: Taxablable amt * Tax Rate
231: l_formula_code:= 'STANDARD_TC';
232:
233:

Line 231: l_formula_code:= 'STANDARD_TC';

227:
228: ELSE
229: -- The tax calculation formula STANDARD_TC is seeded and in this case,
230: -- the tax calculation is done as: Taxablable amt * Tax Rate
231: l_formula_code:= 'STANDARD_TC';
232:
233:
234: END IF;
235:

Line 238: IF l_formula_code <> 'STANDARD_TC' AND l_formula_id is not NULL THEN

234: END IF;
235:
236: ZX_TDS_CALC_SERVICES_PUB_PKG.g_detail_tax_lines_tbl(i).tax_calculation_formula:= l_formula_code;
237:
238: IF l_formula_code <> 'STANDARD_TC' AND l_formula_id is not NULL THEN
239:
240: IF (g_level_statement >= g_current_runtime_level ) THEN
241: FND_LOG.STRING(g_level_statement,
242: 'ZX.PLSQL.ZX_TDS_CALC_PKG.GET_TAX_AMOUNT',

Line 354: -- In other cases such as when formula_code is STANDARD_TC, tax is

350: NULL;
351:
352: END CASE; -- Delete_Flag ...
353:
354: -- In other cases such as when formula_code is STANDARD_TC, tax is
355: -- Taxable_amt multiplied by tax rate, which is already populated
356: -- into ZX_TDS_CALC_SERVICES_PUB_PKG.g_detail_tax_lines_tbl during the taxable basis determination
357: -- process.
358: