View the attributes of a project.
Output
Column | Type | Description |
|---|---|---|
project_id | NUMBER | The primary key value of the project. |
acronym | VARCHAR2 | The attribute acronym. |
sequence | NUMBER | Sequence value for attributes. When list and long character values are split into multiple records, this sequence indicates the order. |
numberval | NUMBER | Numeric value for attributes. |
charval | VARCHAR2 | Character value for attributes. |
Example
The following example shows the use of this view in an SQL statement.
select * from hpd_proj_attributes_vw; |