DBA Data[Home] [Help]

APPS.IGS_EN_ELGBL_PROGRAM dependencies on IGS_EN_GEN_002

Line 12: -- Igs_En_Gen_002.Enrp_Get_Acad_Alt_Cd for the bug Fix: 2381603

8: -- when called from selefservice pages as a part of EN317 SS UI Build bug#4377985
9:
10: --ayedubat 6-JUN-2002 Changed the functions eval_max_cp,eval_min_cp and eval_unit_forced_type
11: -- to replace the function call Igs_En_Gen_015.get_academic_cal with
12: -- Igs_En_Gen_002.Enrp_Get_Acad_Alt_Cd for the bug Fix: 2381603
13: --svenkata 4-Jun-02 The Attendance Type validation shows message for Attendance Mode .The message
14: -- returned by the function eval_unit_forced_type has been modified . Bug # 2396126
15: --prchandr 08-Jan-01 Enh Bug No: 2174101, As the Part of Change in IGSEN18B
16: -- Passing NULL as parameters to ENRP_CLC_SUA_EFTSU

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

529: If yes then proceed with the value, If not then proceed to check out NOCOPY whether provided at Program level.
530: ayedubat 13-JUN-2002 Added the code to find the enrollment category, commencement type and method type
531: if the eval_max_cp function is directly called from any other package for the bug:2142663
532: ayedubat 6-JUN-2002 The function call,Igs_En_Gen_015.get_academic_cal is replaced with
533: Igs_En_Gen_002.Enrp_Get_Acad_Alt_Cd to get the academic calendar of the given
534: load calendar rather than current academic calendar for the bug fix: 2381603
535: knaraset As part of ENCR013-modified the calculation of Unit Attempts CP
536: myoganat 16-JUN-2003 Bug# 2855870 - Added code to return true in case of an audit attempt. Removed the check before the call to
537: IGS_EN_PRC_LOAD.ENRP_CLC_SUA_LOAD.

Line 666: l_alternate_code := Igs_En_Gen_002.Enrp_Get_Acad_Alt_Cd(

662: END IF;
663:
664: -- get the academic calendar of the given Load Calendar
665: --
666: l_alternate_code := Igs_En_Gen_002.Enrp_Get_Acad_Alt_Cd(
667: p_cal_type => p_load_calendar_type,
668: p_ci_sequence_number => p_load_cal_sequence_number,
669: p_acad_cal_type => l_acad_cal_type,
670: p_acad_ci_sequence_number => l_acad_ci_sequence_number,

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

943: If yes then proceed with the value, If not then proceed to check out NOCOPY whether provided at
944: Program level. Also the l_deny_warn variable has been set to DENY or WARN according to the
945: setup of The Minimum Credit Point Validation in the Enrollment Catagory Validation Setup form.
946: ayedubat 6-JUN-2002 Replaced the function call,Igs_En_Gen_015.get_academic_cal with
947: Igs_En_Gen_002.Enrp_Get_Acad_Alt_Cd to get the academic calendar of the given
948: load calendar rather than current academic calendar for the bug fix: 2381603
949: msrinivi removed the Exclusion functionality in eval_min_cp
950: knaraset As part of ENCR013-modified the calculation of Unit Attempts CP
951: myoganat 16-JUN-2003 Bug# 2855870 - Added code to return TRUE incase of an Audit Attempt. Removed the check before the call to

Line 1089: l_alternate_code := Igs_En_Gen_002.Enrp_Get_Acad_Alt_Cd(

1085:
1086: -- get the academic calendar of the gievn load calendar
1087: -- clarify if this function returns a value ,
1088: -- if not there is a place in the function which returns a value, confirm the function name
1089: l_alternate_code := Igs_En_Gen_002.Enrp_Get_Acad_Alt_Cd(
1090: p_cal_type => p_load_calendar_type,
1091: p_ci_sequence_number => p_load_cal_sequence_number,
1092: p_acad_cal_type => l_acad_cal_type,
1093: p_acad_ci_sequence_number => l_acad_ci_sequence_number,

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

1322: Nishikant 17OCT2002 Enrl Elgbl and Validation Build. Bug#2616692.
1323: The Logic modified to check first whether Min CP is Overriden at Load Calendar level
1324: then call eval_min_cp and set DENY or WARN messages accordingly.
1325: ayedubat 6-JUN-2002 Replaced the function call,Igs_En_Gen_015.get_academic_cal with
1326: Igs_En_Gen_002.Enrp_Get_Acad_Alt_Cd to get the academic calendar of the given
1327: load calendar rather than current academic calendar for the bug fix: 2381603
1328: myoganat 16-JUN-2003 Bug# 2855870 Added cursor c_assessment to check for an audit attempt and if it is, the function
1329: will return TRUE.
1330: ******************************************************************/

Line 1429: l_alternate_code := Igs_En_Gen_002.Enrp_Get_Acad_Alt_Cd(

1425: END IF;
1426:
1427: -- get the academic calendar of the given Load Calendar
1428: -- clarify if this function returns a value , if not there is a place in the function which returns a value, confirm the function name
1429: l_alternate_code := Igs_En_Gen_002.Enrp_Get_Acad_Alt_Cd(
1430: p_cal_type => p_load_calendar_type,
1431: p_ci_sequence_number => p_load_cal_sequence_number,
1432: p_acad_cal_type => l_acad_cal_type,
1433: p_acad_ci_sequence_number => l_acad_ci_sequence_number,

Line 2452: l_alternate_code := Igs_En_Gen_002.Enrp_Get_Acad_Alt_Cd(

2448: ELSE
2449: l_sca_course_cd := p_course_cd;
2450: END IF;
2451: -- Get the academic calendar of the given Load Calendar
2452: l_alternate_code := Igs_En_Gen_002.Enrp_Get_Acad_Alt_Cd(
2453: p_cal_type => p_load_cal_type,
2454: p_ci_sequence_number => p_load_ci_sequence_number,
2455: p_acad_cal_type => l_acad_cal_type,
2456: p_acad_ci_sequence_number => l_acad_ci_sequence_number,