What I am trying to explain is..

All the scripts I create to in the User TEMP, will take the tablespace like Appl1, Index1. I want to spare USERS tablespace from my application tables.

Typically I create the table this way
create table app( account char)
tablespace appl1;

I think it gives more clear idea.