DBA Data[Home] [Help]

APPS.IGS_FI_DEPOSITS_PRCSS dependencies on IGS_FI_PP_INSTLMNTS_PKG

Line 709: igs_fi_pp_instlmnts_pkg.update_row(

705: l_n_due_amt := rec_cur_insts.i_due_amt + rec_cur_insts.a_app_amt;
706:
707: --Update the due amt of payment plan installment with the value calculated as above. Because
708: --of the unapplication of the installment, the installment balance for the person should be increased.
709: igs_fi_pp_instlmnts_pkg.update_row(
710: x_rowid => rec_cur_insts.i_rowid,
711: x_installment_id => rec_cur_insts.i_inst_id,
712: x_student_plan_id => rec_cur_insts.i_std_pln_id,
713: x_installment_line_num => rec_cur_insts.i_inst_ln_num,