PeopleSoft Common Question:
Explain Why temp records are needed?

Answer:
We use temporary tables because on run time it creates many instances for parallel processing so that load on main table can be bring down if multilple users are using same main table at same time.