TIP:
String in LOV's are searched in label and id. If you have null row in LOV and you would like to find also that row it is adviced to put ' ' (space) in label. Otherwise this null row will never be searched.
Like:
select '' id , ' ' label from dual
union
...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If you woud like to use result of LOV's in your code and you do not like to double SQL statements you can kreate call like this:
LOV's in RASD are in type:
TIP:
String in LOV's are searched in label and id. If you have null row in LOV and you would like to find also that row it is adviced to put ' ' (space) in label. Otherwise this null row will never be searched.
Like: