DBA Data[Home] [Help]

APPS.IGS_PT_GEN_PKG dependencies on IGS_EN_SU_ATTEMPT

Line 47: FROM igs_en_su_attempt

43: -- This cursor is to be used if the career_centric model is enabled
44:
45: CURSOR c_enr_progs_in_prog_cntr IS
46: SELECT course_cd
47: FROM igs_en_su_attempt
48: WHERE person_id = p_person_id
49: AND unit_attempt_status = 'ENROLLED'
50: AND (cal_type,ci_sequence_number) IN
51: (

Line 64: FROM igs_en_su_attempt

60: -- It has the additional check to fetch enrolled units from Pri Prog
61:
62: CURSOR c_enr_progs_in_car_cntr IS
63: SELECT course_cd
64: FROM igs_en_su_attempt
65: WHERE person_id = p_person_id
66: AND unit_attempt_status = 'ENROLLED'
67: AND (cal_type,ci_sequence_number) IN
68: (