DBA Data[Home] [Help]

APPS.IGS_FI_PRC_WAIVERS dependencies on IGS_FI_WAV_UTILS_001

Line 822: igs_fi_wav_utils_001.get_eligible_waiver_amt(p_n_person_id => p_n_person_id,

818: RAISE fnd_api.g_exc_error;
819: END IF;
820:
821: -- Calculate eligible waiver amount
822: igs_fi_wav_utils_001.get_eligible_waiver_amt(p_n_person_id => p_n_person_id,
823: p_v_fee_cal_type => p_v_fee_cal_type,
824: p_n_fee_ci_seq_number => p_n_fee_ci_seq_number,
825: p_v_waiver_name => l_rec_wavpgm.waiver_name,
826: p_v_target_fee_type => l_rec_wavpgm.target_fee_type,

Line 834: p_v_string => ' igs_fi_wav_utils_001.get_eligible_waiver_amt errored out'

830: x_return_status => x_return_status,
831: x_eligible_amount => l_n_eligible_amnt);
832: IF x_return_status = 'E' THEN
833: log_to_fnd(p_v_module => 'create_waivers',
834: p_v_string => ' igs_fi_wav_utils_001.get_eligible_waiver_amt errored out'
835: );
836: fnd_message.set_name('IGS',
837: 'IGS_FI_WAV_NO_TRANS_CREATED');
838: fnd_msg_pub.add;

Line 843: p_v_string => ' igs_fi_wav_utils_001.get_eligible_waiver_amt returned'||

839: x_waiver_amount := 0;
840: RAISE fnd_api.g_exc_error;
841: END IF;
842: log_to_fnd(p_v_module => 'create_waivers',
843: p_v_string => ' igs_fi_wav_utils_001.get_eligible_waiver_amt returned'||
844: ' Eligible amount : '||l_n_eligible_amnt
845: );
846:
847: l_n_new_wav_amnt := l_n_comp_wav_amnt;

Line 925: igs_fi_wav_utils_001.apply_waivers(p_n_person_id => p_n_person_id,

921: );
922: END IF;
923: IF NVL(l_n_diff_wav_amnt,0) <> 0 THEN
924: -- Apply waivers
925: igs_fi_wav_utils_001.apply_waivers(p_n_person_id => p_n_person_id,
926: p_v_fee_cal_type => p_v_fee_cal_type,
927: p_n_fee_ci_seq_number => p_n_fee_ci_seq_number,
928: p_v_waiver_name => l_rec_wavpgm.waiver_name,
929: p_v_target_fee_type => l_rec_wavpgm.target_fee_type,

Line 941: p_v_string => ' igs_fi_wav_utils_001.apply_waivers errored out'

937: x_return_status => x_return_status);
938:
939: IF x_return_status <> 'S' THEN
940: log_to_fnd(p_v_module => 'create_waivers',
941: p_v_string => ' igs_fi_wav_utils_001.apply_waivers errored out'
942: );
943: fnd_message.set_name('IGS',
944: 'IGS_FI_WAV_NO_TRANS_CREATED');
945: fnd_msg_pub.add;

Line 1098: igs_fi_wav_utils_001.apply_waivers(p_n_person_id => p_n_person_id,

1094:
1095: -- If the waiver mode code is Charge Level, then apply waivers
1096: IF l_rec_wav_pgms.waiver_mode_code = 'CHARGE_LEVEL' THEN
1097: FOR l_rec_app IN cur_app(l_rec_crd.credit_id) LOOP
1098: igs_fi_wav_utils_001.apply_waivers(p_n_person_id => p_n_person_id,
1099: p_v_fee_cal_type => p_v_fee_cal_type,
1100: p_n_fee_ci_seq_number => p_n_fee_ci_seq_number,
1101: p_v_waiver_name => l_rec_wav_pgms.waiver_name,
1102: p_v_target_fee_type => l_rec_wav_pgms.target_fee_type,

Line 1113: p_v_string => ' Procedure igs_fi_wav_utils_001.apply_waivers errored out'

1109: p_d_gl_date => p_d_gl_date,
1110: x_return_status => x_return_status);
1111: IF x_return_status <> 'S' THEN
1112: log_to_fnd(p_v_module => 'proc_manual_waiver_adj',
1113: p_v_string => ' Procedure igs_fi_wav_utils_001.apply_waivers errored out'
1114: );
1115: x_return_status := 'E';
1116: RETURN;
1117: END IF;

Line 1134: igs_fi_wav_utils_001.apply_waivers(p_n_person_id => p_n_person_id,

1130: p_v_string => 'Charges with Error Account exist. Waivers cannot be created');
1131: x_return_status := 'E';
1132: RETURN;
1133: END IF;
1134: igs_fi_wav_utils_001.apply_waivers(p_n_person_id => p_n_person_id,
1135: p_v_fee_cal_type => p_v_fee_cal_type,
1136: p_n_fee_ci_seq_number => p_n_fee_ci_seq_number,
1137: p_v_waiver_name => l_rec_wav_pgms.waiver_name,
1138: p_v_target_fee_type => l_rec_wav_pgms.target_fee_type,

Line 1149: p_v_string => ' Procedure igs_fi_wav_utils_001.apply_waivers errored out'

1145: p_d_gl_date => p_d_gl_date,
1146: x_return_status => x_return_status);
1147: IF x_return_status <> 'S' THEN
1148: log_to_fnd(p_v_module => 'proc_manual_waiver_adj',
1149: p_v_string => ' Procedure igs_fi_wav_utils_001.apply_waivers errored out'
1150: );
1151: x_return_status := 'E';
1152: RETURN;
1153: END IF;