Main Tables Views Materialized Views Indexes Constraints Triggers Procedures Functions Packages Sequences Java Sources Jobs Sanity Check Index DDL scrips
Arguments Source

EVR_T_AS_VRE_SIMPLE

DDL script

Arguments:

NameData TypeDefault ValueIn/Out
AOBJECT IN

Returns:

VARCHAR2

Source

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;