DBA Data[Home] [Help]

APPS.IGS_EN_GEN_010 dependencies on IGS_SS_ENR_DETAILS

Line 15: --rvangala 04-Dec-2003 Added call to igs_ss_enr_details.enrp_get_prgm_for_career to check for

11: -- enrpl_copy_adm_unit_sets to functions which returns booleanfor bug 3149133.
12: --
13: --ckasu 05-Apr-2004 Modified IGS_EN_STDNT_PS_ATT_Pkg.update_Row and
14: -- IGS_EN_STDNT_PS_ATT_Pkg.Insert_Row Procedure call as a part of bug 3544927.
15: --rvangala 04-Dec-2003 Added call to igs_ss_enr_details.enrp_get_prgm_for_career to check for
16: -- primary program in enrp_valid_inst_sua
17: --ijeddy, Dec 3, 2003 Grade Book Enh build, bug no 3201661
18:
19: -- rvivekan 3-Aug-2003 Added new parameters to ofr_enrollment_or_waitlist |

Line 8629: --rvangala 04-Dec-2003 Added call to igs_ss_enr_details.enrp_get_prgm_for_career to check for

8625: -- from igs_ss_en_wrappers.insert_into_enr_worksheet function, to
8626: -- rollback the changes have done by the function. Bug no: 3036949
8627: --ptandon 06-Oct-2003 Added a new parameter p_core_indicator_code as part of Prevent Dropping Core Units.
8628: -- Enh Bug# 3052432.
8629: --rvangala 04-Dec-2003 Added call to igs_ss_enr_details.enrp_get_prgm_for_career to check for
8630: -- primary program
8631: --rvivekan 07-dec-2003 Placements build. Added exception handling block for insert_into_enr_worksheet
8632: ------------------------------------------------------------------------------------------------
8633: CURSOR cur_uoo_id IS

Line 8683: IGS_SS_ENR_DETAILS.enrp_get_prgm_for_career(

8679: CLOSE cur_course_type;
8680:
8681: -- check whether there is a primary program for the passed
8682: -- in term calendar and career
8683: IGS_SS_ENR_DETAILS.enrp_get_prgm_for_career(
8684: p_primary_program => l_primary_program_cd,
8685: p_primary_program_version => l_primary_program_vers,
8686: p_programlist => l_all_program_title,
8687: p_person_id => p_person_id,