The `dbms_lock` package provides functions to assist in resource locking and timing.
## `sleep`: Sleep some time
Postpone execution for the number of seconds indicated. The method accepts a single parameter indicating the number of seconds as a decimal with sub-second resolution.
Parameters:
- `seconds` (decimal, required): Number of seconds to sleep.