DBA Data[Home] [Help]

APPS.AP_WEB_DFLEX_PKG dependencies on FND_FLEX_VALUE_SETS

Line 2236: from fnd_flex_value_sets where flex_value_set_id = p_custom_fields_array(i).value_set;

2232: -- Bug# 8444154 - Decimal digits of the segment value should be equal to the number precision defined for the value set
2233: ELSIF (p_custom_fields_array(i).value_set IS NOT NULL) THEN
2234: begin
2235: select format_type, number_precision into p_format_type, p_number_precision
2236: from fnd_flex_value_sets where flex_value_set_id = p_custom_fields_array(i).value_set;
2237: exception
2238: when others then
2239: p_format_type := null;
2240: p_number_precision := 0;