DBA Data[Home] [Help]

APPS.IGF_GR_RFMS_DISB_ORIG dependencies on IGF_GR_PELL_SETUP

Line 102: igf_gr_pell_setup setup

98: rfms.attending_campus_id,
99: rfms.pell_amount
100: FROM igf_gr_rfms rfms ,
101: igf_gr_rfms_disb rfmd,
102: igf_gr_pell_setup setup
103: WHERE rfms.base_id = NVL(l_base_id,rfms.base_id)
104: AND rfms.ci_cal_type = l_ci_cal_type
105: AND rfms.ci_sequence_number = l_ci_sequence_number
106: AND rfms.rep_pell_id = cp_reporting_pell

Line 209: -- This cursor gets l_inst_crref_id from igf_gr_pell_setup

205: --
206: ------------------------------------------------------------------------------
207:
208: l_data VARCHAR2(1000);
209: -- This cursor gets l_inst_crref_id from igf_gr_pell_setup
210: -- for a particualr origination
211:
212:
213: BEGIN