DBA Data[Home] [Help]

APPS.IGF_SL_CL_LI_IMP_PKG dependencies on IGF_SL_PNOTE_STAT_H_PKG

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;