DBA Data[Home] [Help]

APPS.EDW_GEN_VIEW dependencies on FND_DESCR_FLEX_CONTEXTS_VL

Line 219: from fnd_descr_flex_contexts_vl

215: CURSOR C_Context_Code(p_id_flex_code VARCHAR2, p_application_id NUMBER, p_struct_num NUMBER) IS
216: select descriptive_flex_context_code
217: FROM
218: (select descriptive_flex_context_code
219: from fnd_descr_flex_contexts_vl
220: where upper(descriptive_flexfield_name) = p_id_flex_code
221: and application_id = p_application_id
222: order by creation_date )
223: where rownum < p_struct_num