DBA Data[Home] [Help]

APPS.OKL_CREATE_STREAMS_PVT dependencies on OKL_MAINTAIN_FEE_PVT

Line 2024: IF x_csm_one_off_fee_tbl(i).fee_type in(okl_maintain_fee_pvt.G_FT_FINANCED,'ROLLOVER') THEN

2020: CLOSE get_rebook_type;
2021:
2022: FOR i IN 1..x_csm_one_off_fee_tbl.COUNT
2023: LOOP
2024: IF x_csm_one_off_fee_tbl(i).fee_type in(okl_maintain_fee_pvt.G_FT_FINANCED,'ROLLOVER') THEN
2025: l_rec_count := l_rec_count + 1;
2026:
2027: -- fill the loan line table
2028: l_loan_line_counter := l_loan_line_counter + 1;

Line 2256: IF x_csm_one_off_fee_tbl(i).fee_type in(okl_maintain_fee_pvt.G_FT_FINANCED,'ROLLOVER') THEN

2252:
2253: FOR i IN 1..x_csm_one_off_fee_tbl.COUNT
2254: LOOP
2255:
2256: IF x_csm_one_off_fee_tbl(i).fee_type in(okl_maintain_fee_pvt.G_FT_FINANCED,'ROLLOVER') THEN
2257: l_rec_count := l_rec_count + 1;
2258:
2259: -- fill the loan line table
2260: l_loan_line_counter := l_loan_line_counter + 1;