DBA Data[Home] [Help]

APPS.IGF_SL_DL_CHG_ORIG dependencies on IGF_SL_LOANS_PKG

Line 94: agairola 19-Mar-2002 Modifed the update row call of the IGF_SL_LOANS_PKG to include

90: Who When What
91: mesriniv 20-MAR-2002 Added Code to SKIP LOAN when an error occurs
92:
93: Who When What
94: agairola 19-Mar-2002 Modifed the update row call of the IGF_SL_LOANS_PKG to include
95: Borrower determination as part of Refunds DLD - 2144600
96:
97:
98: (reverse chronological order - newest change first)

Line 968: -- Modified the update row call of the IGF_SL_LOANS_PKG package to include Borrower

964:
965: FOR tbh_rec in c_tbh_cur LOOP
966:
967: -- ## Update the Loan Change Status as Sent and Loan Change status date as the current date
968: -- Modified the update row call of the IGF_SL_LOANS_PKG package to include Borrower
969: -- determination as part of Refunds DLD - 2144600
970: igf_sl_loans_pkg.update_row (
971: x_Mode => 'R',
972: x_rowid => tbh_rec.row_id,

Line 970: igf_sl_loans_pkg.update_row (

966:
967: -- ## Update the Loan Change Status as Sent and Loan Change status date as the current date
968: -- Modified the update row call of the IGF_SL_LOANS_PKG package to include Borrower
969: -- determination as part of Refunds DLD - 2144600
970: igf_sl_loans_pkg.update_row (
971: x_Mode => 'R',
972: x_rowid => tbh_rec.row_id,
973: x_loan_id => lc_lor.loan_id,
974: x_award_id => tbh_rec.award_id,