DBA Data[Home] [Help]

APPS.IGF_AP_EFC_SUBF dependencies on IGF_FC_EFC_FRM_C

Line 2221: FROM igf_fc_efc_frm_c efcc

2217: -- Cursor to find the Default values defined for Formula C.
2218: CURSOR efcC_cur IS
2219: SELECT eea_mrd_2_wrk_rate, eea_mrd_2_wrk_amt,
2220: eea_mrd_1_wrk_rate, eea_mrd_1_wrk_amt
2221: FROM igf_fc_efc_frm_c efcc
2222: WHERE efcc.s_award_year = igf_ap_efc_calc.p_sys_award_year;
2223:
2224: state_rec state_cur%ROWTYPE;
2225: state_allow_rec state_allow_cur%ROWTYPE;

Line 2529: FROM igf_fc_efc_frm_c efcc

2525:
2526: -- Cursor to find the Setting for Formula C
2527: CURSOR efcC_cur IS
2528: SELECT stud_asset_conv_rate
2529: FROM igf_fc_efc_frm_c efcc
2530: WHERE efcc.s_award_year = igf_ap_efc_calc.p_sys_award_year;
2531:
2532: -- Cursor to calculate Asset Protection Allowance(Using the A5 instead of C5 as both contains the same Information)
2533: CURSOR asset_cur(cp_age_student igf_fc_ast_pc_dt.older_parent_age%TYPE) IS