DBA Data[Home] [Help]

APPS.IGS_EN_GEN_015 dependencies on IGS_EN_GEN_002

Line 1070: l_alternate_code := Igs_En_Gen_002.Enrp_Get_Acad_Alt_Cd(

1066:
1067: --
1068: -- get the academic calendar of the given Load Calendar
1069: --
1070: l_alternate_code := Igs_En_Gen_002.Enrp_Get_Acad_Alt_Cd(
1071: p_cal_type => p_load_cal_type,
1072: p_ci_sequence_number => p_load_ci_sequence_number,
1073: p_acad_cal_type => l_acad_cal_type,
1074: p_acad_ci_sequence_number => l_acad_ci_sequence_number,

Line 1985: -- Igs_En_Gen_002.Enrp_Get_Acad_Alt_Cd to get the academic calendar of the

1981: --
1982: --Change History:
1983: --Who When What
1984: --ayedubat 07-JUN-2002 The function call,Igs_En_Gen_015.get_academic_cal is replaced with
1985: -- Igs_En_Gen_002.Enrp_Get_Acad_Alt_Cd to get the academic calendar of the
1986: -- given load calendar rather than current academic calendar for the bug fix:2381603
1987: -- knaraset 27-Feb-2002 Bug- 2245062. This procedure was not considering whether the step is defined or not
1988: -- Modified the procedure to consider Approval status and step defined or not etc.
1989: --nalkumar 14-May-2002 Modified the query stored in the l_step_def_query variable as per the bug# 2364461.

Line 2101: l_alternate_code := Igs_En_Gen_002.Enrp_Get_Acad_Alt_Cd(

2097: p_return_status := 'SPL_ERR';
2098: RETURN;
2099: ELSE
2100:
2101: l_alternate_code := Igs_En_Gen_002.Enrp_Get_Acad_Alt_Cd(
2102: p_cal_type => p_cal_type,
2103: p_ci_sequence_number => p_ci_sequence_number,
2104: p_acad_cal_type => l_acad_cal_type,
2105: p_acad_ci_sequence_number => l_acad_ci_sequence_number,