342 |
my $stagedList=GetImportRecordsRange($batch->{'import_batch_id'}, undef, undef, $batch->{import_status}, { order_by_direction => 'ASC' }); |
342 |
my $stagedList=GetImportRecordsRange($batch->{'import_batch_id'}, undef, 1, $batch->{import_status}, { order_by_direction => 'ASC' }); |
345 |
import_batch_id => $batch->{'import_batch_id'}, |
345 |
import_batch_id => $batch->{'import_batch_id'}, |