Query to get Value Set Details

SELECT ffvs.flex_value_set_id,
       ffvs.flex_value_set_name,
       ffvs.description ,
       ffvs.validation_type,
       ffv.flex_value,
       ffvt.flex_value_meaning,
       ffvt.description value_description
  FROM fnd_flex_value_sets ffvs, fnd_flex_values ffv, fnd_flex_values_tl ffvt
 WHERE     ffvs.flex_value_set_id = ffv.flex_value_set_id
       AND ffv.flex_value_id = ffvt.flex_value_id
       AND ffvt.language = 'US'  

Comments |0|

Legend *) Required fields are marked
**) You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>