DBA Data[Home] [Help]

APPS.PER_ASSIGNMENTS_F1_PKG dependencies on FND_FLEX_VALUE_SETS

Line 264: from fnd_id_flex_segments_vl f, fnd_flex_value_sets v

260: -- Cursor modified to improve performance.
261:
262: cursor c_seg(p_flexnum number) is
263: select rownum, format_type
264: from fnd_id_flex_segments_vl f, fnd_flex_value_sets v
265: where f.flex_value_set_id = v.flex_value_set_id(+)
266: and id_flex_code ='GRP'
267: and f.application_id = 801 -- bug fix 3648612.
268: and id_flex_num = p_flexnum