View project-project relationships.
Output
Column | Type | Description |
|---|---|---|
proj_id | NUMBER | The primary key value of the project. |
child_proj_id | NUMBER | The primary key for the project for the child project. |
proj_name | VARCHAR2 | Description for this project. |
Example
The following example shows the use of this view in an SQL statement.
select * from hpd_proj_project_relation_vw; |