DBA Data[Home] [Help]

APPS.HXC_ALIAS_TRANSLATOR dependencies on FND_FLEX_VALUE_SETS

Line 441: FROM fnd_flex_value_sets

437: -- and returns the format type.
438:
439: CURSOR get_ref_datatype ( p_reference_object NUMBER)
440: IS SELECT format_type
441: FROM fnd_flex_value_sets
442: WHERE flex_value_set_id = p_reference_object;
443:
444: l_vset_data_type VARCHAR2(5);
445: