DBA Data[Home] [Help]

APPS.IGS_GE_GEN_001 dependencies on IGS_GE_S_LOG_ENTRY_PKG

Line 215: IGS_GE_S_LOG_ENTRY_PKG.DELETE_ROW(x_rowid => v_sle_rec.rowid) ;

211: FOR v_sle_rec IN c_sle(
212: p_s_log_type,
213: v_sl_rec.creation_dt)
214: LOOP
215: IGS_GE_S_LOG_ENTRY_PKG.DELETE_ROW(x_rowid => v_sle_rec.rowid) ;
216: END LOOP;
217: -- Remove the current log record
218: IGS_GE_S_LOG_PKG.DELETE_ROW(x_rowid => v_sl_rec.rowid);
219: END LOOP;