DBA Data[Home] [Help]

APPS.IGS_PT_GEN_PKG dependencies on IGS_SS_ENR_DETAILS

Line 14: --stutta 27-NOV-2003 Modified call to igs_ss_enr_details.enrp_get_prgm_for_career

10: --Known limitations/enhancements and/or remarks:
11: --
12: --Change History:
13: --Who When What
14: --stutta 27-NOV-2003 Modified call to igs_ss_enr_details.enrp_get_prgm_for_career
15: -- in function get_program_info by passing in two new parameters
16: -- term_cal_type, term_sequence_number. term record build 2829263
17: --amuthu 11-dec-2003 replaced IGS_SS_ENR_DETAILS1 with IGS_SS_ENR_DETAILS
18: ------------------------------------------------------------------------------

Line 17: --amuthu 11-dec-2003 replaced IGS_SS_ENR_DETAILS1 with IGS_SS_ENR_DETAILS

13: --Who When What
14: --stutta 27-NOV-2003 Modified call to igs_ss_enr_details.enrp_get_prgm_for_career
15: -- in function get_program_info by passing in two new parameters
16: -- term_cal_type, term_sequence_number. term record build 2829263
17: --amuthu 11-dec-2003 replaced IGS_SS_ENR_DETAILS1 with IGS_SS_ENR_DETAILS
18: ------------------------------------------------------------------------------
19: /*
20: This function returns the enrolled program info for a student in a term as a concat string.
21: This is used in portal where only the first 5 enrolled units are displayed

Line 170: IGS_SS_ENR_DETAILS.ENRP_GET_PRGM_FOR_CAREER(

166: FETCH c_career INTO p_career;
167: CLOSE c_career;
168:
169: IF p_career IS NOT NULL THEN
170: IGS_SS_ENR_DETAILS.ENRP_GET_PRGM_FOR_CAREER(
171: p_primary_program => p_program_cd,
172: p_primary_program_version => p_program_ver,
173: p_programlist => p_program_list,
174: p_person_id => p_person_id,