PPM_SERVICE_JOB_STATUS

This table stores the states of the background services that are currently running or waiting to run.

Foreign Keys

Primary Key Table

Primary Key Column

Foreign Key Column

KNTA_USERS

USER_ID

CREATED_BY

KNTA_USERS

USER_ID

LAST_UPDATED_BY

PPM_SERVER_INSTANCE

ID

SERVER_INSTANCE_ID

Column Descriptions

Column Name

Null?

Data Type

Description

JOB_STATUS_ID

NOT NULL

NUMBER

System-generated identifier

VERSION

NOT NULL

NUMBER

Version of this entry

JOB_IDENTIFIER

NULLABLE

VARCHAR2(300)

JOB identifier

SERVICE_NAME

NULLABLE

VARCHAR2(300)

Service Name

STATUS

NOT NULL

NUMBER

Status

JOB_ID

NOT NULL

VARCHAR2(255)

Job Id

CREATED_BY

NOT NULL

NUMBER

Identifier for the user who created the record

CREATION_DATE

NOT NULL

DATE

Date record was created

LAST_UPDATED_BY

NOT NULL

NUMBER

Identifier for the user who last updated the record

LAST_UPDATE_DATE

NOT NULL

DATE

Date record was last updated

SERVICE_REFERENCE_CODE

NULLABLE

VARCHAR2(200)

Service Reference

SERVER_INSTANCE_ID

NULLABLE

NUMBER

Server instance identifier

Indexes

Index Name

Index Type

Sequence

Column Name

PPM_SERVICE_JOB_STATUS_N1

NONUNIQUE

1

JOB_STATUS_ID

PPM_SERVICE_JOB_UNIQUE

UNIQUE

1

JOB_IDENTIFIER

PPM_SERVICE_JOB_UNIQUE

UNIQUE

2

STATUS

Sequences

Sequence Name

Sequence Type

PPM_SERVICE_JOB_STATUS_S

JOB_STATUS_ID