DBA Data[Home] [Help]

APPS.IGF_SL_DL_ORIG dependencies on IGF_SL_LOANS_PKG

Line 95: -- igf_sl_loans_pkg

91: -- chg_batch_id from igf_sl_lor_loc
92: --------------------------------------------------------------------------------------------------
93: -- gmuralid 03-07-2003 Bug 2995944 - Legacy Part 3 - FFELP Import
94: -- Added legacy record flag as parameter to
95: -- igf_sl_loans_pkg
96: -----------------------------------------------------------------------------------
97: -- sjadhav 26-Mar-2003 Bug 2863960
98: -- Modified routine to populate disb gross
99: -- amount in the igf_sl_awd_disb_loc table with

Line 115: -- agairola 15-Mar-2002 Modified the Update Row call of the IGF_SL_LOANS_PKG

111: -- mesriniv 23-APR-2002 Bug No:2332668 Desc:LOAN ORIGINATION PROCESS NOT
112: -- RUNNING SUCCESSFULLY.
113: -- Added code to display the Parameters Passed
114: -----------------------------------------------------------------------------------
115: -- agairola 15-Mar-2002 Modified the Update Row call of the IGF_SL_LOANS_PKG
116: -- to include Borrower Determination as part of
117: -- Refunds 2144600
118: -----------------------------------------------------------------------------------
119: -- adhawan 19th feb 2002 Bug:2216956

Line 922: igf_sl_loans_pkg.update_row (

918: FOR tbh_rec in c_tbh_cur LOOP
919:
920: -- Modified the update row call to include the Borrower Determination as part of
921: -- Refunds DLD 2144600
922: igf_sl_loans_pkg.update_row (
923: X_Mode => 'R',
924: x_rowid => tbh_rec.row_id,
925: x_loan_id => tbh_rec.loan_id,
926: x_award_id => tbh_rec.award_id,