DBA Data[Home] [Help]

APPS.IGF_GR_RFMS_ORIG dependencies on IGF_SL_GEN

Line 227: student_dtl_cur igf_sl_gen.person_dtl_cur;

223: l_cr_clk_hrs_prds_sch_yr VARCHAR2(5);
224: l_enroll_stat VARCHAR2(1);
225:
226: l_person_id hz_parties.party_id%TYPE;
227: student_dtl_cur igf_sl_gen.person_dtl_cur;
228: student_dtl_rec igf_sl_gen.person_dtl_rec;
229:
230: -- This cursor gets disb_dates from igf_gr_rfms_disb
231: -- for a particualr origination

Line 228: student_dtl_rec igf_sl_gen.person_dtl_rec;

224: l_enroll_stat VARCHAR2(1);
225:
226: l_person_id hz_parties.party_id%TYPE;
227: student_dtl_cur igf_sl_gen.person_dtl_cur;
228: student_dtl_rec igf_sl_gen.person_dtl_rec;
229:
230: -- This cursor gets disb_dates from igf_gr_rfms_disb
231: -- for a particualr origination
232: CURSOR cur_disb(l_orig_id igf_gr_rfms_disb.origination_id%TYPE) IS

Line 323: igf_sl_gen.get_person_details(l_person_id, student_dtl_cur);

319: -- Get the person details by calling the procedure
320: l_person_id := igf_gr_gen.get_person_id( P_BASE_ID => p_rfms_rec.base_id);
321:
322: student_dtl_rec := NULL;
323: igf_sl_gen.get_person_details(l_person_id, student_dtl_cur);
324: FETCH student_dtl_cur INTO student_dtl_rec;
325: CLOSE student_dtl_cur;
326:
327: l_data := NULL;