rs_job_statuses
The following table lists the columns for the rs_job_statuses view. The equivalent jcs_job_statuses view is available for backward compatibility reasons. The difference between the two is the data type of the date/time columns; the rs_* views use TIMESTAMP WITH TIME ZONE while the jcs_* views use DATE.
| Column | Datatype | Description |
| STATUSCODE | VARCHAR2 | The unique code of a job status |
| STATUS | VARCHAR2 | The description of the job status |
| STAGE | NUMBER | The stage that the job is in |