DBA Data[Home] [Help]

APPS.IGS_EN_WLST_GEN_PROC dependencies on IGS_CA_TEACH_TO_LOAD_V

Line 1118: FROM igs_ca_teach_to_load_v

1114: CURSOR cur_teach_to_load ( cp_teach_cal_type igs_ca_inst.cal_type%TYPE ,
1115: cp_teach_seq_no igs_ca_inst.sequence_number%TYPE)
1116: IS
1117: SELECT load_cal_type
1118: FROM igs_ca_teach_to_load_v
1119: WHERE teach_cal_type = cp_teach_cal_type
1120: AND teach_ci_sequence_number = cp_teach_seq_no
1121: ORDER BY load_start_dt;
1122: