Convert stored value of DFF/KFF column to display value
I'm looking for a function/procedure that accepts value_set_name/value_set_id, and a corresponding value from the ATTRIBUTEn/SEGMENTn column and returns back the display value.
I have tried the following api but it is returning null.
fnd_flex_val_util.vtv_to_display_value(p_flex_value_set_id,
p_use_default,
p_storage_value,
x_display_value)
How do i get the display value of a value in table valueset.
Any help is greatly appreciated.
Thanks,
Saibra