DBA Data[Home] [Help]

APPS.IGF_SL_REJ_WF dependencies on IGF_SL_LOR_PKG

Line 301: igf_sl_lor_pkg.update_row( x_mode => 'R',

297: END IF;
298: CLOSE c_tbh_cur;
299:
300:
301: igf_sl_lor_pkg.update_row( x_mode => 'R',
302: x_rowid => l_tbh_rec.row_id,
303: x_origination_id => l_tbh_rec.origination_id,
304: x_loan_id => l_tbh_rec.loan_id,
305: x_sch_cert_date => l_tbh_rec.sch_cert_date,

Line 501: igf_sl_lor_pkg.update_row(

497: RAISE NO_DATA_FOUND;
498: END IF;
499: CLOSE c_tbh_cur;
500:
501: igf_sl_lor_pkg.update_row(
502: x_mode => 'R',
503: x_rowid => l_tbh_rec.row_id,
504: x_origination_id => l_tbh_rec.origination_id,
505: x_loan_id => l_tbh_rec.loan_id,