DBA Data[Home] [Help]

APPS.IGS_EN_TIMESLOTS dependencies on STANDARD

Line 420: -- If the Statistic Type and System Statistic Type are sent as NULL then it will find out the STANDARD GPA

416: -- is earlier than the end date of the LOAD calendar.
417: FOR l_ps_att IN c_ps_att
418: LOOP
419:
420: -- If the Statistic Type and System Statistic Type are sent as NULL then it will find out the STANDARD GPA
421: -- for the unit attempts.
422: igs_pr_cp_gpa.get_gpa_stats(
423: p_person_id,
424: l_ps_att.course_cd,

Line 440: -- with Standard Indicator as checked and the Timeframe field value should be either Cumulative or Both.

436: l_msg_data -- OUT parameter, not required.
437: );
438: -- Sometimes the OUT parameter l_gpa value can be NULL if Statistic Type is not defined at Organisation or Institution level.
439: -- A record should exist in the Organization Unit Statistic Type Configuration form or Institution Statistic Type Configuration form
440: -- with Standard Indicator as checked and the Timeframe field value should be either Cumulative or Both.
441: -- Also when no unit COMPLETED or attempts found then GPA value will be NULL.
442: IF l_gpa IS NOT NULL THEN
443: l_total_gpa := l_total_gpa + l_gpa;
444: END IF;