DBA Data[Home] [Help]

APPS.IGF_GR_PELL dependencies on IGF_AW_FUND_MAST

Line 123: -- igf_aw_fund_mast

119: --
120: -- Pre-requisites
121: -- The following tables have to be populated before calling this process
122: -- igf_fa_base_rec
123: -- igf_aw_fund_mast
124: -- igf_gr_pell_setup
125: --
126: -- The pell calculation routine is called from packaging,igfgr004,igfgr005,igfaw016
127: --

Line 233: igf_aw_fund_mast fmast,

229: awd.alt_pell_schedule,
230: fmast.ci_cal_type,
231: fmast.ci_sequence_number
232: FROM igf_aw_award awd,
233: igf_aw_fund_mast fmast,
234: igf_aw_fund_cat fcat
235: WHERE fmast.ci_cal_type = p_ci_cal_type
236: AND fmast.ci_sequence_number = p_ci_seq_num
237: AND awd.base_id = NVL(x_base_id,awd.base_id)