DBA Data[Home] [Help]

APPS.IGF_AW_PACKAGING dependencies on IGF_AW_PACKNG_SUBFNS

Line 149: || Used igf_aw_packng_subfns.get_fed_efc to calculate the EFC

145: || Modified the logic for not validating the packaging status for single fund process
146: ||
147: || brajendr 09-Dec-2002 Bug # 2676394
148: || Removed the referrences of the EFC from igf_ap_efc_det table to igf_ap_isir_matched table.
149: || Used igf_aw_packng_subfns.get_fed_efc to calculate the EFC
150: ||
151: || brajendr 07-NOV-2002 Bug # 2613536
152: || Added the code to skip the fund if there are holds for the person
153: ||

Line 846: || Used igf_aw_packng_subfns.get_fed_efc to calculate the EFC

842: || Change History :
843: || Who When What
844: || brajendr 09-Dec-2002 Bug # 2676394
845: || Removed the referrences of the EFC from igf_ap_efc_det table to igf_ap_isir_matched table.
846: || Used igf_aw_packng_subfns.get_fed_efc to calculate the EFC
847: || (reverse chronological order - newest change first)
848: */
849: l_efc_months NUMBER;
850: lv_rowid ROWID;

Line 869: igf_aw_packng_subfns.get_fed_efc(

865: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_aw_packaging.calc_students_need.debug '|| g_req_id,' Calculating students need for l_efc_months: '||l_efc_months);
866: END IF;
867:
868: -- Get the EFC value for Federal Methodology
869: igf_aw_packng_subfns.get_fed_efc(
870: p_base_id,
871: g_awd_prd,
872: l_normal_efc,
873: l_pell_efc,

Line 4580: p_std_loan_tab IN igf_aw_packng_subfns.std_loan_tab,

4576: p_base_id IN igf_ap_fa_base_rec_all.base_id%TYPE,
4577: p_fed_fund_code IN igf_aw_fund_cat_all.fed_fund_code%TYPE,
4578: p_adplans_id IN igf_aw_awd_dist_plans.adplans_id%TYPE,
4579: p_aid IN NUMBER,
4580: p_std_loan_tab IN igf_aw_packng_subfns.std_loan_tab,
4581: p_msg_name OUT NOCOPY fnd_new_messages.message_name%TYPE
4582: )
4583: RETURN BOOLEAN
4584: IS

Line 4624: igf_aw_packng_subfns.check_loan_limits(

4620: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN
4621: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_aw_packaging.chk_gplus_loan_limits.debug '|| g_req_id,'Calling check_loan_limits for ' ||lv_fed_fund_code);
4622: END IF;
4623:
4624: igf_aw_packng_subfns.check_loan_limits(
4625: l_base_id => p_base_id,
4626: fund_type => lv_fed_fund_code,
4627: l_award_id => NULL,
4628: l_adplans_id => p_adplans_id,

Line 7219: igf_aw_packng_subfns.get_fed_efc(

7215: l_efc_months := 12;
7216: END IF;
7217:
7218: -- Get the EFC value for Federal Methodology
7219: igf_aw_packng_subfns.get_fed_efc(
7220: p_base_id,
7221: g_awd_prd,
7222: l_efc_f,
7223: l_dummy_efc,

Line 8311: || igf_aw_packng_subfns.check_loan_limits(). This procedure computes

8307: || Change History :
8308: || Who WHEN What
8309: || museshad 15-Jun-2005 Build# FA157 - Bug# 4382371.
8310: || 1)Added the parameters - awarding period, 'PACKAGING' in the call to
8311: || igf_aw_packng_subfns.check_loan_limits(). This procedure computes
8312: || the class standing. These two parameters are added, so that it
8313: || gets the Class Standing from anticipated data, if actual data is
8314: || not available. Note, that as of now only the Packaging process
8315: || passes these two parameters.

Line 8333: || the value from efc_det table is replaced with igf_aw_packng_subfns.get_fed_efc

8329: || rasahoo 01-09-2003 Removed Cursor C_ENROLL_STATUS as part of FA-114 (Obsoletion
8330: || of base record history)
8331: || brajendr 09-Dec-2002 Bug # 2676394
8332: || Modified the logic for calculating the EFC value. Code for retriving
8333: || the value from efc_det table is replaced with igf_aw_packng_subfns.get_fed_efc
8334: ||
8335: || ssawhney 31october introduce check for FSEOG matching fund percentage
8336: || (reverse chronological order - newest change first)
8337: */

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

8743: l_rem_rep_efc NUMBER;
8744: l_cnt NUMBER := 0;
8745: l_rec_fnd BOOLEAN := FALSE;
8746: c_awd_grp awd_grp;
8747: l_std_loan_tab igf_aw_packng_subfns.std_loan_tab := igf_aw_packng_subfns.std_loan_tab();
8748: l_reccnt NUMBER := 0;
8749: l_msg_name fnd_new_messages.message_name%TYPE;
8750: ln_award_perct NUMBER(5,2) := 100; -- To store the common terms percentage
8751: l_efc_ay NUMBER := 0;

Line 9226: igf_aw_packng_subfns.get_fed_efc(

9222: l_rem_rep_efc_i := NVL(l_efc_i,0);
9223:
9224: -- If Awarding ISIR is present for the student, get the EFC, NEED
9225: -- Get the EFC value for Federal Methodology
9226: igf_aw_packng_subfns.get_fed_efc(
9227: l_fabase.base_id,
9228: g_awd_prd,
9229: l_efc_f,
9230: l_pell_efc,

Line 10567: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_aw_packaging.process_stud.debug '|| g_req_id,'calling igf_aw_packng_subfns.check_loan_limits');

10563: fnd_message.set_token('FUND',l_fmast.fund_code);
10564: fnd_file.put_line(fnd_file.log,fnd_message.get);
10565:
10566: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN
10567: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_aw_packaging.process_stud.debug '|| g_req_id,'calling igf_aw_packng_subfns.check_loan_limits');
10568: END IF;
10569: igf_aw_packng_subfns.check_loan_limits(
10570: l_fabase.base_id,
10571: l_fmast.fed_fund_code,

Line 10569: igf_aw_packng_subfns.check_loan_limits(

10565:
10566: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN
10567: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_aw_packaging.process_stud.debug '|| g_req_id,'calling igf_aw_packng_subfns.check_loan_limits');
10568: END IF;
10569: igf_aw_packng_subfns.check_loan_limits(
10570: l_fabase.base_id,
10571: l_fmast.fed_fund_code,
10572: NULL,
10573: l_fund.adplans_id,