DBA Data[Home] [Help]

APPS.IGS_EN_ENROLL_WLST dependencies on IGS_EN_ELGBL_PROGRAM

Line 541: IF Igs_En_Elgbl_Program.eval_program_steps( p_person_id =>p_person_id,

537: FETCH c_version_number INTO lv_version_number;
538: CLOSE c_version_number;
539: /*** To get course version ***/
540:
541: IF Igs_En_Elgbl_Program.eval_program_steps( p_person_id =>p_person_id,
542: p_person_type =>lv_person_type,
543: p_load_calendar_type=> p_cal_type,
544: p_load_cal_sequence_number =>p_ci_sequence_number,
545: p_uoo_id =>p_uoo_id,

Line 1955: Nishikant 18-OCT-2002 The call to the function Igs_En_Elgbl_Program.eval_min_cp got modified since the signatue

1951: WHO WHEN WHAT
1952: stutta 20-Nov-2003 Replaced a cursor which would return a program_version with a terms api function call.
1953: Done as part of term records build. Bug 2829263
1954: smanglm 24-jan-2003 call igs_en_gen_017.enrp_get_enr_method to decide enrollment method type
1955: Nishikant 18-OCT-2002 The call to the function Igs_En_Elgbl_Program.eval_min_cp got modified since the signatue
1956: got modified. Enrl Elgbl and Validation Build. Bug#2616692.
1957: ayedubat 12-JUN-2002 Initialized the valriable,l_ret_value to TRUE for the bug fix:2391510
1958: ayedubat 07-JUN-2002 The function call,Igs_En_Gen_015.get_academic_cal is replaced with
1959: Igs_En_Gen_002.Enrp_Get_Acad_Alt_Cd to get the academic calendar of the

Line 2085: l_ret_value := igs_en_elgbl_program.eval_max_cp( p_person_id,

2081: RETURN;
2082: END IF;
2083: IF l_notification_flag IS NOT NULL THEN
2084: IF p_step_type = 'FMAX_CRDT' THEN
2085: l_ret_value := igs_en_elgbl_program.eval_max_cp( p_person_id,
2086: p_load_cal_type,
2087: p_load_ci_sequence_number,
2088: p_uoo_id,
2089: p_program_cd,

Line 2102: l_ret_value := igs_en_elgbl_program.eval_min_cp( p_person_id,

2098: -- Four new parameters p_enrollment_category, p_comm_type, p_method_type, p_min_credit_point added
2099: -- as part of the Enrl Elgbl and Validation Build. Bug#2616692.
2100: -- Hence the variable l_credit_points passed to the call.
2101: l_credit_points := p_credit_points;
2102: l_ret_value := igs_en_elgbl_program.eval_min_cp( p_person_id,
2103: p_load_cal_type,
2104: p_load_ci_sequence_number,
2105: p_uoo_id,
2106: p_program_cd,