DBA Data[Home] [Help]

APPS.HXC_ALIAS_TRANSLATOR dependencies on FND_FLEX_VALUE_SETS

Line 457: FROM fnd_flex_value_sets

453: -- and returns the format type.
454:
455: CURSOR get_ref_datatype ( p_reference_object NUMBER)
456: IS SELECT format_type
457: FROM fnd_flex_value_sets
458: WHERE flex_value_set_id = p_reference_object;
459:
460: l_vset_data_type VARCHAR2(5);
461: