DBA Data[Home] [Help]

APPS.IGF_GR_LI_IMPORT dependencies on IGF_GR_ATTEND_PELL

Line 2427: FROM igf_gr_report_pell rep, igf_gr_attend_pell atd

2423:
2424: CURSOR c_chk_atd_rep_comb (p_atd_entity_id_txt VARCHAR2, p_rep_entity_id_txt VARCHAR2)
2425: IS
2426: SELECT atd.atd_entity_id_txt, rep.rep_entity_id_txt
2427: FROM igf_gr_report_pell rep, igf_gr_attend_pell atd
2428: WHERE rep.rcampus_id = atd.rcampus_id
2429: AND atd.atd_entity_id_txt = p_atd_entity_id_txt
2430: AND rep.rep_entity_id_txt = p_rep_entity_id_txt;
2431: