DBA Data[Home] [Help]

APPS.IGS_FI_PRC_IMPCLC_ANC_CHGS dependencies on IGS_EN_GEN_007

Line 210: sapanigr 15-Feb-2006 Bug#5018036. Cursor cur_person_id replaced by call to function igs_en_gen_007.enrp_get_student_ind

206:
207: Change History
208:
209: Who When What
210: sapanigr 15-Feb-2006 Bug#5018036. Cursor cur_person_id replaced by call to function igs_en_gen_007.enrp_get_student_ind
211: sapanigr 14-Feb-2006 Bug#5018036. Cursor cur_person_id modified to take values from base tables directly.
212: vvutukur 20-Jun-2003 Enh#2777404.Modified cursor cur_fee_type to exclude closed fee types.
213: shtatiko 29-APR-2003 Enh# 2831569, Removed cursor cur_api_pers_id as its not used anywhere.
214: Added p_person_id in call to check_person_id

Line 319: IF NVL(igs_en_gen_007.enrp_get_student_ind(p_person_id),'N')<>'Y' THEN

315: -- If the Person Id is not null then
316: IF (p_person_id IS NOT NULL) THEN
317:
318: -- Validate if the Person is a Student.
319: IF NVL(igs_en_gen_007.enrp_get_student_ind(p_person_id),'N')<>'Y' THEN
320: -- If not a valid Student, then return the Error Message and the Function returns False.
321: p_err_msg_name := 'IGS_FI_PERSON_NOTFOUND';
322: RETURN FALSE;
323: END IF;