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!

ADF Transient variables reusage

xGoodyAug 31 2013 — edited Sep 1 2013

Hello,

I have a question regarding transient variables in VO.

When defining a view object, can i have in it 2 transient variables that have the default value "SQL" format and can be something like this:

transVal1 = "SELECT NAME FROM EMPLOYEES WHERE EMPLOYEE_ID = 1"

transVal2 = "SELECT EMPLOYMENT_DATE FROM EMP_DATES WHERE NAME = transVal2"   (this will return just one value)

First time asking a question here, hope it's ok.

Thanks in advance.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 29 2013
Added on Aug 31 2013
6 comments
647 views