[Home] [Help]
1933: OPEN c_sl_loans(p_v_loan_number);
1934: FETCH c_sl_loans INTO rec_c_sl_loans;
1935: CLOSE c_sl_loans;
1936:
1937: igf_sl_loans_pkg.update_row(
1938: x_rowid => rec_c_sl_loans.row_id,
1939: x_loan_id => rec_c_sl_loans.loan_id,
1940: x_award_id => rec_c_sl_loans.award_id,
1941: x_seq_num => rec_c_sl_loans.seq_num,