DBA Data[Home] [Help]

APPS.IGF_SL_DL_ORIG_ACK dependencies on IGF_SL_DL_LOR_RESP_PKG

Line 346: igf_sl_dl_lor_resp_pkg.insert_row (

342: IF l_dl_loan_catg in ('DL_STAFFORD','DL_PLUS') THEN
343: FOR orec IN c_trans LOOP
344: l_actual_rec := l_actual_rec + 1;
345: l_rowid := NULL;
346: igf_sl_dl_lor_resp_pkg.insert_row (
347: x_mode => 'R',
348: x_rowid => l_rowid,
349: x_lor_resp_num => l_lor_resp_num,
350: x_dbth_id => l_dbth_id,

Line 406: igf_sl_dl_lor_resp_pkg.insert_row (

402: IF l_dl_loan_catg in ('DL_STAFFORD','DL_PLUS') THEN
403: FOR orec IN c_trans LOOP
404: l_actual_rec := l_actual_rec + 1;
405: l_rowid := NULL;
406: igf_sl_dl_lor_resp_pkg.insert_row (
407: x_mode => 'R',
408: x_rowid => l_rowid,
409: x_lor_resp_num => l_lor_resp_num,
410: x_dbth_id => l_dbth_id,

Line 642: igf_sl_dl_lor_resp_pkg.update_row (

638: END IF;
639: END IF;
640:
641: -- Update the Response File's transaction record with the Processing Status
642: igf_sl_dl_lor_resp_pkg.update_row (
643: x_mode => 'R',
644: x_rowid => resp_rec.row_id,
645: x_lor_resp_num => resp_rec.lor_resp_num,
646: x_dbth_id => resp_rec.dbth_id,