Contains information about processes.

Column

Data Type

Constraint

process_id

VARCHAR(40)

not null

(primary key)

The unique ID for a process.

version

NUMERIC(19)

not null

The version of the process.

acl

VARCHAR(2048)

null

The Access Control List for the process.

display_name

WVARCHAR(255)

null

The name of the process.

description

WVARCHAR (1024)

null

A description for the process.

creator

VARCHAR(40)

null

The profile ID of the user who created the process.

project

VARCHAR(40)

null

The ID of the current project for this process.

process_data

VARCHAR(40)

null

A data object associated with the process.

workflow_id

VARCHAR(40)

null

The unique ID for the workflow that is managing this process.

auto_deploy

TINYINT

null

Indicates whether the project associated with this process was used for an import (1) or not (0).

status

NUMERIC(19)

null

The status of the process. Options include: Edit, Edit-Running, Running, Deployed, and Completed.

status_detail

WVARCHAR(255)

null

Additional information about the status.

creation_date

TIMESTAMP

null

The date the process was created.

completion_date

TIMESTAMP

null

The date the process was completed.


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

Legal Notices