DBA Data[Home] [Help]

APPS.IGF_SL_LAR_CREATION dependencies on IGF_SL_LOANS_PKG

Line 92: -- igf_sl_loans_pkg

88: -- igs_pr_css_class_std_v.class_standing%TYPE and
89: -- igf_ap_fa_base_h.enrl_program_type%TYPE with igs_ps_ver_all.course_type%TYPE.
90: -- gmuralid 3-Juyl-2003 Bug 2995944 - Legacy Part 3 - FFELP Import
91: -- Added legacy record flag as parameter to
92: -- igf_sl_loans_pkg
93: ------------------------------------------------------------------------
94: -- sjadhav 28-Mar-2003 Bug 2863960
95: -- Corrected message token for
96: -- IGF_AP_NO_GRADE_LEVEL to PERSON_NUMBER

Line 1722: igf_sl_loans_pkg.update_row (

1718: p_student_person_id => l_student_person_id
1719: );
1720: END IF; -- END Check if that is plus/alt loans and get parent id for the same.
1721:
1722: igf_sl_loans_pkg.update_row (
1723: x_mode => 'R',
1724: x_rowid => l_tbh_loans_rec.row_id,
1725: x_loan_id => l_tbh_loans_rec.loan_id,
1726: x_award_id => l_tbh_loans_rec.award_id,

Line 2284: igf_sl_loans_pkg.update_row (

2280: l_tbh_loans_rec.loan_status := 'G';
2281: END IF;
2282:
2283:
2284: igf_sl_loans_pkg.update_row (
2285: x_mode => 'R',
2286: x_rowid => l_tbh_loans_rec.row_id,
2287: x_loan_id => l_tbh_loans_rec.loan_id,
2288: x_award_id => l_tbh_loans_rec.award_id,

Line 2339: igf_sl_loans_pkg.update_row (

2335: -- Update Loan Change Status to "Ready to Send" and loan period
2336: l_tbh_loans_rec.loan_chg_status := 'G';
2337: END IF;
2338:
2339: igf_sl_loans_pkg.update_row (
2340: x_mode => 'R',
2341: x_rowid => l_tbh_loans_rec.row_id,
2342: x_loan_id => l_tbh_loans_rec.loan_id,
2343: x_award_id => l_tbh_loans_rec.award_id,

Line 2920: -- Modified the call of the IGF_SL_LOANS_PKG.INSERT_ROW to include the

2916: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_sl_lar_creation.insert_loan_records.debug',' gn_award_id ' || gn_award_id);
2917: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_sl_lar_creation.insert_loan_records.debug',' g_accepted_amt : ' || g_accepted_amt);
2918: END IF;
2919:
2920: -- Modified the call of the IGF_SL_LOANS_PKG.INSERT_ROW to include the
2921: -- borrower determination code as part of Refunds DLD 2144600
2922:
2923: lv_row_id := NULL;
2924: ln_loan_id := NULL;

Line 2926: igf_sl_loans_pkg.insert_row (

2922:
2923: lv_row_id := NULL;
2924: ln_loan_id := NULL;
2925:
2926: igf_sl_loans_pkg.insert_row (
2927: x_mode => 'R',
2928: x_rowid => lv_row_id,
2929: x_loan_id => ln_loan_id,
2930: x_award_id => award_rec.award_id,

Line 3147: agairola 15-Mar-2002 Modified the call for the IGF_SL_LOANS_PKG.Insert_Row

3143: 3.Added code to print list of person numbers having got the loan and details
3144: in Output File
3145: Bug No : 1978873
3146: Who When What
3147: agairola 15-Mar-2002 Modified the call for the IGF_SL_LOANS_PKG.Insert_Row
3148: for Borrower Determination Code as part of Refunds DLD
3149: Enhancement No: 2144600
3150: ENH Bug No : 1806850 Bug Desc: Awards Build for Nov 2001 Rel
3151: Who When What