DBA Data[Home] [Help]

APPS.FND_FLEX_DESCVAL dependencies on FND_DESCR_FLEX_CONTEXTS

Line 972: fnd_descr_flex_contexts ctx

968: BEGIN
969: SELECT ctx.descriptive_flex_context_code
970: INTO l_default_context_value
971: FROM fnd_application fa,
972: fnd_descr_flex_contexts ctx
973: WHERE fa.application_short_name = p_application_short_name
974: AND fa.application_id = ctx.application_id
975: AND ctx.descriptive_flexfield_name = p_descriptive_flexfield_name
976: AND ctx.enabled_flag = 'Y'