DBA Data[Home] [Help]

APPS.IGF_SL_DL_LI_IMP_PKG dependencies on IGF_GR_REPORT_PELL

Line 3327: FROM igf_gr_attend_pell atd, igf_gr_report_pell rep

3323:
3324: CURSOR c_atd_rep_comb(p_atd_entity_id_txt VARCHAR2, p_rep_entity_id_txt VARCHAR2)
3325: IS
3326: SELECT atd.atd_entity_id_txt, rep.rep_entity_id_txt
3327: FROM igf_gr_attend_pell atd, igf_gr_report_pell rep
3328: WHERE atd.rcampus_id = rep.rcampus_id
3329: AND atd.atd_entity_id_txt = p_atd_entity_id_txt
3330: AND rep.rep_entity_id_txt = p_rep_entity_id_txt;
3331: