List of available profiles used for HPD source data.
Output
Column | Type | Description |
|---|---|---|
profile_id | NUMBER | Primary key for the profile. |
name | VARCHAR2 | Name for this profile. |
version | VARCHAR2 | Version of this profile. |
added_by | VARCHAR2 | Name of the user who added the profile to the set of HPD source profiles. |
added_timestamp | DATE | Date when the profile was added to the set of HPD source profiles. |
Example
The following example shows the use of this view in an SQL statement.
select * from hpd_source_profile_vw; |
Exceptions
None defined at this time.