It is a number coming out of Oracle and by setting it to 'no_cache' you diasable the number jumping.
On your Oracle server, use SQL*Plus, log into the Windchill instance and run this command:
Alter Sequence WTCHANGEREQUESTID_seq NOCACHE;
If you use the Oracle Console utilty, you can also change it in there by disabling the cache of the sequence chosen.