DBA Data[Home] [Help]

APPS.EDW_GEN_VIEW dependencies on FND_DESCR_FLEX_COL_USAGE_VL

Line 228: from fnd_descr_flex_col_usage_vl

224: order by rownum desc;
225:
226: CURSOR C_Desc_Segment_List(p_id_flex_code VARCHAR2, p_context_code VARCHAR2, p_trunc_segment VARCHAR2) IS
227: select end_user_column_name
228: from fnd_descr_flex_col_usage_vl
229: where descriptive_flexfield_name = p_id_flex_code
230: and descriptive_flex_context_code = p_context_code
231: and end_user_column_name like p_trunc_segment
232: order by creation_date;