Lease Number values are created by the sequence PN_LEASES_S.

 alter sequence PN.PN_LEASES_S nocache; 

/

ALTER SEQUENCE PN.PN_LEASES_S RESTART START WITH 40000; 

/

Commit;