DBA Data[Home] [Help]

APPS.IGS_FI_PRC_FIN_LT_CHG dependencies on IGS_FI_GEN_008

Line 1032: IF NVL(igs_fi_gen_008.get_plan_balance(p_n_std_plan_id,l_d_effective_dt),0) <= 0 THEN

1028: END IF;
1029:
1030: --Check if the balance as on the determination date is greater than zero,
1031: --otherwise log error message.
1032: IF NVL(igs_fi_gen_008.get_plan_balance(p_n_std_plan_id,l_d_effective_dt),0) <= 0 THEN
1033: fnd_message.set_name('IGS','IGS_FI_NO_CHG_APP_DUE_DT');
1034: fnd_file.put_line(fnd_file.log,fnd_message.get);
1035: RETURN;
1036: END IF;

Line 1215: IF NVL(igs_fi_gen_008.get_plan_balance(p_n_std_plan_id,l_d_eff_date),0) <= 0 THEN

1211: END IF;
1212:
1213: --If the outstanding balance as on the above calculated start date is less than or equal to 0,
1214: --then log the error message and return from this procedure.
1215: IF NVL(igs_fi_gen_008.get_plan_balance(p_n_std_plan_id,l_d_eff_date),0) <= 0 THEN
1216: fnd_message.set_name('IGS','IGS_FI_NO_CHG_APP_DUE_DT');
1217: fnd_file.put_line(fnd_file.log,fnd_message.get);
1218: RETURN;
1219: END IF;

Line 1389: l_payable_bal := igs_fi_gen_008.get_plan_balance(p_n_act_plan_id => p_n_std_plan_id,

1385: END IF;
1386:
1387: --Get the Installment Balance passing the local variable l_d_eff_date value to p_d_effective_date parameter.
1388: --and student active plan id.
1389: l_payable_bal := igs_fi_gen_008.get_plan_balance(p_n_act_plan_id => p_n_std_plan_id,
1390: p_d_effective_date => l_d_eff_date
1391: );
1392: IF l_payable_bal <= 0 THEN
1393: --Log different messages in the log file depending on accrual type.

Line 1569: l_v_person_number := igs_fi_gen_008.get_party_number(p_n_party_id => p_person_id);

1565: END IF;
1566:
1567: --Logging the parameters
1568: IF p_person_id IS NOT NULL THEN
1569: l_v_person_number := igs_fi_gen_008.get_party_number(p_n_party_id => p_person_id);
1570: END IF;
1571:
1572: OPEN cur_yes_no ;
1573: FETCH cur_yes_no INTO l_cur_yes_no;

Line 1744: igs_fi_gen_008.get_plan_details(p_n_person_id => p_person_id,

1740: log_person(p_person_id);
1741: l_record_count := l_record_count + 1;
1742:
1743: --Get the Student's Active Payment Plan Details.
1744: igs_fi_gen_008.get_plan_details(p_n_person_id => p_person_id,
1745: p_n_act_plan_id => l_n_act_plan_id,
1746: p_v_act_plan_name => l_v_act_plan_name
1747: );
1748:

Line 1792: igs_fi_gen_008.get_plan_details(p_n_person_id => l_n_person_id,

1788: l_n_act_plan_id := NULL;
1789: l_v_act_plan_name := NULL;
1790:
1791: --Get the Student's Active Payment Plan Details.
1792: igs_fi_gen_008.get_plan_details(p_n_person_id => l_n_person_id,
1793: p_n_act_plan_id => l_n_act_plan_id,
1794: p_v_act_plan_name => l_v_act_plan_name
1795: );
1796: