DBA Data[Home] [Help]

APPS.IGS_FI_1098T_EXTRACT_DATA dependencies on IGS_CA_LOAD_TO_TEACH_V

Line 1920: FROM igs_ca_load_to_teach_v

1916: CURSOR cur_load_teach(cp_v_cal_type igs_ca_inst.cal_type%TYPE,
1917: cp_n_ci_seq igs_ca_inst.sequence_number%TYPE) IS
1918: SELECT teach_cal_type,
1919: teach_ci_sequence_number
1920: FROM igs_ca_load_to_teach_v
1921: WHERE load_cal_type = cp_v_cal_type
1922: AND load_ci_sequence_number = cp_n_ci_seq;
1923:
1924: CURSOR cur_en_su_att(cp_n_person_id igs_pe_person_base_v.person_id%TYPE,