DBA Data[Home] [Help]

APPS.IGS_EN_PLAN_UTILS dependencies on IGS_EN_GEN_002

Line 1001: -- Get the academic calendar by calling the procedure Igs_En_Gen_002.Enrp_Get_Acad_Alt_Cd

997: igs_en_add_units_api.g_ss_session_id := NULL;
998: RETURN;
999: END IF ;
1000:
1001: -- Get the academic calendar by calling the procedure Igs_En_Gen_002.Enrp_Get_Acad_Alt_Cd
1002: l_alternate_code := Igs_En_Gen_002.Enrp_Get_Acad_Alt_Cd(
1003: p_cal_type => p_load_cal_type,
1004: p_ci_sequence_number => p_load_sequence_number,
1005: p_acad_cal_type => l_acad_cal_type,

Line 1002: l_alternate_code := Igs_En_Gen_002.Enrp_Get_Acad_Alt_Cd(

998: RETURN;
999: END IF ;
1000:
1001: -- Get the academic calendar by calling the procedure Igs_En_Gen_002.Enrp_Get_Acad_Alt_Cd
1002: l_alternate_code := Igs_En_Gen_002.Enrp_Get_Acad_Alt_Cd(
1003: p_cal_type => p_load_cal_type,
1004: p_ci_sequence_number => p_load_sequence_number,
1005: p_acad_cal_type => l_acad_cal_type,
1006: p_acad_ci_sequence_number => l_acad_ci_sequence_number,