Parameter based on list of values is not working in BIP report
Summary:
Hi All,
I have total 10 parameters based on list of values in the BIP report on which 5 are working perfectly fine but 5 are not giving any data in the drop down.
All 10 parameters query are similar in code(only value set name is getting changed), independently working fine and returning data.
Query used in LOV:
SELECT
ffv.flex_value || '-' ||ffvt.description as custom_col
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
Tagged:
0