[Home] [Help]
220:
221: -- Cursor for validating whether the Fee Calendar is a valid Calendar
222: CURSOR cur_cal_type(cp_cal_type igs_fi_anc_rates.fee_cal_type%TYPE) IS
223: SELECT 'x'
224: FROM igs_ca_type
225: WHERE cal_type = cp_cal_type;
226:
227: -- Cursor for validating the Calendar Instance
228: CURSOR cur_cal_inst(cp_cal_type igs_fi_anc_rates.Fee_Cal_Type%TYPE,