Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
log("tOracleOutput_1", tableName_tOracleOutput_1);
public void log(String component, String table) {
recordTableName = table;
recordInsertCount = globalMap.get(component + "_NB_LINE_INSERTED");
recordUpdatedCount = globalMap.get(component + "_NB_LINE_UPDATED");
}