Sign in or 

| Platform: | Oracle | App: | Application Object Library | Tool: | |
| DB Ver: | 9.2 | App Ver: | 11.5.8 | Tool Ver: | |
| Revision Date: | 02-Nov-2005 | Keywords: | HOWTO, FLEXFIELD, VALUE SETS | ||
| Goal | |||||
| Find the descriptive flex fields that use a particular value set | |||||
| Facts | |||||
| Solution | |||||
| Run the following script: SELECT ffvs.flex_value_set_name ,fa.application_name ,fdf.title ,fcu.descriptive_flex_context_code ,fcu.application_column_name ,fcu.end_user_column_name ,fcu.descriptive_flexfield_name FROM fnd_flex_value_sets ffvs ,fnd_descr_flex_col_usage_vl fcu ,fnd_descriptive_flexs_vl fdf ,fnd_application_vl fa WHERE 1=1 AND ffvs.flex_value_set_name LIKE '&flex_value_set_name' AND fcu.flex_value_set_id = ffvs.flex_value_set_id AND fdf.descriptive_flexfield_name = fcu.descriptive_flexfield_name AND fa.application_id = fdf.application_id / | |||||
|
consultium |
Latest page update: made by consultium
, Oct 6 2009, 12:36 PM EDT
(about this update
About This Update
view changes - complete history) |
|
Keyword tags:
FLEXFIELD
HOW TO
VALUE SETS
More Info: links to this page
|