DBA Data[Home] [Help]

APPS.OKL_VAR_INT_REAMORT_PVT dependencies on OKL_ACCOUNTING_UTIL

Line 1045: l_rent_tbl(l_rent_tbl_cntr).amount := OKL_ACCOUNTING_UTIL.round_amount(l_rent_tbl(l_rent_tbl_cntr).amount, l_currency_code);

1041: LOOP
1042: EXIT WHEN l_rent_tbl_cntr IS NULL;
1043: --round the amount
1044: IF (l_rent_tbl(l_rent_tbl_cntr).amount IS NOT NULL) THEN
1045: l_rent_tbl(l_rent_tbl_cntr).amount := OKL_ACCOUNTING_UTIL.round_amount(l_rent_tbl(l_rent_tbl_cntr).amount, l_currency_code);
1046: END IF;
1047:
1048: l_rent_tbl_cntr := l_rent_tbl.next(l_rent_tbl_cntr);
1049: END LOOP;