DBA Data[Home] [Help]

APPS.IGS_IN_GEN_001 dependencies on IGS_PE_COURSE_EXCL

Line 173: FROM IGS_PE_COURSE_EXCL pce

169: cp_s_encmb_effect_type IGS_PE_PERSENC_EFFCT.s_encmb_effect_type%TYPE,
170: cp_pee_start_dt IGS_PE_PERSENC_EFFCT.pee_start_dt%TYPE,
171: cp_sequence_number IGS_PE_PERSENC_EFFCT.sequence_number%TYPE) IS
172: SELECT 'X'
173: FROM IGS_PE_COURSE_EXCL pce
174: WHERE -- child of current pee record
175: pce.person_id = cp_person_id AND
176: pce.encumbrance_type = cp_encumbrance_type AND
177: pce.pen_start_dt = cp_pen_start_dt AND