DBA Data[Home] [Help]

APPS.IGF_SL_CL_LI_IMP_PKG dependencies on IGF_SL_PNOTE_STAT_H

Line 3396: FROM igf_sl_pnote_stat_h

3392: CURSOR c_pnote_hist(cp_loan_id NUMBER)
3393: IS
3394: SELECT
3395: rowid
3396: FROM igf_sl_pnote_stat_h
3397: WHERE loan_id = cp_loan_id;
3398:
3399: l_pnote_hist c_pnote_hist%ROWTYPE;
3400:

Line 3419: igf_sl_pnote_stat_h_pkg.delete_row(l_pnote_hist.rowid);

3415: LOOP
3416: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN
3417: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_sl_cl_imp_pkg.delete_records.debug','DELETE_RECORDS: c_pnote_hist ROWID ' || l_pnote_hist.rowid);
3418: END IF;
3419: igf_sl_pnote_stat_h_pkg.delete_row(l_pnote_hist.rowid);
3420: END LOOP;
3421:
3422: OPEN c_lor_loc(l_lor_orig_id);
3423: FETCH c_lor_loc INTO l_lor_loc;