Contains information about a process’s completed projects.

Column

Data Type

Constraint

process_id

VARCHAR(40)

not null

(primary key)

The unique ID for a process.

sequence_num

NUMERIC(19)

not null

(primary key)

The number that determines where a project ID is ordered in the context of all project IDs.

project_id

VARCHAR(40)

not null

The unique ID for a project.


Copyright © 1997, 2012 Oracle and/or its affiliates. All rights reserved.

Legal Notices