DBA Data[Home] [Help]

APPS.IGS_SS_ENR_DETAILS dependencies on IGS_EN_TIMESLOT_RSLT

Line 3076: FROM igs_en_timeslot_rslt tr,

3072: CURSOR c_stud_timeslot (cp_cal_type igs_en_timeslot_para.cal_type%TYPE,
3073: cp_sequence_number igs_en_timeslot_para.sequence_number%TYPE) IS
3074: SELECT tr.start_dt_time,
3075: tr.end_dt_time
3076: FROM igs_en_timeslot_rslt tr,
3077: igs_en_timeslot_para tp
3078: WHERE tr.person_id = p_n_person_id
3079: AND tr.igs_en_timeslot_para_id = tp.igs_en_timeslot_para_id
3080: AND tp.cal_type = cp_cal_type