DBA Data[Home] [Help]

APPS.IGS_EN_ELGBL_PERSON dependencies on IGS_SS_ENR_DETAILS

Line 25: -- modified to call the function igs_ss_enr_details.get_notification,

21: --Change History:
22: --Who When What
23: --Nishikant 01NOV2002 SEVIS Build. Enh Bug#2641905.
24: -- The notification flag was being fetched from cursor earlier. now its
25: -- modified to call the function igs_ss_enr_details.get_notification,
26: -- to get the value for it and to make the way common across all the packages.
27: --
28: --ayedubat 24-JUN-2002 Modified the function,vald_person_steps for the bug fix: 2427528
29: --Bayadav 23-OCT-2001 Modified eval_timeslot procedure as a part of self service dld-2043044

Line 596: -- calling the function igs_ss_enr_details.get_notification.

592: --ayedubat 11-APR-2002 Changed the cursors,c_non_stud_vald_steps and c_stud_vald_steps to add an extra 'OR'
593: -- condition(eru.s_student_comm_type = 'ALL') for s_student_comm_type as part of the bug fix: 2315245
594: --Nishikant 01NOV2002 SEVIS Build. Enh Bug#2641905. notification flag was
595: -- being fetched from cursor, now modified to get it by
596: -- calling the function igs_ss_enr_details.get_notification.
597: --
598: -------------------------------------------------------------------------------------
599:
600: l_enr_method_type igs_en_method_type.enr_method_type%TYPE;

Line 1259: l_notification_flag := igs_ss_enr_details.get_notification(

1255: -- also copy the r_vald_steps to global variable rec_vald_steps as r_vald_steps will
1256: -- not be visible outside the FOR LOOP and END LOOP
1257: --
1258: rec_vald_steps := r_vald_steps;
1259: l_notification_flag := igs_ss_enr_details.get_notification(
1260: p_person_type => p_person_type,
1261: p_enrollment_category => rec_vald_steps.enrolment_cat,
1262: p_comm_type => rec_vald_steps.s_student_comm_type,
1263: p_enr_method_type => rec_vald_steps.enr_method_type,

Line 1294: l_notification_flag := igs_ss_enr_details.get_notification(

1290: -- also copy the r_vald_steps to global variable rec_vald_steps as r_vald_steps will
1291: -- not be visible outside the FOR LOOP and END LOOP
1292: --
1293: rec_vald_steps := r_vald_steps;
1294: l_notification_flag := igs_ss_enr_details.get_notification(
1295: p_person_type => p_person_type,
1296: p_enrollment_category => rec_vald_steps.enrolment_cat,
1297: p_comm_type => rec_vald_steps.s_student_comm_type,
1298: p_enr_method_type => rec_vald_steps.enr_method_type,