DBA Data[Home] [Help]

APPS.IGS_ST_GEN_001 dependencies on IGS_PS_STDNT_TRN

Line 702: FROM IGS_PS_STDNT_TRN sct

698: v_cgm_exists VARCHAR2(1);
699: cst_govt_ret CONSTANT VARCHAR2(10) := 'GOVT-RET';
700: CURSOR c_sct IS
701: SELECT 'X'
702: FROM IGS_PS_STDNT_TRN sct
703: WHERE sct.person_id = p_person_id AND
704: sct.course_cd = p_course_cd AND
705: sct.transfer_course_cd = p_transfer_course_cd;
706: CURSOR c_cgm IS

Line 727: the IGS_PS_STDNT_TRN is not needed for the

723: -- This function checks if the student has transferred from a previous course
724: -- attempt to the current course attempt.
725: /**************************************
726: This check has been removed as it is thought
727: the IGS_PS_STDNT_TRN is not needed for the
728: student to still be considered continuing.
729: OPEN c_sct;
730: FETCH c_sct INTO v_exists;
731: IF c_sct%NOTFOUND THEN