DBA Data[Home] [Help]

APPS.IGS_PS_GEN_008 dependencies on IGS_CA_LOAD_TO_TEACH_V

Line 2836: FROM igs_ca_load_to_teach_v

2832: AND load_ci_sequence_number = cp_load_seq;
2833:
2834: CURSOR cur_cal_load IS
2835: SELECT load_cal_type,load_ci_sequence_number
2836: FROM igs_ca_load_to_teach_v
2837: WHERE teach_cal_type=p_dst_cal_type
2838: AND teach_ci_sequence_number=p_dst_sequence_num;
2839:
2840: BEGIN