DBA Data[Home] [Help]

APPS.OKL_VARIABLE_INTEREST_PVT dependencies on OKL_SIY_PVT

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

10840: --we are appending to the existing table below
10841: --is this correct?
10842: --CHECK WITH PM'S
10843: l_index := l_csm_yields_tbl.COUNT + 1;
10844: l_csm_yields_tbl(l_index).siy_type := OKL_SIY_PVT.G_SIY_TYPE_INTEREST_RATE;
10845: l_csm_yields_tbl(l_index).yield_name := 'Full term with residual';
10846: l_csm_yields_tbl(l_index).target_value := l_interest_rate_tbl(l_interest_rate_tbl_index).rate;
10847: print_debug('l_csm_yields_tbl information');
10848: print_debug('siy_type :'||l_csm_yields_tbl(l_index).siy_type);