DBA Data[Home] [Help]

APPS.IGS_FI_VAL_FAS dependencies on IGS_FI_F_CAT_CA_INST

Line 56: l_v_load_cal_type igs_fi_f_cat_ca_inst.fee_cal_type%TYPE;

52: v_system_generated_ind IGS_LOOKUPS_VAL.system_generated_ind%TYPE;
53: v_fee_ass_ind IGS_LOOKUPS_VAL.fee_ass_ind%TYPE;
54: v_course_attempt_status IGS_LOOKUPS_VAL.lookup_code%TYPE;
55: -- added this variable for stroing the load calendar derived data.
56: l_v_load_cal_type igs_fi_f_cat_ca_inst.fee_cal_type%TYPE;
57: l_n_load_ci_seq_number igs_fi_f_cat_ca_inst.fee_ci_sequence_number%TYPE;
58: CURSOR c_strty IS
59: SELECT strty.system_generated_ind
60: FROM IGS_LOOKUPS_VAL strty

Line 57: l_n_load_ci_seq_number igs_fi_f_cat_ca_inst.fee_ci_sequence_number%TYPE;

53: v_fee_ass_ind IGS_LOOKUPS_VAL.fee_ass_ind%TYPE;
54: v_course_attempt_status IGS_LOOKUPS_VAL.lookup_code%TYPE;
55: -- added this variable for stroing the load calendar derived data.
56: l_v_load_cal_type igs_fi_f_cat_ca_inst.fee_cal_type%TYPE;
57: l_n_load_ci_seq_number igs_fi_f_cat_ca_inst.fee_ci_sequence_number%TYPE;
58: CURSOR c_strty IS
59: SELECT strty.system_generated_ind
60: FROM IGS_LOOKUPS_VAL strty
61: WHERE strty.lookup_code = p_transaction_type AND