DBA Data[Home] [Help]

APPS.HR_REPORTS dependencies on FND_ID_FLEX_SEGMENTS_VL

Line 1131: from fnd_id_flex_segments_vl

1127: -- table
1128: --
1129: cursor c1 is
1130: select application_column_name
1131: from fnd_id_flex_segments_vl
1132: where id_flex_num = p_id_flex_num
1133: and id_flex_code = nvl(p_id_flex_code,id_flex_code)
1134: and enabled_flag = 'Y'
1135: order by segment_num;