DBA Data[Home] [Help]

APPS.IGF_SL_CL_VALIDATION dependencies on IGF_SL_LOANS_PKG

Line 43: -- igf_sl_loans_pkg

39: -- This is derived from igf_sl_gen.get_person_details
40: ----------------------------------------------------------------------------------
41: -- gmuralid 03-07-2003 Bug 2995944 - Legacy Part 3 - FFELP Import
42: -- Added legacy record flag as parameter to
43: -- igf_sl_loans_pkg
44: -----------------------------------------------------------------------------------
45: -- sjadhav 26-Mar-2003 Bug 2863960
46: -- Modified cursor cur_count_disb_amount to replace
47: -- disb gross amount with disb accepted amount

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

431: Purpose : To Set the Completeness of Record
432: Known Limitations,Enhancements or Remarks
433: Change History :
434: Who When What
435: agairola 15-Mar-2002 Modified the IGF_SL_LOANS_PKG update row call
436: as part of Refunds DLD
437:
438: museshad 05-May-2005 Bug# 4346258
439: Added the parameter 'base_id' in the call to the

Line 1497: igf_sl_loans_pkg.update_row (

1493: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_sl_cl_validation.cl_lar_validate.debug', 'Updating tbh_rec.loan_id:' || tbh_rec.loan_id);
1494: END IF;
1495:
1496: -- Modified the update row call for the Borrower Determination as part of Refunds DLD 2144600
1497: igf_sl_loans_pkg.update_row (
1498: X_Mode => 'R',
1499: x_rowid => tbh_rec.row_id,
1500: x_loan_id => tbh_rec.loan_id,
1501: x_award_id => tbh_rec.award_id,