DBA Data[Home] [Help]

APPS.IGS_FI_PAYMENT_PLANS dependencies on IGS_FI_FEE_TYPE

Line 135: CURSOR cur_validate_ftci(cp_v_fee_type igs_fi_fee_type.fee_type%TYPE,

131: WHERE student_plan_id = cp_n_std_plan_id
132: ORDER BY due_date;
133:
134: --Cursor to validate if the Fee Type and Fee Calendar Instance combination is an active combination.
135: CURSOR cur_validate_ftci(cp_v_fee_type igs_fi_fee_type.fee_type%TYPE,
136: cp_v_fee_cal_type igs_fi_f_typ_ca_inst.fee_cal_type%TYPE,
137: cp_n_fee_ci_seq_number igs_fi_f_typ_ca_inst.fee_ci_sequence_number%TYPE) IS
138: SELECT 'x'
139: FROM igs_fi_f_typ_ca_inst ftci,