DBA Data[Home] [Help]

APPS.IGS_EN_ELGBL_UNIT dependencies on IGS_SS_ENR_DETAILS

Line 16: l_unit_cds := igs_ss_enr_details.Get_coreq_units(p_uoo_id);

12: l_ret_unit_cds VARCHAR2(500);
13:
14: BEGIN
15:
16: l_unit_cds := igs_ss_enr_details.Get_coreq_units(p_uoo_id);
17:
18: WHILE l_unit_cds IS NOT NULL LOOP
19:
20: IF (instr(l_unit_cds,',',1)) = 0 THEN

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

84: -- validation. Added as part of En Cross List / Meet With build.
85: -- Bug# 2599929.
86: --Nishikant 01NOV2002 SEVIS Build. Enh Bug#2641905. notification flag was
87: -- being fetched from REF cursor, now modified to get it by
88: -- calling the function igs_ss_enr_details.get_notification.
89: --myoganat 12-JUN-2003 Modified the cursor c_audit_sua by adding a clause to check for the statuses of the unit section attempts
90: -- As part of Bug# 2855870 (ENCR032 Build)
91: --bdeviset 20-JUL-2006 While calling eval_intmsn_unit_lvl and eval_visa_unit_lvl in eval_units_steps
92: -- passed l_calling_obj instead of p_calling_obj inorder to avoid logging

Line 270: l_notification_flag := igs_ss_enr_details.get_notification(

266:
267: EXIT WHEN cur_step_def_var%NOTFOUND;
268: l_message := NULL;
269: l_notification_flag := NULL;
270: l_notification_flag := igs_ss_enr_details.get_notification(
271: p_person_type => p_person_type,
272: p_enrollment_category => cur_step_def_var_rec.enrolment_cat,
273: p_comm_type => cur_step_def_var_rec.s_student_comm_type,
274: p_enr_method_type => cur_step_def_var_rec.enr_method_type,