I have created one procedure, inside that i have sequence too, here when i am calling the procedure some insert will table in table..
But if i call the procedure again and again it should delete the records and insert again the current records because its temporary table every time when i call the procedure it will delete and reinsert the record..
Here what i need is - to reset the sequence for example: for 1st time seq is 1 to 600 for 600 records.. again for next time it should start with 1 not from 601
I need to reset the sequence inside the procedure..
Kindly assist