DBA Data[Home] [Help]

APPS.IGS_EN_SEVIS dependencies on IGS_EN_PRC_LOAD

Line 256: igs_en_prc_load.enrp_get_inst_latt(

252: -- Loop thru all the authorised persons
253: FOR i IN c_auth_person(v_begin_cal_type, v_begin_ci_seq_number) LOOP
254:
255: -- Calulate the attendance type for the passed calander.
256: igs_en_prc_load.enrp_get_inst_latt(
257: i.person_id ,
258: v_begin_term_cal_type ,
259: v_begin_term_ci_seq_number,
260: l_attendance_type,

Line 275: igs_en_prc_load.enrp_get_inst_latt(

271: CLOSE c_att_type;
272:
273: IF l_attendance_type <> l_att_type THEN
274:
275: igs_en_prc_load.enrp_get_inst_latt(
276: i.person_id ,
277: v_return_cal_type ,
278: v_return_ci_seq_number,
279: l_attendance_type,

Line 479: igs_en_prc_load.enrp_get_inst_latt (

475: RETURN FALSE;
476: END IF;
477:
478: --Call to the below procedure, to get the attendance type for the Person in the Current Term Calendar
479: igs_en_prc_load.enrp_get_inst_latt (
480: p_person_id => p_person_id,
481: p_load_cal_type => l_cal_type,
482: p_load_seq_number => l_sequence_number,
483: p_attendance => l_att_type,