List of valid lexical levels for ATTF and NATF.
Output
Column | Type | Description |
|---|---|---|
acronym | VARCHAR2 | Acronym. This is either ATTFLE or NATFLE for the ATTF lexical level and NATF lexical level |
value | NUMBER | The permitted value for the lexical level |
description | VARCHAR2 | A description of the value of the lexical level |
Example
The following example shows the use of this view in an SQL statement.
select * from lexicallevel_vw where acronym='NATFLE'; |
Exceptions
None defined at this time.