DBA Data[Home] [Help]

APPS.IGS_EN_OFR_WLST_OPT dependencies on IGS_EN_SU_ATTEMPT

Line 6: p_session_id IN igs_en_su_attempt.session_id%TYPE,

2: /* $Header: IGSEN75S.pls 120.1 2005/07/12 02:25:10 appldev ship $ */
3:
4:
5: FUNCTION ofr_enrollment_or_waitlist ( p_uoo_id IN igs_ps_unit_ofr_opt.uoo_id%TYPE,
6: p_session_id IN igs_en_su_attempt.session_id%TYPE,
7: p_waitlist_ind IN VARCHAR2,
8: p_person_number IN igs_pe_person.person_number%TYPE,
9: p_course_cd IN igs_en_su_attempt.course_cd%TYPE,
10: p_enr_method_type IN igs_en_su_attempt.enr_method_type%TYPE,

Line 9: p_course_cd IN igs_en_su_attempt.course_cd%TYPE,

5: FUNCTION ofr_enrollment_or_waitlist ( p_uoo_id IN igs_ps_unit_ofr_opt.uoo_id%TYPE,
6: p_session_id IN igs_en_su_attempt.session_id%TYPE,
7: p_waitlist_ind IN VARCHAR2,
8: p_person_number IN igs_pe_person.person_number%TYPE,
9: p_course_cd IN igs_en_su_attempt.course_cd%TYPE,
10: p_enr_method_type IN igs_en_su_attempt.enr_method_type%TYPE,
11: p_deny_or_warn OUT NOCOPY VARCHAR2,
12: p_message OUT NOCOPY VARCHAR2,
13: p_cal_type IN igs_ca_inst.cal_type%TYPE,

Line 10: p_enr_method_type IN igs_en_su_attempt.enr_method_type%TYPE,

6: p_session_id IN igs_en_su_attempt.session_id%TYPE,
7: p_waitlist_ind IN VARCHAR2,
8: p_person_number IN igs_pe_person.person_number%TYPE,
9: p_course_cd IN igs_en_su_attempt.course_cd%TYPE,
10: p_enr_method_type IN igs_en_su_attempt.enr_method_type%TYPE,
11: p_deny_or_warn OUT NOCOPY VARCHAR2,
12: p_message OUT NOCOPY VARCHAR2,
13: p_cal_type IN igs_ca_inst.cal_type%TYPE,
14: p_ci_sequence_number IN igs_ca_inst.sequence_number%TYPE,