DBA Data[Home] [Help]

APPS.IGS_EN_ENROLL_WLST dependencies on IGS_EN_GEN_002

Line 461: Igs_En_Gen_002.Enrp_Get_Acad_Alt_Cd to get the academic calendar of the given

457:
458: Change History
459: Who When What
460: ayedubat 07-JUN-2002 The function call,Igs_En_Gen_015.get_academic_cal is replaced with
461: Igs_En_Gen_002.Enrp_Get_Acad_Alt_Cd to get the academic calendar of the given
462: load calendar rather than current academic calendar for the bug fix: 2381603
463:
464: prraj 08-Apr-2002
465:

Line 507: l_alternate_code := Igs_En_Gen_002.Enrp_Get_Acad_Alt_Cd(

503: lv_person_type := NVL(Igs_En_Gen_008.enrp_get_person_type(p_course_cd),l_cur_per_typ.person_type_code);
504: CLOSE cur_per_typ; --Added as per bug# 2364461
505: /*** To get person type ***/
506:
507: l_alternate_code := Igs_En_Gen_002.Enrp_Get_Acad_Alt_Cd(
508: p_cal_type => p_cal_type,
509: p_ci_sequence_number => p_ci_sequence_number,
510: p_acad_cal_type => l_acad_cal_type,
511: p_acad_ci_sequence_number => l_acad_ci_sequence_number,

Line 584: Igs_En_Gen_002.Enrp_Get_Acad_Alt_Cd to get the academic calendar of the given

580: WHO WHEN WHAT
581: stutta 20-Nov-2003 Replaced a cursor which returns program version with a terms api function call
582: to do the same. Done as part of term records build. Bug 2829263
583: ayedubat 07-JUN-2002 The function call,Igs_En_Gen_015.get_academic_cal is replaced with
584: Igs_En_Gen_002.Enrp_Get_Acad_Alt_Cd to get the academic calendar of the given
585: load calendar rather than current academic calendar for the bug fix: 2381603
586:
587: */
588: lv_person_type igs_pe_person_types.person_type_code%TYPE;

Line 624: l_alternate_code := Igs_En_Gen_002.Enrp_Get_Acad_Alt_Cd(

620: lv_person_type := NVL(Igs_En_Gen_008.enrp_get_person_type(p_course_cd),l_cur_per_typ.person_type_code);
621: CLOSE cur_per_typ; --Added as per bug# 2364461
622: /*** To get person type ***/
623:
624: l_alternate_code := Igs_En_Gen_002.Enrp_Get_Acad_Alt_Cd(
625: p_cal_type => p_cal_type,
626: p_ci_sequence_number => p_ci_sequence_number,
627: p_acad_cal_type => l_acad_cal_type,
628: p_acad_ci_sequence_number => l_acad_ci_sequence_number,

Line 1959: Igs_En_Gen_002.Enrp_Get_Acad_Alt_Cd to get the academic calendar of the

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
1960: given load calendar rather than current academic calendar for the bug fix:2381603
1961: Nishikant 01NOV2002 The call to the function igs_ss_enr_details.get_notification got modified to add two new
1962: parameters p_person_id, p_message.
1963: */

Line 2024: l_alternate_code := Igs_En_Gen_002.Enrp_Get_Acad_Alt_Cd(

2020: ELSE
2021: l_enr_method:= p_enr_method;
2022: END IF;
2023:
2024: l_alternate_code := Igs_En_Gen_002.Enrp_Get_Acad_Alt_Cd(
2025: p_cal_type => p_load_cal_type,
2026: p_ci_sequence_number => p_load_ci_sequence_number,
2027: p_acad_cal_type => l_acad_cal_type,
2028: p_acad_ci_sequence_number => l_acad_ci_sequence_number,