DBA Data[Home] [Help]

APPS.IGF_GR_GEN dependencies on IGF_GR_ATTEND_PELL

Line 3027: p_att_pell igf_gr_attend_pell.attending_pell_cd%TYPE)

3023: END get_rep_pell_from_ope;
3024:
3025: FUNCTION get_rep_pell_from_att(p_cal_type igs_ca_inst_all.cal_type%TYPE,
3026: p_seq_num igs_ca_inst_all.sequence_number%TYPE,
3027: p_att_pell igf_gr_attend_pell.attending_pell_cd%TYPE)
3028: RETURN VARCHAR2
3029: AS
3030:
3031: CURSOR c_get_rep_pell_from_att(cp_cal_type VARCHAR2,cp_seq_num NUMBER,cp_att_pell VARCHAR2)

Line 3035: igf_gr_attend_pell gap,

3031: CURSOR c_get_rep_pell_from_att(cp_cal_type VARCHAR2,cp_seq_num NUMBER,cp_att_pell VARCHAR2)
3032: IS
3033: SELECT grp.reporting_pell_cd
3034: FROM
3035: igf_gr_attend_pell gap,
3036: igf_gr_report_pell grp
3037: WHERE
3038: gap.ci_cal_type = cp_cal_type AND
3039: gap.ci_sequence_number = cp_seq_num AND