DBA Data[Home] [Help]

APPS.IGF_SL_DL_ORIG dependencies on IGF_SL_LOR_PKG

Line 34: -- and igf_sl_lor_pkg.update_row().

30: -- Who When What
31: -----------------------------------------------------------------------------------
32: -- akomurav 17-Apr-2006 Build FA161 and 162
33: -- TBH Impact change in igf_sl_lor_loc_pkg.insert_row()
34: -- and igf_sl_lor_pkg.update_row().
35: -------------------------------------------------------------------------------------
36: -- museshad 20-Feb-2005 Bug 5045452 - SQL Repository Issue.
37: -- Modified the cursor c_loans for better performance
38: -------------------------------------------------------------------------------------

Line 957: igf_sl_lor_pkg.update_row (

953:
954: -- FA 122 Loan Enhancemnets updated the obsolted fields with NULL
955:
956: FOR tbh_rec in c_tbh_cur LOOP
957: igf_sl_lor_pkg.update_row (
958: X_Mode => 'R',
959: x_rowid => tbh_rec.row_id,
960: x_origination_id => tbh_rec.origination_id,
961: x_loan_id => tbh_rec.loan_id,