WS_JOB

Definition


The WS_JOB table contains the Web Service Job

Technical Data


Schema Version 5.0.6
Tablespace 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

            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 TIMESTAMP, NOT NULL

            Primary Key Details

            See the primary key information:

            PK_WS_JOB

            Column(s) OID
            Tablespace CATALOG_INDX