Contains information about the time a project’s target was approved.

Column

Data Type

Constraint

project_id

VARCHAR(40)

not null

(primary key)

The unique ID for a project.

target_id

VARCHAR(40)

not null

(primary key)

The unique ID for a target.

approval_time

TIMESTAMP

null

The time the project’s target was approved.


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

Legal Notices