[Home] [Help]
1814:
1815:
1816: FOR i IN 1..x_csm_one_off_fee_tbl.COUNT
1817: LOOP
1818: IF x_csm_one_off_fee_tbl(i).fee_type in(okl_maintain_fee_pvt.G_FT_FINANCED,'ROLLOVER') THEN
1819: l_rec_count := l_rec_count + 1;
1820:
1821: -- fill the loan line table
1822: l_loan_line_counter := l_loan_line_counter + 1;
2014: x_csm_loan_levels_tbl := p_csm_loan_levels_tbl;
2015: FOR i IN 1..x_csm_one_off_fee_tbl.COUNT
2016: LOOP
2017:
2018: IF x_csm_one_off_fee_tbl(i).fee_type in(okl_maintain_fee_pvt.G_FT_FINANCED,'ROLLOVER') THEN
2019: l_rec_count := l_rec_count + 1;
2020:
2021: -- fill the loan line table
2022: l_loan_line_counter := l_loan_line_counter + 1;