DBA Data[Home] [Help]

APPS.OKL_VAR_INT_REAMORT_PVT dependencies on OKL_SIY_PVT

Line 2220: l_csm_yields_tbl(l_index).siy_type := OKL_SIY_PVT.G_SIY_TYPE_INTEREST_RATE;

2216: --we are appending to the existing table below
2217: --is this correct?
2218: --CHECK WITH PM'S
2219: l_index := l_csm_yields_tbl.COUNT + 1;
2220: l_csm_yields_tbl(l_index).siy_type := OKL_SIY_PVT.G_SIY_TYPE_INTEREST_RATE;
2221: l_csm_yields_tbl(l_index).yield_name := 'Full term with residual';
2222: l_csm_yields_tbl(l_index).target_value := l_interest_rate_tbl(l_interest_rate_tbl_index).rate;
2223: OKL_VARIABLE_INTEREST_PVT.print_debug('l_csm_yields_tbl information');
2224: OKL_VARIABLE_INTEREST_PVT.print_debug('siy_type :'||l_csm_yields_tbl(l_index).siy_type);