Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Difference between list of values and source for a select list

Srini-SNov 19 2018 — edited Nov 24 2018

They both allow sql and one needs two columns and another needs one column as a result. What is the essential difference?

Edited on 20th Nov 2018.

As I may not have posed the query completely, which I feel after readingĀ  responses , let me give you what is my set up.

The select list is querying what is called as work status and sql looks like this.

Select meaning ,lookupcode from lookups

Where lookuptype='workstatus'

Should I use source now? Giving the same query in source makes any difference?If yes which way? If not what is it used for?

Comments
Post Details
Added on Nov 19 2018
19 comments
2,110 views