DBA Data[Home] [Help]

APPS.FND_FLEX_DIAGNOSE dependencies on FND_DESCR_FLEX_CONTEXTS_VL

Line 2468: FROM fnd_descr_flex_contexts_vl

2464: enabled_flag || '/' ||
2465: descriptive_flex_context_name || '/' ||
2466: Nvl(description, '')
2467: INTO l_return
2468: FROM fnd_descr_flex_contexts_vl
2469: WHERE application_id = p_application_id
2470: AND descriptive_flexfield_name = p_descriptive_flexfield_name
2471: AND descriptive_flex_context_code = p_descriptive_flex_context_cod;
2472: RETURN(line_return(l_return));