DBA Data[Home] [Help]

APPS.IGS_FI_WAV_UTILS_002 dependencies on IGS_FI_WAV_STD_PGMS_PKG

Line 1141: igs_fi_wav_std_pgms_pkg.insert_row( x_rowid => l_rowid,

1137: LOOP
1138: --Insert the Student Assignment to the Destination fee calendar.
1139: l_rowid := null;
1140: l_waiver_student_id := null;
1141: igs_fi_wav_std_pgms_pkg.insert_row( x_rowid => l_rowid,
1142: x_waiver_student_id => l_waiver_student_id,
1143: x_fee_cal_type => l_cur_stud_waiver_assign.fee_cal_type,
1144: x_fee_ci_sequence_number => p_n_dest_fee_ci_seq_number,
1145: x_waiver_name => l_cur_stud_waiver_assign.waiver_name,

Line 1209: igs_fi_wav_std_pgms_pkg.update_row(

1205: FOR stdnt_wav_assgn_rec IN stdnt_wav_assgn_cur(p_v_fee_cal_type,p_n_fee_ci_seq_number,p_v_waiver_name,p_v_new_status) LOOP
1206:
1207: BEGIN
1208: --Callout to update the student Waiver Assignment Status.
1209: igs_fi_wav_std_pgms_pkg.update_row(
1210: x_rowid => stdnt_wav_assgn_rec.ROWID,
1211: x_waiver_student_id => stdnt_wav_assgn_rec.waiver_student_id,
1212: x_fee_cal_type => stdnt_wav_assgn_rec.fee_cal_type,
1213: x_fee_ci_sequence_number => stdnt_wav_assgn_rec.fee_ci_sequence_number,