WS_JOB

Definition


The WS_JOB table contains the Web Service Job

Technical Data


Schema Version 2022.0.2
Filegroup CATALOG_DATA
Partitioned No

Summary


The WS_JOB table is defined by the following columns in your back-end database. See the column details for more information.

Name PK FK IX Uses Used by Definition
OID PK_WS_JOB       

    The unique identifier of the Web Service Job, generated by the system
    TYPE        

      The type of the Web Service Job
      STATUS        

        The status of the Web Service Job
        EXTERNAL_ID        

          The external identifier of the Web Service Job, generated by an external system
          OPERATION_DATE        

            The date of operation first execution
            MESSAGE        

              A message which details the result of an operation

              Column Details

              The database schema defines the following columns. Check the definitions, types, available indexes, and formats:

              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

              MESSAGE

              Definition A message which details the result of an operation
              Type NVARCHAR(2000), NULL

              Primary Key Details

              See the primary key information:

              PK_WS_JOB

              Column(s) OID
              Filegroup CATALOG_DATA