DBA Data[Home] [Help]

APPS.IGS_EN_WLST_GEN_PROC dependencies on IGS_PR_GET_CLASS_STD

Line 1330: IF igs_pr_get_class_std.get_class_standing(p_person_id, p_program_cd, 'Y', SYSDATE, NULL, NULL)

1326: LOOP
1327: l_pref_order := l_pref_order + 1;
1328:
1329: -- Call the function to determine the class standing of the given student
1330: IF igs_pr_get_class_std.get_class_standing(p_person_id, p_program_cd, 'Y', SYSDATE, NULL, NULL)
1331: = cur_wlst_uoo_prf_rec.preference_code
1332: THEN
1333: l_pref_satisfied := TRUE;
1334: l_pref_weight := l_pref_weight + power(2,(l_max_uoo_pref-l_pref_order));

Line 1460: IF igs_pr_get_class_std.get_class_standing(p_person_id, p_program_cd, 'Y', SYSDATE, NULL, NULL)

1456: LOOP
1457: l_pref_order := l_pref_order + 1;
1458:
1459: -- Call the function to determine the class standing of the given student
1460: IF igs_pr_get_class_std.get_class_standing(p_person_id, p_program_cd, 'Y', SYSDATE, NULL, NULL)
1461: = cur_wlst_uop_prf_rec.preference_code
1462: THEN
1463: l_pref_satisfied := TRUE;
1464: l_pref_weight := l_pref_weight + power(2,(l_max_uop_pref-l_pref_order));

Line 1584: IF igs_pr_get_class_std.get_class_standing(p_person_id, p_program_cd, 'Y', SYSDATE, NULL, NULL)

1580: LOOP
1581: l_pref_order := l_pref_order + 1;
1582:
1583: -- Call the function to determine the class standing of the given student
1584: IF igs_pr_get_class_std.get_class_standing(p_person_id, p_program_cd, 'Y', SYSDATE, NULL, NULL)
1585: = cur_wlst_org_prf_rec.preference_code
1586: THEN
1587: l_pref_satisfied := TRUE;
1588: l_pref_weight := l_pref_weight + power(2,(l_max_org_pref-l_pref_order));