DBA Data[Home] [Help]

APPS.IGS_RU_GEN_001 dependencies on IGS_PR_GET_CLASS_STD

Line 4618: -- Get the class standing of the student for a program attempt into lv_class standing . Make use of the function igs_pr_get_class_std.get_class_standing.

4614: RETURN 'false';
4615: END IF ;
4616:
4617: ELSIF p_rule = 'CLSSTD' OR p_rule = 'NCLSSTD' Then
4618: -- Get the class standing of the student for a program attempt into lv_class standing . Make use of the function igs_pr_get_class_std.get_class_standing.
4619:
4620: lv_class_standing := igs_pr_get_class_std.GET_CLASS_STANDING
4621: (
4622: P_PERSON_ID => P_PERSON_ID,

Line 4620: lv_class_standing := igs_pr_get_class_std.GET_CLASS_STANDING

4616:
4617: ELSIF p_rule = 'CLSSTD' OR p_rule = 'NCLSSTD' Then
4618: -- Get the class standing of the student for a program attempt into lv_class standing . Make use of the function igs_pr_get_class_std.get_class_standing.
4619:
4620: lv_class_standing := igs_pr_get_class_std.GET_CLASS_STANDING
4621: (
4622: P_PERSON_ID => P_PERSON_ID,
4623: P_COURSE_CD => P_COURSE_CD,
4624: P_PREDICTIVE_IND => 'Y',