WS_JOB
Definition
The WS_JOB table contains the Web Service Job
Technical Data
Summary
The WS_JOB table is defined by the
following columns.
See the column details for more information.
Column Details
OID
| Definition |
The unique identifier of the Web Service Job, generated by the system |
| Type |
DECIMAL(28), NOT NULL |
| Primary Key |
PK_WS_JOB |
TYPE
| Definition |
The type of the Web Service Job |
| Type |
DECIMAL(2), NOT NULL |
STATUS
| Definition |
The status of the Web Service Job |
| Type |
DECIMAL(1), NOT NULL |
EXTERNAL_ID
| Definition |
The external identifier of the Web Service Job, generated by an external system |
| Type |
DECIMAL(28), NULL |
OPERATION_DATE
| Definition |
The date of operation first execution |
| Type |
DATETIME, NOT NULL |
Primary Key Details
PK_WS_JOB