WS_JOB

Definition


The WS_JOB table contains the Web Service Job

Technical Data


Schema Version 4.5.13
Segment CATALOG_DATA
Partitioned No

Summary


The WS_JOB table is defined by the following columns. See the column details for more information.

Name PK FK IX Uses Used by
OID PK_WS_JOB         
TYPE          
STATUS          
EXTERNAL_ID          
OPERATION_DATE          

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

Column(s) OID
Segment CATALOG_INDX