DBA Data[Home] [Help]

APPS.IGF_SL_DL_LI_IMP_PKG dependencies on IGF_SL_DL_LOR_RESP_PKG

Line 2234: igf_sl_dl_lor_resp_pkg.insert_row (

2230:
2231: BEGIN
2232:
2233: ln_rowid := NULL;
2234: igf_sl_dl_lor_resp_pkg.insert_row (
2235: x_mode => 'R',
2236: x_rowid => ln_rowid,
2237: x_lor_resp_num => ln_lor_resp_num,
2238: x_dbth_id => ln_dbth_id,

Line 2954: igf_sl_dl_lor_resp_pkg.delete_row(X_ROWID => l_lor_resp.rowid);

2950:
2951: FOR l_lor_resp IN c_lor_resp(p_loan_num) LOOP
2952: -- delete record
2953:
2954: igf_sl_dl_lor_resp_pkg.delete_row(X_ROWID => l_lor_resp.rowid);
2955:
2956: END LOOP;
2957:
2958: FOR l_pnote_resp IN c_pnote_resp(p_loan_num) LOOP