DBA Data[Home] [Help]

APPS.IGF_SL_CL_ORIG_ACK dependencies on IGF_SL_LOANS_PKG

Line 78: -- igf_sl_loans_pkg

74: -- c) Removed the hard coded strings from the cursors.
75: ---------------------------------------------------------------------------------
76: -- gmuralid 03-07-2003 Bug 2995944 - Legacy Part 3 - FFELP Import
77: -- Added legacy record flag as parameter to
78: -- igf_sl_loans_pkg
79: ---------------------------------------------------------------------------------
80: -- sjadhav 20-Jun-2003 Bug 2983181
81: -- Added debug log messages
82: ---------------------------------------------------------------------------------

Line 92: -- IGF_SL_LOANS_PKG for Borrower's

88: -- Changed Disb Gross Amt to Disb Accepted Amt
89: -- to insert into igf_sl_awd_disb table
90: ---------------------------------------------------------------------------------
91: -- agairola 15-Mar-2002 Modified the Update Row of
92: -- IGF_SL_LOANS_PKG for Borrower's
93: -- Determination as part of
94: -- Refunds DLD 2144600
95: ---------------------------------------------------------------------------------
96: -- masehgal 17-Feb-2002 # 2216956 FACR007

Line 2272: agairola 15-Mar-2002 Modified the IGF_SL_LOANS_PKG update row call

2268: bkkumar 18-sep-2003 Bug # 3104228 FA 122 Loan Enhancements
2269: In update_lor procedure changed the condition that
2270: loan status should be accepted if
2271: guarantee status is 20 or 40.
2272: agairola 15-Mar-2002 Modified the IGF_SL_LOANS_PKG update row call
2273: for Borrower Determination as part of Refunds DLD - 2144600
2274: masehgal 17-Feb-2002 # 2216956 FACR007
2275: Added Elec_mpn_ind , Borrow_sign_ind
2276: ***************************************************************/

Line 3247: -- Modified the Update Row procedure call for the IGF_SL_LOANS_PKG to include the

3243: compare_disbursements(l_loan_number);
3244: END IF;
3245: FOR loan_rec IN cur_tbh_loans LOOP
3246: gv_debug_str := gv_debug_str || 'UPDATE_LOR-19' || ' ';
3247: -- Modified the Update Row procedure call for the IGF_SL_LOANS_PKG to include the
3248: -- Borrower Determination as part of Refunds DLD - 2144600
3249: --
3250: -- check if loan status is sent, then only take the update
3251: --

Line 3253: igf_sl_loans_pkg.update_row (

3249: --
3250: -- check if loan status is sent, then only take the update
3251: --
3252: IF loan_rec.loan_status = 'S' THEN
3253: igf_sl_loans_pkg.update_row (
3254: X_Mode => 'R',
3255: x_rowid => loan_rec.row_id,
3256: x_loan_id => loan_rec.loan_id,
3257: x_award_id => loan_rec.award_id,