DBA Data[Home] [Help]

APPS.IGS_FI_PRC_FIN_LT_CHG dependencies on IGS_FI_PP_INSTLMNTS_PKG

Line 1083: igs_fi_pp_instlmnts_pkg.update_row(

1079: --Once the log is generated and charge is created, if the process is invoked with test run parameter as 'No',
1080: --then the penalty flag of the installment record should be updated to 'Y'.
1081: IF p_v_test_flag = 'N' AND l_b_chrg_flag THEN
1082: BEGIN
1083: igs_fi_pp_instlmnts_pkg.update_row(
1084: x_rowid => rec_cur_get_inst_details.rowid,
1085: x_installment_id => rec_cur_get_inst_details.installment_id,
1086: x_student_plan_id => rec_cur_get_inst_details.student_plan_id,
1087: x_installment_line_num => rec_cur_get_inst_details.installment_line_num,