DBA Data[Home] [Help]

APPS.ZX_TDS_CALC_PKG dependencies on STANDARD

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

231: l_zx_result_rec.result_id;
232: ZX_TDS_CALC_SERVICES_PUB_PKG.g_detail_tax_lines_tbl(i).legal_message_calc:=
233: ZX_TDS_CALC_SERVICES_PUB_PKG.get_rep_code_id(l_zx_result_rec.result_id,
234: ZX_TDS_CALC_SERVICES_PUB_PKG.g_detail_tax_lines_tbl(i).trx_date);
235: ELSIF l_def_formula is not null and l_def_formula <> 'STANDARD_TC' THEN
236:
237: l_formula_code:= l_def_formula;
238: IF (g_level_statement >= g_current_runtime_level ) THEN
239:

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

246: fetch getFormulaId into l_formula_id;
247: close getFormulaId;
248:
249: ELSE
250: -- The tax calculation formula STANDARD_TC is seeded and in this case,
251: -- the tax calculation is done as: Taxablable amt * Tax Rate
252: l_formula_code:= 'STANDARD_TC';
253:
254:

Line 252: l_formula_code:= 'STANDARD_TC';

248:
249: ELSE
250: -- The tax calculation formula STANDARD_TC is seeded and in this case,
251: -- the tax calculation is done as: Taxablable amt * Tax Rate
252: l_formula_code:= 'STANDARD_TC';
253:
254:
255: END IF;
256:

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

255: END IF;
256:
257: ZX_TDS_CALC_SERVICES_PUB_PKG.g_detail_tax_lines_tbl(i).tax_calculation_formula:= l_formula_code;
258:
259: IF l_formula_code <> 'STANDARD_TC' AND l_formula_id is not NULL THEN
260:
261: IF (g_level_statement >= g_current_runtime_level ) THEN
262: FND_LOG.STRING(g_level_statement,
263: 'ZX.PLSQL.ZX_TDS_CALC_PKG.GET_TAX_AMOUNT',

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

382: NULL;
383:
384: END CASE; -- Delete_Flag ...
385:
386: -- In other cases such as when formula_code is STANDARD_TC, tax is
387: -- Taxable_amt multiplied by tax rate, which is already populated
388: -- into ZX_TDS_CALC_SERVICES_PUB_PKG.g_detail_tax_lines_tbl during the taxable basis determination
389: -- process.
390: