DBA Data[Home] [Help]

APPS.IGF_SL_DL_ORIG_ACK dependencies on IGF_SL_DL_LOR_CRRESP_PKG

Line 377: igf_sl_dl_lor_crresp_pkg.insert_row (

373: IF l_dl_loan_catg = 'DL_PLUS_CREDIT' THEN
374: FOR orec IN c_trans LOOP
375: l_actual_rec := l_actual_rec + 1;
376: l_rowid := NULL;
377: igf_sl_dl_lor_crresp_pkg.insert_row (
378: x_mode => 'R',
379: x_rowid => l_rowid,
380: X_lor_resp_num => l_lor_resp_num,
381: X_dbth_id => l_dbth_id,

Line 437: igf_sl_dl_lor_crresp_pkg.insert_row (

433: IF l_dl_loan_catg = 'DL_PLUS_CREDIT' THEN
434: FOR orec IN c_trans LOOP
435: l_actual_rec := l_actual_rec + 1;
436: l_rowid := NULL;
437: igf_sl_dl_lor_crresp_pkg.insert_row (
438: x_mode => 'R',
439: x_rowid => l_rowid,
440: x_lor_resp_num => l_lor_resp_num,
441: x_dbth_id => l_dbth_id,

Line 721: igf_sl_dl_lor_crresp_pkg.update_row (

717: END IF;
718: END IF;
719:
720: -- Update the Credit Response File's transaction record with the Processing Status
721: igf_sl_dl_lor_crresp_pkg.update_row (
722: x_mode => 'R',
723: x_rowid => crresp_rec.row_id,
724: x_lor_resp_num => crresp_rec.lor_resp_num,
725: x_dbth_id => crresp_rec.dbth_id,