Query to get COA Segment Description

SELECT DISTINCT FFVV.FLEX_VALUE, FFVV.DESCRIPTION MEANING,GCC.segment2
  FROM fnd_flex_value_sets FFVS
	  , fnd_flex_values_vl FFVV
	  , gl_code_combinations GCC
 WHERE  FFVV.flex_value_set_id = FFVS.flex_value_set_id
   AND  FFVV.flex_value = GCC.segment2
   AND  FFVS.flex_value_set_name = :P_VALUE_SET_NAME
 ORDER BY GCC.segment2

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>