DBA Data[Home] [Help]

APPS.OKL_EC_EVALUATE_PVT dependencies on OKL_ACCOUNTING_UTIL

Line 1320: l_formatted_amt := okl_accounting_util.format_amount(fnd_number.canonical_to_number(l_value1)

1316: END IF;
1317: IF p_okl_ec_rec.validation_mode = 'QA' THEN
1318: l_index := p_okl_ec_rec.qa_result_tbl.COUNT + 1;
1319: IF fun_ret = 0 THEN
1320: l_formatted_amt := okl_accounting_util.format_amount(fnd_number.canonical_to_number(l_value1)
1321: ,p_okl_ec_rec.currency_code);
1322: p_okl_ec_rec.qa_result_tbl(l_index).message := get_msg_single(ec_tbl(i).ec_name
1323: ,l_operator_code
1324: ,l_formatted_amt

Line 1452: l_formatted_amt1 := okl_accounting_util.format_amount(fnd_number.canonical_to_number(l_value1)

1448: END IF;
1449: IF p_okl_ec_rec.validation_mode = 'QA' THEN
1450: l_index := p_okl_ec_rec.qa_result_tbl.COUNT + 1;
1451: IF fun_ret = 0 THEN
1452: l_formatted_amt1 := okl_accounting_util.format_amount(fnd_number.canonical_to_number(l_value1)
1453: ,p_okl_ec_rec.currency_code);
1454: l_formatted_amt2 := okl_accounting_util.format_amount(fnd_number.canonical_to_number(l_value2)
1455: ,p_okl_ec_rec.currency_code);
1456: p_okl_ec_rec.qa_result_tbl(l_index).message := get_msg_range(ec_tbl(i).ec_name

Line 1454: l_formatted_amt2 := okl_accounting_util.format_amount(fnd_number.canonical_to_number(l_value2)

1450: l_index := p_okl_ec_rec.qa_result_tbl.COUNT + 1;
1451: IF fun_ret = 0 THEN
1452: l_formatted_amt1 := okl_accounting_util.format_amount(fnd_number.canonical_to_number(l_value1)
1453: ,p_okl_ec_rec.currency_code);
1454: l_formatted_amt2 := okl_accounting_util.format_amount(fnd_number.canonical_to_number(l_value2)
1455: ,p_okl_ec_rec.currency_code);
1456: p_okl_ec_rec.qa_result_tbl(l_index).message := get_msg_range(ec_tbl(i).ec_name
1457: ,l_formatted_amt1
1458: ,l_formatted_amt2

Line 1526: l_formatted_amt := okl_accounting_util.format_amount(fnd_number.canonical_to_number(l_value1)

1522: END IF;
1523: IF p_okl_ec_rec.validation_mode = 'QA' THEN
1524: l_index := p_okl_ec_rec.qa_result_tbl.COUNT + 1;
1525: IF fun_ret = 0 THEN
1526: l_formatted_amt := okl_accounting_util.format_amount(fnd_number.canonical_to_number(l_value1)
1527: ,p_okl_ec_rec.currency_code);
1528: p_okl_ec_rec.qa_result_tbl(l_index).message := get_msg_single(ec_tbl(i).ec_name
1529: ,l_operator_code
1530: ,l_formatted_amt

Line 1858: l_formatted_amt1 := okl_accounting_util.format_amount(fnd_number.canonical_to_number(l_value1)

1854: END IF;
1855: IF p_okl_ec_rec.validation_mode = 'QA' THEN
1856: l_index := p_okl_ec_rec.qa_result_tbl.COUNT + 1;
1857: IF fun_ret = 0 THEN
1858: l_formatted_amt1 := okl_accounting_util.format_amount(fnd_number.canonical_to_number(l_value1)
1859: ,p_okl_ec_rec.currency_code);
1860: l_formatted_amt2 := okl_accounting_util.format_amount(fnd_number.canonical_to_number(l_value2)
1861: ,p_okl_ec_rec.currency_code);
1862: p_okl_ec_rec.qa_result_tbl(l_index).message := get_msg_range(ec_tbl(i).ec_name

Line 1860: l_formatted_amt2 := okl_accounting_util.format_amount(fnd_number.canonical_to_number(l_value2)

1856: l_index := p_okl_ec_rec.qa_result_tbl.COUNT + 1;
1857: IF fun_ret = 0 THEN
1858: l_formatted_amt1 := okl_accounting_util.format_amount(fnd_number.canonical_to_number(l_value1)
1859: ,p_okl_ec_rec.currency_code);
1860: l_formatted_amt2 := okl_accounting_util.format_amount(fnd_number.canonical_to_number(l_value2)
1861: ,p_okl_ec_rec.currency_code);
1862: p_okl_ec_rec.qa_result_tbl(l_index).message := get_msg_range(ec_tbl(i).ec_name
1863: ,l_formatted_amt1
1864: ,l_formatted_amt2