DBA Data[Home] [Help]

APPS.IGF_GR_GEN_XML dependencies on IGF_GR_ATTEND_PELL

Line 1140: cp_atd_entity_id_txt igf_gr_attend_pell.atd_entity_id_txt%TYPE) IS

1136:
1137: CURSOR cur_attending_entity ( cp_ci_cal_type igf_gr_report_pell.ci_cal_type%TYPE,
1138: cp_ci_sequence_number igf_gr_report_pell.ci_sequence_number%TYPE,
1139: cp_rep_entity_id_txt igf_gr_report_pell.rep_entity_id_txt%TYPE,
1140: cp_atd_entity_id_txt igf_gr_attend_pell.atd_entity_id_txt%TYPE) IS
1141: SELECT 'Y'
1142: FROM IGF_GR_REPORT_PELL rep, IGF_GR_ATTEND_PELL atd
1143: WHERE rep.rcampus_id = atd.rcampus_id
1144: AND rep.ci_cal_type = cp_ci_cal_type

Line 1142: FROM IGF_GR_REPORT_PELL rep, IGF_GR_ATTEND_PELL atd

1138: cp_ci_sequence_number igf_gr_report_pell.ci_sequence_number%TYPE,
1139: cp_rep_entity_id_txt igf_gr_report_pell.rep_entity_id_txt%TYPE,
1140: cp_atd_entity_id_txt igf_gr_attend_pell.atd_entity_id_txt%TYPE) IS
1141: SELECT 'Y'
1142: FROM IGF_GR_REPORT_PELL rep, IGF_GR_ATTEND_PELL atd
1143: WHERE rep.rcampus_id = atd.rcampus_id
1144: AND rep.ci_cal_type = cp_ci_cal_type
1145: AND rep.ci_sequence_number = cp_ci_sequence_number
1146: AND rep.rep_entity_id_txt = cp_rep_entity_id_txt