Return properties of a panel.
Input
Parameter | Type | Description |
|---|---|---|
v_panelver_id | NUMBER | The primary key of a panel version. |
Output
l
Type | Description |
|---|---|
feature_attrib_tab | Attribute acronyms and values that are associated with this panel ID. Information is organized into a table with three rows: acronym (attribute acronym), att_value (attribute value), and type. |
Definition of FEATURE_ATTRIB_TAB
Name | Type | Description |
|---|---|---|
acronym | VARCHAR2 | Attribute acronym. |
att_value | CLOB | Attribute value. |
type | VARCHAR2 | Type of attribute defined in attribute_type. The following values are used: • S: string • L: list • A: alphanumeric • E: enumeration • W: date • I: integer • F: float • T: text (reference to a file) • R: raster (reference to a file) |
Example
Select * from TABLE(p_pprapi.getpanelversionattributes(:panelver_id)); |
Exceptions
• Panel version identifier '<panelver_id>' is invalid or does not currently exist.