| Name | Data Type | Default Value | In/Out |
|---|---|---|---|
| A | OBJECT | IN |
Legend: comment string keyword reserved word operator
1: function evr_t_as_vre_simple( a evr_t )
2: return VARCHAR2
3: is
4: begin
5: return a.as_vre_simple;
6: end;