DBA Data[Home] [Help]

APPS.IGF_AW_GEN_003 dependencies on IGF_AW_PACKNG_SUBFNS

Line 3174: -- with igf_aw_packng_subfns.get_fed_efc

3170: -- 'Y' -> Overawd situation at Awd Yr Level
3171: ---------------------------------------------------------------------------------------------
3172: -- veramach 14-Apr-2004 Bug # 3547237
3173: -- Obsoleted igf_aw_gen_002.get_fed_efc and replaced references
3174: -- with igf_aw_packng_subfns.get_fed_efc
3175: ---------------------------------------------------------------------------------------------
3176: -- bkkumar 14-Jan-04 Bug# 3360702
3177: -- Passed the ln_corrected_amt paramter as 0 to the check_loan_limits and also displayed the
3178: -- error message correctly.

Line 3387: l_std_loan_tab igf_aw_packng_subfns.std_loan_tab := igf_aw_packng_subfns.std_loan_tab();

3383: p_term_aid NUMBER;
3384: p_return_status VARCHAR2(30);
3385: p_message VARCHAR2(4000);
3386: lv_message fnd_new_messages.message_text%TYPE;
3387: l_std_loan_tab igf_aw_packng_subfns.std_loan_tab := igf_aw_packng_subfns.std_loan_tab();
3388: l_msg_name fnd_new_messages.message_name%TYPE;
3389: l_efc NUMBER;
3390: l_dummy_pell_efc NUMBER;
3391: l_no_of_months NUMBER;

Line 3724: igf_aw_packng_subfns.check_loan_limits(l_base_id => p_base_id,

3720: IF p_fed_fund_code IN ('DLS','DLU','FLS','FLU') THEN
3721: ln_corrected_amt := 0;
3722: l_msg_name := NULL;
3723: -- since the fund amount is already awarded to the student then ln_corrected_amt is passed as 0.
3724: igf_aw_packng_subfns.check_loan_limits(l_base_id => p_base_id,
3725: fund_type => p_fed_fund_code,
3726: l_award_id => p_award_id,
3727: l_adplans_id => NULL,
3728: l_aid => ln_corrected_amt,

Line 3784: igf_aw_packng_subfns.get_fed_efc(

3780: FETCH cur_chk_fdl_fund INTO chk_fdl_fund_rec;
3781: CLOSE cur_chk_fdl_fund;
3782:
3783: -- Get the EFC months for the Award Period and for the Award Yr
3784: igf_aw_packng_subfns.get_fed_efc(
3785: l_base_id => p_base_id,
3786: l_awd_prd_code => p_awd_prd_code,
3787: l_efc_f => l_efc,
3788: l_pell_efc => l_dummy_pell_efc,