DBA Data[Home] [Help]

APPS.IGF_SP_ROLLOVER dependencies on IGF_SP_STD_FC_V

Line 1009: FROM igf_sp_std_fc_v

1005: l_c_igf_ap_fa_base_rec c_igf_ap_fa_base_rec%ROWTYPE;
1006:
1007: CURSOR c_igf_sp_std_fc(cp_spnsr_stdnt_id igf_sp_stdnt_rel.spnsr_stdnt_id%TYPE) IS
1008: SELECT *
1009: FROM igf_sp_std_fc_v
1010: WHERE spnsr_stdnt_id = cp_spnsr_stdnt_id;
1011:
1012: l_c_igf_sp_std_fc c_igf_sp_std_fc%ROWTYPE;
1013: