DBA Data[Home] [Help]

APPS.IGF_SL_DL_LI_IMP_PKG dependencies on IGF_SL_DL_LOR_CRRESP_PKG

Line 2276: igf_sl_dl_lor_crresp_pkg.insert_row (

2272:
2273: BEGIN
2274: ln_rowid := NULL;
2275:
2276: igf_sl_dl_lor_crresp_pkg.insert_row (
2277: x_mode => 'R',
2278: x_rowid => ln_rowid,
2279: X_lor_resp_num => ln_lor_resp_num,
2280: X_dbth_id => ln_dbth_id,

Line 2947: igf_sl_dl_lor_crresp_pkg.delete_row(X_ROWID => l_lor_crresp.rowid);

2943: IF (p_loan_num IS NOT NULL) THEN
2944: FOR l_lor_crresp IN c_lor_crresp(p_loan_num) LOOP
2945: -- delete record
2946:
2947: igf_sl_dl_lor_crresp_pkg.delete_row(X_ROWID => l_lor_crresp.rowid);
2948:
2949: END LOOP;
2950:
2951: FOR l_lor_resp IN c_lor_resp(p_loan_num) LOOP