DBA Data[Home] [Help]

APPS.IGF_SL_DL_VALIDATION dependencies on IGF_SL_LOANS_PKG

Line 325: igf_sl_loans_pkg

321: Added the debugging log messages.
322:
323: gmuralid 3-July-2003 Bug 2995944 - Legacy Part 3 - FFELP Import
324: Added legacy record flag as parameter to
325: igf_sl_loans_pkg
326:
327: masehgal # 2593215 removed begin/end dates fetching functions
328: used procedure get_acad_cal_dtls instead
329: added another validation to report acad cal not found

Line 330: agairola 15-Mar-2002 Modified the IGF_SL_LOANS_PKG.UPDATE_ROW call

326:
327: masehgal # 2593215 removed begin/end dates fetching functions
328: used procedure get_acad_cal_dtls instead
329: added another validation to report acad cal not found
330: agairola 15-Mar-2002 Modified the IGF_SL_LOANS_PKG.UPDATE_ROW call
331: to include borrower determination as part of
332: Refunds DLD 2144600
333:
334: (reverse chronological order - newest change first)

Line 788: -- Modified the call for IGF_SL_LOANS_PKG.UPDATE_ROW to include the Borrower Determination

784: WHERE rowid = orec.row_id FOR UPDATE OF igf_sl_loans.loan_status NOWAIT;
785: BEGIN
786: FOR tbh_rec in c_tbh_cur LOOP
787:
788: -- Modified the call for IGF_SL_LOANS_PKG.UPDATE_ROW to include the Borrower Determination
789: -- as part of Refunds DLD - 2144600
790: igf_sl_loans_pkg.update_row (
791: X_Mode => 'R',
792: x_rowid => tbh_rec.row_id,

Line 790: igf_sl_loans_pkg.update_row (

786: FOR tbh_rec in c_tbh_cur LOOP
787:
788: -- Modified the call for IGF_SL_LOANS_PKG.UPDATE_ROW to include the Borrower Determination
789: -- as part of Refunds DLD - 2144600
790: igf_sl_loans_pkg.update_row (
791: X_Mode => 'R',
792: x_rowid => tbh_rec.row_id,
793: x_loan_id => tbh_rec.loan_id,
794: x_award_id => tbh_rec.award_id,