DBA Data[Home] [Help]

APPS.PER_ASSIGNMENTS_F1_PKG dependencies on FND_FLEX_VALUE_SETS

Line 228: from fnd_id_flex_segments_vl f, fnd_flex_value_sets v

224: -- Cursor modified to improve performance.
225:
226: cursor c_seg(p_flexnum number) is
227: select rownum, format_type
228: from fnd_id_flex_segments_vl f, fnd_flex_value_sets v
229: where f.flex_value_set_id = v.flex_value_set_id(+)
230: and id_flex_code ='GRP'
231: and f.application_id = 801 -- bug fix 3648612.
232: and id_flex_num = p_flexnum