DBA Data[Home] [Help]

APPS.IGF_SP_ROLLOVER dependencies on IGF_SP_STDNT_REL_V

Line 989: FROM igf_sp_stdnt_rel_v

985: l_c_igf_aw_fund_tp c_igf_aw_fund_tp%ROWTYPE;
986:
987: CURSOR c_igf_sp_stdnt_rel(cp_fund_id igf_aw_fund_mast.fund_id%TYPE) IS
988: SELECT *
989: FROM igf_sp_stdnt_rel_v
990: WHERE fund_id = cp_fund_id ;
991:
992: l_c_igf_sp_stdnt_rel c_igf_sp_stdnt_rel%ROWTYPE;
993: