DBA Data[Home] [Help]

APPS.FND_FLEX_SERVER4 dependencies on FND_DESCR_FLEX_CONTEXTS

Line 1769: FROM fnd_descr_flex_contexts_vl

1765: g_cache_value.varchar2_1,
1766: g_cache_value.varchar2_2,
1767: g_cache_value.varchar2_3,
1768: g_cache_value.varchar2_4
1769: FROM fnd_descr_flex_contexts_vl
1770: WHERE application_id = appl_id
1771: AND descriptive_flexfield_name = dflex_name
1772: AND ((p_id_or_value = 'I' AND
1773: descriptive_flex_context_code = seg_in) OR

Line 1842: FROM fnd_descr_flex_contexts

1838: SELECT
1839: descriptive_flex_context_code
1840: INTO
1841: g_cache_value.varchar2_1
1842: FROM fnd_descr_flex_contexts
1843: WHERE application_id = appl_id
1844: AND descriptive_flexfield_name = dflex_name
1845: AND enabled_flag = 'Y'
1846: AND global_flag = 'Y';