DBA Data[Home] [Help]

APPS.IGS_EN_ELGBL_PROGRAM dependencies on IGS_SS_ENR_DETAILS

Line 167: l_cur_program_steps.notification_flag := igs_ss_enr_details.get_notification(

163: l_message := NULL;
164: FETCH cur_program_steps INTO l_cur_program_steps;
165: EXIT WHEN cur_program_steps%NOTFOUND;
166:
167: l_cur_program_steps.notification_flag := igs_ss_enr_details.get_notification(
168: p_person_type => p_person_type,
169: p_enrollment_category => p_enrollment_category ,
170: p_comm_type => p_comm_type ,
171: p_enr_method_type => p_method_type ,

Line 332: l_cur_notification_flag := igs_ss_enr_details.get_notification(

328:
329: l_message := NULL;
330: l_cur_notification_flag := NULL;
331: -- for getting the notification_flag value for step type 'CO_REQ'
332: l_cur_notification_flag := igs_ss_enr_details.get_notification(
333: p_person_type => p_person_type,
334: p_enrollment_category => p_enrollment_category ,
335: p_comm_type => p_comm_type ,
336: p_enr_method_type => p_method_type ,

Line 394: l_cur_notification_flag := igs_ss_enr_details.get_notification(

390:
391: /*********** prereq check ***********/
392: l_cur_notification_flag := NULL;
393: -- for getting the notification_flag value for step type 'CO_REQ'
394: l_cur_notification_flag := igs_ss_enr_details.get_notification(
395: p_person_type => p_person_type,
396: p_enrollment_category => p_enrollment_category ,
397: p_comm_type => p_comm_type ,
398: p_enr_method_type => p_method_type ,

Line 438: l_cur_notification_flag := igs_ss_enr_details.get_notification(

434: /*********** incompatible check ***********/
435: l_cur_notification_flag := NULL;
436: l_message := NULL;
437: -- for getting the notification_flag value for step type 'CO_REQ'
438: l_cur_notification_flag := igs_ss_enr_details.get_notification(
439: p_person_type => p_person_type,
440: p_enrollment_category => p_enrollment_category ,
441: p_comm_type => p_comm_type ,
442: p_enr_method_type => p_method_type ,

Line 1505: l_deny_warn := igs_ss_enr_details.get_notification(

1501: END IF ;
1502: ELSE
1503: l_person_type := igs_en_gen_008.enrp_get_person_type(p_course_cd => NULL );
1504:
1505: l_deny_warn := igs_ss_enr_details.get_notification(
1506: p_person_type => l_person_type,
1507: p_enrollment_category => p_enrollment_category ,
1508: p_comm_type => p_comm_type ,
1509: p_enr_method_type => p_method_type ,