DBA Data[Home] [Help]

APPS.IGF_SP_AWARD dependencies on IGF_AW_FUND_MAST_ALL

Line 484: igf_aw_fund_mast_all fmast

480: CURSOR c_stdnt_rel (cp_spnsr_stdnt_id igf_sp_stdnt_rel.spnsr_stdnt_id%TYPE)
481: IS
482: SELECT spstd.*, fmast.fund_code
483: FROM igf_sp_stdnt_rel_all spstd,
484: igf_aw_fund_mast_all fmast
485: WHERE spstd.spnsr_stdnt_id = cp_spnsr_stdnt_id
486: AND fmast.fund_id = spstd.fund_id;
487: rec_stdnt_rel c_stdnt_rel%ROWTYPE;
488: