Skip to Main Content

Oracle Database Discussions

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!

how could i use this query in select subquery?

Bank-762Apr 6 2015 — edited Apr 6 2015

(  SELECT ATTRIBUTE11

   FROM fnd_flex_values ffv,fnd_flex_values_tl ffvt

   WHERE ffv.FLEX_VALUE_ID = ffvt.FLEX_VALUE_ID and ffv.PARENT_FLEX_VALUE_LOW in ('00','10','30','60')

   and ffv.FLEX_VALUE_SET_ID =1013543 )

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 4 2015
Added on Apr 6 2015
2 comments
548 views