DBA Data[Home] [Help]

APPS.QP_ATM_UPGRADE dependencies on FND_FLEX_VALUE_SETS

Line 345: from fnd_flex_value_sets

341: l_format_type varchar2(1);
342: begin
343: select format_type
344: into l_format_type
345: from fnd_flex_value_sets
346: where flex_value_set_id = p_value_set_id and
347: rownum = 1;
348: return(l_format_type);
349: exception