DBA Data[Home] [Help]

APPS.IGF_AW_COA_GEN dependencies on IGS_PE_TEACH_PERIODS_ALL

Line 1436: FROM igs_pe_teach_periods_all

1432: cp_ld_cal_type igs_ca_inst.cal_type%TYPE,
1433: cp_ld_sequence_number igs_ca_inst.sequence_number%TYPE
1434: ) IS
1435: SELECT teach_period_resid_stat_cd
1436: FROM igs_pe_teach_periods_all
1437: WHERE person_id = cp_person_id
1438: AND cal_type = cp_ld_cal_type
1439: AND sequence_number = cp_ld_sequence_number;
1440: