Skip to Main Content

Java Development Tools

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!

Pl/SQL functions as LOV to be used in another view object

Ravi4-OracleJul 16 2014 — edited Jul 25 2014

Hi,

We had a custom search for retrieving data from a View Object and the data was displayed as ADF Table. Now there are few requests to enable Saved searches on this report. We have to go with View Criteria and Query panel if we have to enable saved search feature. But the fields used in search go through a lot of logic and hence are implemented based on PL/SQL functions. We used to call these functions and get the comma separated lists and then split the list into individual items and were setting in the "Select Many Choice" component.

The value(String) returned from pl/sql function is something like - APAC, EMEA, NORTH AMERICA, LAD

I am trying to create a LOV based on SQL Query like - "Select getRegions() from dual; "

Now I want the comma separated list to be split so that I could use this LOV in another view and try the view criteria and saved searches.

I did try to assign it as LOV just to check and the view criteria drop down for Region shows same value as single Item - "APAC, EMEA, NORTH AMERICA, LAD"

I want it to be 4 separated items -

APAC

EMEA

NORTH AMERICA

LAD

IS there anyway to achieve this ??

Or better is there any other way to do this (maybe I am trying all wrong)

Thanks.

JDev: 11.1.2.4

This post has been answered by jflack on Jul 18 2014
Jump to Answer

Comments

Answer

3.9 is an older version.  3.12 and 4.0 are the latest releases.

Transportable Tablespace support was added in 3.10 and would not be mentioned in the 3.9 docs.

https://dev.mysql.com/doc/mysql-enterprise-backup/3.12/en/backup-partial-options.html

https://dev.mysql.com/doc/mysql-enterprise-backup/3.12/en/restore-use-tts.html

Marked as Answer by 3159623 · Sep 27 2020
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 22 2014
Added on Jul 16 2014
5 comments
1,537 views