RPT_DEPLOYMENT

This table holds deployment history. Each time user successfully upgrade, it adds an entry in this table.

Foreign Keys

This table does not have any foreign keys.

Column Descriptions

Column Name

Null?

Data Type

Description

DEPLOYMENT_ID

NOT NULL

VARCHAR2(40)

Uniquely identify a deployment record

VERSION

NOT NULL

VARCHAR2(10)

Version of the product to be installed

DEPLOYED_DATE

NULLABLE

DATE

Date when upgrade is installed

DESCRIPTION

NULLABLE

VARCHAR2(80)

Brief description of the upgrade

Indexes

This table uses no indexes.

Sequences

This table uses no sequences.